mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-08-04 01:36:10 -04:00
Add simple Bochs target
This commit is contained in:
parent
30175d3413
commit
3df6abb169
3
Makefile
3
Makefile
@ -47,6 +47,9 @@ bochs: default
|
|||||||
bochs -qf tools/bochsrc.txt -rc commands
|
bochs -qf tools/bochsrc.txt -rc commands
|
||||||
rm commands
|
rm commands
|
||||||
|
|
||||||
|
bochs_simple: default
|
||||||
|
bochs -qf tools/bochsrc.txt
|
||||||
|
|
||||||
debug: default
|
debug: default
|
||||||
echo "c" > commands
|
echo "c" > commands
|
||||||
bochs -qf tools/debug_bochsrc.txt -rc commands
|
bochs -qf tools/debug_bochsrc.txt -rc commands
|
||||||
|
Loading…
x
Reference in New Issue
Block a user