Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 448 Bytes

microOS

Screenplay

I've written this minimal OS by following the OSDev tutorial. Currently it supports only kernel mode, no usermode implemented and no plan to do it. It can be easily run under qemu / burn on a usb and test it on bare metal. For Qemu:

    qemu-system-i386 -cdrom microOS.iso

or,

    qemu-system-i386 -kernel microOS.bin