aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2013-11-11 19:02:19 +1300
committerDavid <dbphillipsnz@gmail.com>2014-03-27 20:32:47 +1300
commitb707eed2ccab33aa5c008a84d4a74788b4b2e52d (patch)
tree7f6402a0025e084559e5fe4646a94c11d9e670ef /Makefile
parent9d9de30b314f763069ed18fe8da8b6187d6faf38 (diff)
downloadtoast-b707eed2ccab33aa5c008a84d4a74788b4b2e52d.tar.xz
Added %o %b %c in printf(), started memory detection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 534b71c..4226d9d 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ SOURCES = boot/boot.o \
screen/console.o \
string/common.o \
kernel.o \
- lowlevel.o
+ lowlevel.o\
+ panic.o
all: $(SOURCES) link
@@ -28,5 +29,6 @@ install:
# sudo umount $(TOAST_TARGET)
sudo mount /dev/loop0p1 $(TOAST_TARGET)
sudo cp kernel $(TOAST_TARGET)
+ ls $(TOAST_TARGET)
sudo umount $(TOAST_TARGET)
bochs -qf bochsrc