From 93e26c6854960ece8bc418ce2d65b251b0681d0f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 29 Apr 2017 13:44:28 +0200 Subject: added a bochs config --- src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index aedfa12..9132a1b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,8 +23,7 @@ run-qemu: image.bin qemu-system-i386 -m 16 -drive "file=image.bin,if=ide,format=raw" run-bochs: - bochs -q 'boot:floppy' 'floppya: 1_44=image.bin, status=inserted' - + bochs -q -f bochs.config 'boot:floppy' 'floppya: 1_44=image.bin, status=inserted' functions.o: functions.c gcc -m32 -ffreestanding -c -o functions.o functions.c -- cgit v1.2.3-54-g00ecf