Serenity Operating System
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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)

+6 -6
+6 -6
Kernel/.bochsrc
··· 4 4 memory: host=128, guest=128 5 5 romimage: file="/usr/share/bochs/BIOS-bochs-latest", address=0x00000000, options=none 6 6 vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest" 7 - boot: floppy 8 - floppy_bootsig_check: disabled=0 9 - floppya: type=1_44, 1_44=".floppy-image", status=inserted, write_protected=0 7 + boot: disk 8 + #floppy_bootsig_check: disabled=0 9 + #floppya: type=1_44, 1_44=".floppy-image", status=inserted, write_protected=0 10 10 # no floppyb 11 11 ata0: enabled=true, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 12 - ata0-master: type=disk, path="_fs_contents", mode=flat, cylinders=0, heads=0, spt=0, model="Generic 1234", biosdetect=auto, translation=auto 12 + ata0-master: type=disk, path="_disk_image", mode=flat, cylinders=0, heads=0, spt=0, model="Generic 1234", biosdetect=auto, translation=auto 13 13 ata0-slave: type=none 14 14 ata1: enabled=true, ioaddr1=0x170, ioaddr2=0x370, irq=15 15 15 ata1-master: type=none ··· 34 34 print_timestamps: enabled=0 35 35 port_e9_hack: enabled=1 36 36 private_colormap: enabled=0 37 - #clock: sync=realtime, time0=local, rtc_sync=1 38 - clock: sync=none, time0=local, rtc_sync=1 37 + clock: sync=realtime, time0=local, rtc_sync=1 38 + #clock: sync=none, time0=local, rtc_sync=1 39 39 # no cmosimage 40 40 log: - 41 41 logprefix: %t%e%d