From 7ab4111a5961df00b9891ca281f913b1dcee9edb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 10 Jun 2017 10:21:52 +0200 Subject: 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) --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile') 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' -- cgit v1.2.3-54-g00ecf