diff options
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index 801326b..1f562ab 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -18,7 +18,7 @@ PROGS=foolshell ls simple brainfuck add checker clear task1 task2 init cat snake include ../Makefile.common ext2.img: $(PROGS) ../mp/mp.bin - dd if=/dev/zero of=ext2.img bs=512 count=10000 + dd if=/dev/zero of=ext2.img bs=512 count=50000 sudo mkfs.ext2 -O none ext2.img -F mkdir mnt sudo mount ext2.img mnt @@ -31,7 +31,7 @@ ext2.img: $(PROGS) ../mp/mp.bin echo "++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++." > mnt/home/miguel/hello.brain # cp ~/temp/fool-os-stuff/binutils-build-host-foolos/binutils/readelf mnt/bin # cp ../font/binfont.bin mnt/ - cp ~/temp/fool-os-stuff/ncurses-5.9/progs/tput mnt/bin + cp ~/temp/fool-os-stuff/ncurses-5.9-foolos-new/progs/* mnt/bin/ cp ../mp/mp.bin mnt/boot/ mkdir -p mnt/etc echo "127.0.0.1 localhost" > mnt/etc/hosts |
