initial commit, asm operating system with the MikeOS bootloader

This commit is contained in:
2025-06-07 14:58:48 +01:00
commit c99ecaa620
28 changed files with 13146 additions and 0 deletions

6
test-linux.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
# This script starts the QEMU PC emulator, booting from the
# MikeOS floppy disk image
qemu-system-i386 -soundhw pcspk -drive format=raw,file=disk_images/mikeos.flp,index=0,if=floppy