World's simplest operating system from scratch. NineteenOS is a kernel built for the x86 platform. This is a work in progress and any contributions to make the code better or just ideas are welcome.
- Qemu Emulator
- Make
- GCC cross compiler
- Nasm Assembler
Two ways to test the system
i) Using binary image
qemu-system-x86_64 -d guest_errors -fda bin/os_image
ii) Using make
make all
Send me an email at misachibrianatgmaildotcom in case of any issues