kittrz9 / os-dev-thing

an attempt at a simple x86 operating system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

from the ground up os dev thing

this is probably my like the 20th attempt at x86 shit, at this point I'm tired of trying to deal with everything past like protected mode.

hopefully doing stuff from the MBR and real mode up will finally allow me to actually learn this stuff

some stuff done by basically looking at how limine does things and trying to reimplement them (notably the way the stack and GDT are set up)

About

an attempt at a simple x86 operating system

License:MIT License


Languages

Language:C 74.6%Language:Assembly 12.5%Language:Shell 11.8%Language:Python 1.2%