Thank You for Visiting Us
Total Downloads
Site Visits
No reviews yet. Be the first to leave one!
S-AOS is a custom-built operating system written from scratch using Netwide Assembler (NASM). Originally booted in 16-bit real mode, the kernel has transitioned into 32-bit Protected Mode execution.
Future development phases focus on adding full 64-bit Long Mode support and an integrated graphical user interface (GUI).
Supported S-AOS terminal commands:
| Command | Function |
|---|---|
cls |
Clears the terminal screen. |
help |
Displays the command help menu. |
shw date |
Outputs system RTC date. |
pwr reboot |
Triggers full system restart. |
pwr off |
Powers down system hardware. |
sys.mov=<bits:32>[(mov)] |
Executes 32-bit transition sequence. |
S-AOS compiles directly to a raw image (.img). Test execution methods:
1. QEMU Emulator:
Execute via command line:
qemu-system-x86_64 -drive format=raw,file=S-AOS.img
2. Bare Metal USB:
Flash the .img binary onto a USB flash drive using Rufus or dd, then boot using legacy BIOS / CSM support.
Developed by Moslem Hamoudi.
ChatWorldWide is a real-time global chat platform supporting direct messaging, picture uploads, voice notes, and video sharing.