summaryrefslogtreecommitdiff
path: root/userspace
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-22 02:27:58 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-22 02:27:58 +0100
commit4ef54112ec3d3772cb97984a26c85299b8065316 (patch)
treeb9b1a8593ef1c041e2783b63966b54b96c294561 /userspace
parent904f68134bb3f6b50629ddcb6007b3a735ce4b72 (diff)
working on ELF support
Diffstat (limited to 'userspace')
-rw-r--r--userspace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index df79065..0797db2 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -2,7 +2,7 @@ CC=i686-foolos-gcc
PROGS=shell simple brainfuck add
-ext2.img: $(PROGS) shell.bin
+ext2.img: $(PROGS)
dd if=/dev/zero of=ext2.img bs=512 count=2000
sudo mkfs.ext2 -O none ext2.img -F
mkdir mnt