From c39af9d9528b88d8431446b6cc0c0ef9ec3f108b Mon Sep 17 00:00:00 2001 From: fslongjin Date: Wed, 31 Aug 2022 18:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4bochs=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bochsrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bochsrc b/bochsrc index f4e59008..3c6fe5e5 100644 --- a/bochsrc +++ b/bochsrc @@ -7,11 +7,11 @@ romimage: file="/usr/local/share/bochs/BIOS-bochs-latest" vgaromimage: file="/usr/local/share/bochs/VGABIOS-lgpl-latest" # ata0-master: type=disk, path="/data/home/longjin/code/hd.img", mode=flat -boot: cdrom +boot: disk # no floppyb ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 -ata0-master: type=none +ata0-master: type=disk, path="bin/disk.img", mode=flat ata0-slave: type=none ata1-master: type=cdrom, path="DragonOS.iso", status=inserted @@ -36,7 +36,7 @@ clock: sync=none, time0=local, rtc_sync=0 # no loader log: - logprefix: %t%e%d -debug: action=ignore, cpu0=report +debug: action=ignore, cpu0=ignore info: action=report error: action=report panic: action=ask