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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of smolOS!