7 lines
195 B
Bash
Executable File
7 lines
195 B
Bash
Executable File
#!/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
|