forked from Bananymous/banan-os
bf617036c7
I removed the intermediate function when calling syscalls. Now syscall handler calls the current process automatically. Only exception is sys_fork, since it needs a assembly trampoline for the new thread. |
||
---|---|---|
.. | ||
GDT.cpp | ||
IDT.cpp | ||
PageTable.cpp | ||
Thread.S | ||
boot.S | ||
crt0.S | ||
crti.S | ||
crtn.S | ||
interrupts.S | ||
linker.ld |