From 4ef54112ec3d3772cb97984a26c85299b8065316 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 22 Nov 2014 02:27:58 +0100 Subject: working on ELF support --- userspace/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/Makefile') 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 -- cgit v1.2.3