Disk reading partly done

This commit is contained in:
2025-11-17 20:46:21 +00:00
parent 7906c48a2e
commit 0222a7adb9
10 changed files with 261 additions and 21 deletions

View File

@@ -1,6 +1,9 @@
#!/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
make clean
sudo make
sudo chown $(whoami) disk_images/*
qemu-system-i386\
-drive file=disk_images/crawos.img,if=floppy,format=raw\
-m 512m\
-object memory-backend-file,id=pc.ram,size=512m,mem-path=/dev/shm/qemu-ram,share=on -machine memory-backend=pc.ram\
$1 $2