BVOS - A Very Minimal x86 Training OS in Assembly and C
BVOS — Barely Visible OS A minimal 32-bit x86 operating system written in Assembly and C, designed as a learning project to explore bootloaders, protected mode, and kernel basics. It does almost nothing… and that’s the point. Features Boots from BIOS via a custom MBR boot sector Loads a tiny kernel from disk into memory Switches to Protected Mode and runs C code Writes “Hello, world!” directly to VGA text memory Fits in just a few sectors Build & Run Prerequisites ...