/little-os

a tiny os

Primary LanguageAssemblyMIT LicenseMIT

Little os

Intro

I am trying to write a little Operation System in Assembly x86 and C language.

For now I'm writing the bootloader yet.

This version is using the DOS bios mode, which is 16 bits architecture.

Prerequisites

How to build it

nasm -f bin file.asm -o file.bin

How to run it

qemu-system-x86_64 file.bin

===

Some suggestions ? Please, let me know ;-)

Bye !

======= References:

Daedalus Community

BIOS - Interrupt Table