diff options
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index f2ca823..f69ea9d 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -41,16 +41,12 @@ ext2.img: $(PROGS) @sudo chown miguel mnt @mkdir -p mnt/home/miguel @mkdir -p mnt/boot - @echo "Welcome to FoolOs\nWe hope you will enjoy your stay." > mnt/home/miguel/hello.txt - @cp file.txt mnt/home/miguel/file.txt @mkdir -p mnt/bin - @mkdir -p mnt/doc/test + @mkdir -p mnt/doc/fonts @mkdir -p mnt/sys # mountpoint for sysfs @mkdir -p mnt/pipes # mountpoint for pipes - @cp test.txt mnt/doc/test/ @cp $(PROGS) mnt/bin - @cp fonts/binfont.bin mnt/ - @echo "++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++." > mnt/home/miguel/hello.brain + @cp fonts/binfont.bin mnt/doc/fonts # cp ~/temp/fool-os-stuff/binutils-build-host-foolos/binutils/readelf mnt/bin # cp ../font/binfont.bin mnt/ |
