summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index 86c221e..d3f47bc 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -12,7 +12,7 @@ CFLAGS+=-g
PROGS=foolshell ls simple brainfuck add checker clear task1 task2 init
ext2.img: $(PROGS)
- dd if=/dev/zero of=ext2.img bs=512 count=7000
+ dd if=/dev/zero of=ext2.img bs=512 count=10000
sudo mkfs.ext2 -O none ext2.img -F
mkdir mnt
sudo mount ext2.img mnt