summaryrefslogtreecommitdiff
path: root/Source/Library
Commit message (Collapse)AuthorAgeFilesLines
* Started working on user managmentAlexis2112009-10-214-17/+31
|
* More workAlexis2112009-10-213-4/+16
|
* Started working on a userland shellAlexis2112009-10-205-3/+44
| | | | This means I'll have to do syscalls for everything I need.
* Implemented static syscalls, specific to a class and not an object.Alexis2112009-10-208-6/+21
|
* We now have call tables for ressources.Alexis2112009-10-206-30/+46
| | | | instead of adding calls to ressource in the constructor.
* More work on syscallsAlexis2112009-10-187-2/+53
|
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-184-12/+13
| | | | | | | 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-1811-1/+531
|
* More work on syscallsAlexis2112009-10-185-0/+54
|
* Syscall interface starts being implemented !Alexis2112009-10-189-13/+100
|
* Re-organized everythingAlexis2112009-10-1824-0/+1375