URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [conts/] [posix/] [README] - Rev 2
Compare with Previous | Blame | View Log
Codezero POSIX ServicesThis directory contains the source code for the POSIX services developed on topof the Codezero Microkernel. There is a pager called MM0 which demonstrates howa pager on top of Codezero should act, by its system call usage.Test0 is the userspace task that tests microkernel system call functionality aswell as the POSIX system call functionality by issuing calls to MM0Codezero POSIX services partially demonstrate how a POSIX level operatingsystem would be written on top of Codezero. Unlike shallow implementations onembedded systems that only look like POSIX, mm0 implements a real virtualmemory subsystem and virtual filesystem that solidly backs the API. Neverhthelessservices such as terminal IO and common filesystem support are currentlymissing.
