mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-08-03 09:16:13 -04:00
Cleanup
This commit is contained in:
parent
092c73f9c0
commit
37f9745b73
6
Makefile
6
Makefile
@ -67,16 +67,16 @@ qemu: default
|
||||
|
||||
bochs: default
|
||||
echo "c" > commands
|
||||
bochs -qf bochsrc.txt -rc commands
|
||||
bochs -qf tools/bochsrc.txt -rc commands
|
||||
rm commands
|
||||
|
||||
debug: default
|
||||
echo "c" > commands
|
||||
bochs -qf debug_bochsrc.txt -rc commands
|
||||
bochs -qf tools/debug_bochsrc.txt -rc commands
|
||||
rm commands
|
||||
|
||||
gdb: default
|
||||
bochs -qf gdb_bochsrc.txt
|
||||
bochs -qf tools/gdb_bochsrc.txt
|
||||
|
||||
force_look:
|
||||
true
|
||||
|
Loading…
x
Reference in New Issue
Block a user