Fix machine for regular run as well, and use latest working version

Esse commit está contido em:
ihatetoregister
2022-09-29 00:18:33 +02:00
commit d70b2863aa
+2 -2
Ver Arquivo
@@ -70,10 +70,10 @@ boot/boot: boot/boot.s tools/system
$(LD86) -s -o boot/boot boot/boot.o
run:
qemu-system-i386 -drive format=raw,file=Image,index=0,if=floppy -boot a -hdb hd_oldlinux.img -m 8 -machine pc-0.10
qemu-system-i386 -drive format=raw,file=Image,index=0,if=floppy -boot a -hdb hd_oldlinux.img -m 8 -machine pc-i440fx-2.5
run-curses:
qemu-system-i386 -display curses -drive format=raw,file=Image,index=0,if=floppy -boot a -hdb hd_oldlinux.img -m 8 -machine pc-i440fx-1.4
qemu-system-i386 -display curses -drive format=raw,file=Image,index=0,if=floppy -boot a -hdb hd_oldlinux.img -m 8 -machine pc-i440fx-2.5
dump:
objdump -D --disassembler-options=intel tools/system > System.dum