summaryrefslogtreecommitdiff
path: root/Source/Library/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-181-0/+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.
* Heap included as well in userland libraryAlexis2112009-10-181-1/+11
|
* Syscall interface starts being implemented !Alexis2112009-10-181-1/+3
|
* Re-organized everythingAlexis2112009-10-181-0/+33