bootasm.S: remove redundant A20 enable code
This commit is contained in:
@@ -206,7 +206,7 @@ TERMINAL :=gnome-terminal
|
||||
debug: $(UCOREIMG)
|
||||
$(V)$(QEMU) -S -s -parallel stdio -hda $< -serial null &
|
||||
$(V)sleep 2
|
||||
$(V)$(TERMINAL) -e "gdb -q -x tools/gdbinit"
|
||||
$(V)$(TERMINAL) -e "gdb -q -tui -x tools/gdbinit"
|
||||
|
||||
debug-nox: $(UCOREIMG)
|
||||
$(V)$(QEMU) -S -s -serial mon:stdio -hda $< -nographic &
|
||||
|
||||
Reference in New Issue
Block a user