Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 270 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 270 Bytes

OS_1

A Minimal OS bootloader for x86 architecture


Compile the Makefile:

make

To run in qemu emulator:

qemu-system-i386 -fda build/main_floppy.img

Highly Inspired by : nanobyte_os