summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-10 10:21:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-10 10:21:52 +0200
commit7ab4111a5961df00b9891ca281f913b1dcee9edb (patch)
tree729ad0245952f1e9f0531f5a392b9ac95c3d5cd9 /src/Makefile
parent1595632297f12b3aa2f1adfdcd06ea47bf31486c (diff)
downloadabaos-7ab4111a5961df00b9891ca281f913b1dcee9edb.tar.gz
abaos-7ab4111a5961df00b9891ca281f913b1dcee9edb.tar.bz2
better messages in boot loader about disk loading
another test in bochs with a ATA hard disk without LCHS/PCHS translation (doens't boot yet)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 3ec465d..fed9fd3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -112,3 +112,6 @@ run-qemu-debug: image.bin
run-bochs:
bochs -q -f bochs.config 'boot:floppy' 'floppya: 1_44=image.bin, status=inserted'
+
+run-bochs-hd:
+ bochs -q -f bochs.config 'boot:disk' 'ata0-master: type=disk, path=image.bin, mode=flat, cylinders=64, heads=4, spt=8, translation=none'