1plus2fromkt / kernel

0 stars 0 forks source link

Syscalls #10

Open nikitaevg opened 7 years ago

nikitaevg commented 7 years ago

Need implementation. For starters mmap should be implemented.

nikitaevg commented 7 years ago

We need: mmap change context exec (probably already written) exit for exiting processes. That seems like the final list of syscalls for simple kernel.