This project will be a self learning excercise into how to create operating systems. It will delve into the world of OS development. We will unearth the secrets of ASSEMBLY programming and how to actually program in C. Not using the Gnu libc to help us, but actual free standing C programs.

One of the goals is getting a shell and then implementing processes, I/O and even networking.

This project has been inspired by Halt and Catch Fire.