summaryrefslogtreecommitdiff
path: root/Source/Library/Common
Commit message (Collapse)AuthorAgeFilesLines
* Started working on a userland shellAlexis2112009-10-202-2/+2
| | | | This means I'll have to do syscalls for everything I need.
* More work on syscallsAlexis2112009-10-182-1/+24
|
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-183-12/+12
| | | | | | | 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-185-0/+441
|
* Syscall interface starts being implemented !Alexis2112009-10-181-0/+2
|
* Re-organized everythingAlexis2112009-10-1820-0/+1303