mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
🔧 更改为使用bochs虚拟机(qemu暂时没法正常显示画面)
This commit is contained in:
5
bochsrc
5
bochsrc
@ -1,13 +1,13 @@
|
||||
# configuration file generated by Bochs
|
||||
plugin_ctrl: unmapped=1, biosdev=1, speaker=1, extfpuirq=1, parallel=1, serial=1, iodebug=1
|
||||
config_interface: textconfig
|
||||
display_library: sdl
|
||||
# display_library: x11
|
||||
#memory: host=2048, guest=2048
|
||||
romimage: file="/usr/local/share/bochs/BIOS-bochs-latest"
|
||||
vgaromimage: file="/usr/local/share/bochs/VGABIOS-lgpl-latest"
|
||||
boot: floppy
|
||||
floppy_bootsig_check: disabled=0
|
||||
floppya: type=1_44, 1_44="./bin/boot.img", status=inserted, write_protected=0
|
||||
floppya: type=1_44, 1_44="bin/boot.img", status=inserted, write_protected=0
|
||||
# no floppyb
|
||||
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
|
||||
ata0-master: type=none
|
||||
@ -51,3 +51,4 @@ com4: enabled=0
|
||||
|
||||
megs: 2048
|
||||
|
||||
# gdbstub: enabled=1, port=1234, text_base=0, data_base=0, bss_base=0;
|
Reference in New Issue
Block a user