summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-31 11:49:07 +0200
committerMiguel <m.i@gmx.at>2018-08-31 11:49:07 +0200
commit47d7e8e4527c663dd1a0c04a4ea5624589464895 (patch)
treed6d5ef82f1089a9ab058b27c427c1463db0fae60 /userspace/Makefile
parent4404fa9b3d98646f942e32146722a9d0a68edc13 (diff)
various improvmenets
* added debugging symbols to nasm output * started implementing an unified interrupt interface * moved smp entry point to kernel image!
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile3
1 files changed, 1 insertions, 2 deletions
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