initial commit, asm operating system with the MikeOS bootloader
This commit is contained in:
6
test-linux.sh
Executable file
6
test-linux.sh
Executable 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
|
Reference in New Issue
Block a user