Compare commits
No commits in common. "90c3f1196e74d55a01567edfc127563c925aec97" and "ea707a3c95be15c8e50138f2d6ced3e85168e2e8" have entirely different histories.
90c3f1196e
...
ea707a3c95
3
Makefile
3
Makefile
|
@ -102,9 +102,6 @@ env: prefix FORCE
|
|||
export PATH="$(PREFIX_PATH):$$PATH" && \
|
||||
bash
|
||||
|
||||
gdb: FORCE
|
||||
gdb build/kernel.sym --eval-command="target remote localhost:1234"
|
||||
|
||||
# An empty target
|
||||
FORCE:
|
||||
|
||||
|
|
2
relibc
2
relibc
|
@ -1 +1 @@
|
|||
Subproject commit 7724989b339953c477fbdca501aa72cdf289c4ca
|
||||
Subproject commit cdbbd4a426c81cb3dd83db87ee992d59f667f7c5
|
Reference in New Issue