From c4aa91d9d58a47eb90798ae1ae6647953d3745a2 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 22 Nov 2014 16:43:51 +0100 Subject: support for ELF (with 1*text and 1*data)! --- userspace/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'userspace/Makefile') diff --git a/userspace/Makefile b/userspace/Makefile index a0817e3..79c43d6 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -1,6 +1,5 @@ CC=i686-foolos-gcc CFLAGS=-w -LDFLAGS=-T linker.ld PROGS=shell simple brainfuck add @@ -14,8 +13,7 @@ ext2.img: $(PROGS) echo "hello one" > mnt/miguel/test1.txt echo "hello two" > mnt/test2.txt cp $^ mnt -# cp shell.bin mnt - cp ~/temp/fool-os-stuff/binutils-fool-build/binutils/elfedit mnt +# cp ~/temp/fool-os-stuff/binutils-fool-build/binutils/elfedit mnt sync sudo umount mnt rm mnt -rf @@ -29,7 +27,6 @@ shell: shell.o simple: simple.o add: add.o - clean: -rm *.o $(PROGS) ext2.img -- cgit v1.2.3