smolOS is a minimalist 16-bit operating system written in pure Assembly for x86 real mode. Its goal is to demonstrate the fundamentals of how an OS boots, handles input, and displays output using only the most essential code. smolOS fits in a single boot sector and runs directly on BIOS-compatible hardware or emulators like QEMU. It’s ideal for those seeking to understand bootloaders, BIOS interrupts, and ultra-low-level system programming through a practical and tiny project.
Features
- Fully written in 16-bit x86 Assembly
- Fits into a single boot sector (512 bytes)
- Runs in real mode with BIOS interrupt calls
- VGA text mode output for user messages
- Basic keyboard input support
- No external libraries or dependencies
- Bootable from USB or floppy disk image
Categories
Operating SystemsLicense
MIT LicenseFollow smolOS
Other Useful Business Software
Raima Database Manager is an embedded in-memory database for IoT and Edge devices
Raima Database Manager (RDM) is an embedded relational database optimized to run on resource-constrained IoT edge devices that require real-time response. RDM enables intelligent decisions to be made at the device level within microseconds.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of smolOS!