From 6125ac9b8c864eeeb4619021cdde0f40e784fc14 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 21 Sep 2018 11:08:21 +0200 Subject: cleaning at userspace --- userspace/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'userspace/Makefile') 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/ -- cgit v1.2.3