<palign="center">A simple x86 operating system. Maybe 64bit in the future.</p>
<palign="center"><imgsrc="preview.png"></p>
### Building & Running
Use the `Makefile` in order to build the binaries/objects et cetera- with <ahref="https://linux.die.net/man/1/make"target="_blank">make</a>.
<br>
Example: `$ make os-image`
<br><br>
In order to run you can launch the OS with <ahref="https://www.qemu.org/documentation/"target="_blank">qemu</a>. You can also launch qemu via make by doing: `$ make run`.