From e382b70880fe82176a086f909a027a2f85a884b6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 11 May 2017 22:12:08 +0200 Subject: added strlcpy (and a host test for it) started to add I/O port code for VGA data and select ports --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 4e0755a..45db0f7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -44,7 +44,7 @@ stdlib.o: stdlib.c $(CC) $(CFLAGS) -c -o stdlib.o stdlib.c clean: - -rm -f boot.bin kernel.bin image.bin magic.bin *.o + -rm -f boot.bin kernel.bin image.bin magic.bin *.o kernel.map image.tmp run-qemu: image.bin qemu-system-i386 -m 32 -drive "file=image.bin,if=ide,format=raw" -- cgit v1.2.3-54-g00ecf