VIteen: 16 bit real mode OS
Writing a 16 bit (8086-like) operating system that is programmable using C …
Following along
Prerequisites needed:
- the GitHub repo
- bcc (as86, ld86)
- nasm
If you are new to OS dev I recommend you to read some of the following ressources. Since this project is only about a 16-bit OS it should be sufficient to read about the booting process and the real mode:
Writing a Simple Operating System from Scratch - by Nick Blundell