From 05156e002e30032e8c1081d47f50dd98b1241dd6 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 22 Nov 2014 16:56:08 +0100 Subject: first (non-functional) port of binutils --- userspace/Makefile | 3 ++- userspace/shell.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'userspace') diff --git a/userspace/Makefile b/userspace/Makefile index 79c43d6..09486c0 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -13,7 +13,8 @@ ext2.img: $(PROGS) echo "hello one" > mnt/miguel/test1.txt echo "hello two" > mnt/test2.txt cp $^ mnt -# cp ~/temp/fool-os-stuff/binutils-fool-build/binutils/elfedit mnt + cp ~/temp/fool-os-stuff/binutils-build-host-foolos/binutils/elfedit mnt +# cp ~/temp/fool-os-stuff/binutils-build-host-foolos/binutils/objdump mnt sync sudo umount mnt rm mnt -rf diff --git a/userspace/shell.c b/userspace/shell.c index 544da96..ae39c1a 100644 --- a/userspace/shell.c +++ b/userspace/shell.c @@ -18,7 +18,7 @@ void prompt() { int main(int argc, char **argv) { - hello(); +// hello(); FILE *input; input=fopen("input.txt","r"); -- cgit v1.2.3