]> git.corax.cc Git - corax/commitdiff
Also compile libc from the top-level Makefile
authorMatthias Kruk <m@m10k.eu>
Sat, 5 Oct 2019 07:14:17 +0000 (16:14 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 5 Oct 2019 07:14:17 +0000 (16:14 +0900)
Makefile

index f463b6e75d445d103ddd5a89e76360786f119f29..580802f23dcd87605675238f3531d00bfbc754bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-DEPS = kernel
+DEPS = kernel libc
 OUTPUT = corax
 PHONY = $(DEPS) clean qemu
 #LAYOUT = $(shell setxkbmap -query | sed -nE 's/^layout:.*?([a-z]{2})$/\1/p')
@@ -9,7 +9,7 @@ PHONY = $(DEPS) clean qemu
 all: $(OUTPUT)
 
 qemu:
-       qemu-system-i386 -k ja -kernel $(OUTPUT) -m 128 -display gtk
+       qemu-system-i386 -k ja -kernel $(OUTPUT) -m 128 -display gtk # -d int -no-reboot
 
 $(OUTPUT): $(DEPS)
        mv kernel/corax $(OUTPUT)