GitHub - shikaan/osle: 💾 A tiny and mighty boot sector OS
A tiny and mighty boot sector OS.
osle-demo.mov
🚀 Try it out in the browser! 🚀
👀 Overview
OSle is a real-mode OS that fits in a boot
sector.
It's written in x86 assembly and, despite its tiny size (only 510 bytes), it
packs essential features like:
Shell: Run commands and builtins.
File System: Read, write, and find files on the system.
Process Management: Cooperatively spawn child processes.
Userland Software: Comes with pre-built software and an
SDK to write your own.
Check out the online d...
Read more at github.com