Hi everyone, check out ASOS - "A Silly Operating System". Its a 16-bits operating system that only boots from a floppy disk and it only runs programs on floppy disks too. It has only 3 system calls - PrintString (which prints a null-terminated string), ClearScreen (which clears the screen) the ReadFloppy (which loads the first 16 sectors on the floppy disk at address 0x1000:0x0000).
The only use I see for it is for learning beginners
You can ASOS just right here. -
https://github.com/d2alphame/ASOS
Assemble with
nasm -f bin ASOS.txt -o ASOS.img
Assemble the HelloWorld Program with
nasm -f bin "Hello World.txt" -o HelloWorld.img
They should both assemble into 1.44MB diskette images
Boot with the ASOS.img floppy disk