BooleOS: building a bare-metal x86 OS without writing a single line of it myself
This story is from 2026-09-26. It is preserved in the archive; the latest stories are on the live feed.
BooleOS is a hobby operating system for x86 (32-bit), written in C99 and NASM, no Linux or BSD underneath, no libc. It boots via Multiboot2, has its own heap manager (no raw malloc), a FAT16/VFS layer, and a cooperative scheduler so far. Repo: https://github.com/BooleSystems/BooleOS The actual prem…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-26 03:38 · DEV Community — AI
BooleOS: building a bare-metal x86 OS without writing a single line of it myself