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