summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-04-29 13:44:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-04-29 13:44:28 +0200
commit93e26c6854960ece8bc418ce2d65b251b0681d0f (patch)
tree98bba404fdb22f620cf5d6ed64f536ae494e8ada /src/Makefile
parent0f142129bfc38fb19d1909efb111190b98de8cb2 (diff)
downloadabaos-93e26c6854960ece8bc418ce2d65b251b0681d0f.tar.gz
abaos-93e26c6854960ece8bc418ce2d65b251b0681d0f.tar.bz2
added a bochs config
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