XINU is a bit of an older operating systm, and since the kernel model of an operating system is a newer invention, XINU adopts the monolothic approach. However - it is carefully layered making it pretty easy to follow. Here are the layers of the XINU kernel:
In this course we will be looking at the implementation of these layers in XINU.