Merge pull request #7 from ihatetoregister/improvements

Improvements
Esse commit está contido em:
Popa Marius Adrian
2022-09-29 02:05:20 +03:00
commit de GitHub
2 arquivos alterados com 5 adições e 1 exclusões
+1
Ver Arquivo
@@ -0,0 +1 @@
*.o
+4 -1
Ver Arquivo
@@ -70,7 +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-2.5
dump:
objdump -D --disassembler-options=intel tools/system > System.dum