summaryrefslogtreecommitdiff
path: root/Source/Kernel/SyscallManager/Res.ns.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-0/+2
| | | | TextFile now is a common (= kernel and userland) library.
* More work on syscalls and shellAlexis2112009-10-231-1/+3
|
* Started working on a userland shellAlexis2112009-10-201-0/+2
| | | | 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-201-3/+17
|
* We now have call tables for ressources.Alexis2112009-10-201-3/+3
| | | | instead of adding calls to ressource in the constructor.
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-181-3/+3
| | | | | | | 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.
* More work on syscallsAlexis2112009-10-181-0/+4
|
* Syscall interface starts being implemented !Alexis2112009-10-181-0/+55