Do you feel that something was still missing from your operating system after completing the last milestone in Operating systems?
If yes, join us in this course where you can continue working on your kernel and userspace and
- extend it with a block device driver so that not everything is in memory,
- add basic MinixFS implementation to support files and
- then start an
initprocess from disk that would be able to - start other processes and let these
- processes communicate with each other.