diff options
| author | Miguel <m.i@gmx.at> | 2018-09-21 11:08:21 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-21 11:08:21 +0200 |
| commit | 6125ac9b8c864eeeb4619021cdde0f40e784fc14 (patch) | |
| tree | 688d6855c974e2c831e58da94eb61a27a9a0abb6 /userspace/Makefile | |
| parent | d4bc2ecdd1d0b3d3f3642a5f02840d1e0cb5e199 (diff) | |
cleaning at userspace
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/ |
