github.com/icexin/eggos@v0.4.2-0.20220216025428-78b167e4f349/bochsrc (about)

     1  megs: 1024
     2  romimage: file=$BXSHARE/BIOS-bochs-latest
     3  vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest
     4  vga: extension=vbe
     5  #floppya: image="images/floppy.img", status=inserted
     6  #floppyb: image="images/b.img", status=inserted
     7  #ata0-master: type=disk, path=os.img, cylinders=20, heads=16, spt=63
     8  ata0-master: type=cdrom, path=eggos.iso, status=inserted
     9  boot: cdrom
    10  
    11  com1: enabled=1,mode=file,dev="serial"
    12  mouse: enabled=0
    13  #cpu: ips=15000000
    14  #vga_update_interval: 150000
    15  #display_library: x, options="gui_debug"
    16  #display_library: nogui
    17  
    18  #log:bochs.log
    19  debug: action=ignore, cpu0=report
    20  #info: action=report
    21  magic_break:enabled=1
    22  #gdb调试
    23  #gdbstub: enabled=1, port=1234, text_base=0,data_base=0,bss_base=0