shaswata56 / microOS

A tiny OS just having a loader, bootstrap, IDT and kernel, no userspace!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tiny OS just having a loader, bootstrap, IDT and kernel, no userspace!

License:GNU General Public License v2.0


Languages

Language:C 85.4%Language:Assembly 6.6%Language:Makefile 4.9%Language:Shell 3.1%