Fix machine for regular run as well, and use latest working version
Esse commit está contido em:
+2
-2
@@ -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
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário