From eca57656bfb384583c1c4b34de46cde6b36d6694 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 22 Nov 2014 17:57:57 +0100 Subject: added call_unhandled for unhandled syscalls --- userspace/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'userspace/Makefile') diff --git a/userspace/Makefile b/userspace/Makefile index 09486c0..7e35096 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -19,10 +19,6 @@ ext2.img: $(PROGS) sudo umount mnt rm mnt -rf -#shell.bin: shell.c -# ${CC} -T sys/oldlinker.ld -shell.c o shell.bin -# objcopy -O binary shell shell.bin - brainfuck: brainfuck.o shell: shell.o simple: simple.o -- cgit v1.2.3