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
Build Securely on AWS with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of smolOS!