From 47d7e8e4527c663dd1a0c04a4ea5624589464895 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 31 Aug 2018 11:49:07 +0200 Subject: various improvmenets * added debugging symbols to nasm output * started implementing an unified interrupt interface * moved smp entry point to kernel image! --- userspace/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'userspace') diff --git a/userspace/Makefile b/userspace/Makefile index a8aa418..74e0943 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -26,7 +26,7 @@ include ../Makefile.common all: crt0.o ext2.img -ext2.img: $(PROGS) ../mp/mp.bin +ext2.img: $(PROGS) make -C fonts @echo "----------------------" @echo "Creating ext2.img ...." @@ -53,7 +53,6 @@ ext2.img: $(PROGS) ../mp/mp.bin # cp ~/opt/foolos/usr/bin/ncurses mnt/bin/ # cp ~/opt/foolos/usr/bin/bs mnt/bin/ # - @cp ../mp/mp.bin mnt/boot/ @mkdir -p mnt/etc @echo "127.0.0.1 localhost" > mnt/etc/hosts @sync -- cgit v1.2.3