This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
sparkle
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Makefile: add debug rule making qemu wait for gcc connection
master
3moon
8 years ago
parent
8e2ee50f66
commit
d889ff14b2
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+ 3
- 0
Makefile
View File
@ -22,6 +22,9 @@ run: $(iso)
run-trif
:
$(
iso
)
qemu-system-x86_64 -cdrom
$(
iso
)
-no-reboot -d int -s
debug
:
$(
iso
)
qemu-system-x86_64 -cdrom
$(
iso
)
-s -S
iso
:
$(
iso
)
$(iso)
:
$(
kernel
)
Write
Preview
Loading…
Cancel
Save