summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 1 insertions, 2 deletions
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