summaryrefslogtreecommitdiff
path: root/Source/Kernel/Linker/ElfBinary.class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reading from floppys supposedly fixed in qemuAlexis2112009-11-241-1/+1
|
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-181-1/+1
| | | | | | | I renamed them so that they could have the same name in userland and in kernel space. We'll just know that if we're writing kernel code then we are allocating stuff in kernel memory, and if we're writing user code then we're allocating userland memory.
* We can now load ELF binaries !!!Alexis2112009-10-181-0/+55