mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 01:32:14 -05:00
Meta: Make Serenity run on Bochs once again
It's now possible to run Serenity inside Bochs by executing "./run b" Note that it only works with a GRUB image (i.e ./build-image-grub.sh)
This commit is contained in:
parent
2abfab2892
commit
0f7eece141
Notes:
sideshowbarker
2024-07-19 12:50:53 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0f7eece141e
1 changed files with 6 additions and 6 deletions
|
@ -4,12 +4,12 @@ display_library: x
|
||||||
memory: host=128, guest=128
|
memory: host=128, guest=128
|
||||||
romimage: file="/usr/share/bochs/BIOS-bochs-latest", address=0x00000000, options=none
|
romimage: file="/usr/share/bochs/BIOS-bochs-latest", address=0x00000000, options=none
|
||||||
vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest"
|
vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest"
|
||||||
boot: floppy
|
boot: disk
|
||||||
floppy_bootsig_check: disabled=0
|
#floppy_bootsig_check: disabled=0
|
||||||
floppya: type=1_44, 1_44=".floppy-image", status=inserted, write_protected=0
|
#floppya: type=1_44, 1_44=".floppy-image", status=inserted, write_protected=0
|
||||||
# no floppyb
|
# no floppyb
|
||||||
ata0: enabled=true, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
|
ata0: enabled=true, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
|
||||||
ata0-master: type=disk, path="_fs_contents", mode=flat, cylinders=0, heads=0, spt=0, model="Generic 1234", biosdetect=auto, translation=auto
|
ata0-master: type=disk, path="_disk_image", mode=flat, cylinders=0, heads=0, spt=0, model="Generic 1234", biosdetect=auto, translation=auto
|
||||||
ata0-slave: type=none
|
ata0-slave: type=none
|
||||||
ata1: enabled=true, ioaddr1=0x170, ioaddr2=0x370, irq=15
|
ata1: enabled=true, ioaddr1=0x170, ioaddr2=0x370, irq=15
|
||||||
ata1-master: type=none
|
ata1-master: type=none
|
||||||
|
@ -34,8 +34,8 @@ cpuid: smap=false, mwait=true
|
||||||
print_timestamps: enabled=0
|
print_timestamps: enabled=0
|
||||||
port_e9_hack: enabled=1
|
port_e9_hack: enabled=1
|
||||||
private_colormap: enabled=0
|
private_colormap: enabled=0
|
||||||
#clock: sync=realtime, time0=local, rtc_sync=1
|
clock: sync=realtime, time0=local, rtc_sync=1
|
||||||
clock: sync=none, time0=local, rtc_sync=1
|
#clock: sync=none, time0=local, rtc_sync=1
|
||||||
# no cmosimage
|
# no cmosimage
|
||||||
log: -
|
log: -
|
||||||
logprefix: %t%e%d
|
logprefix: %t%e%d
|
||||||
|
|
Loading…
Reference in a new issue