Link Search Menu Expand Document

VIteen: 16 bit real mode OS


Writing a 16 bit (8086-like) operating system that is programmable using C …

Following along

Prerequisites needed:

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

OSDev Wiki

NASM documentation