| 123456789101112131415161718192021222324252627282930313233 |
- display_library: sdl2
- romimage: file=$BXSHARE/BIOS-bochs-latest
- vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest
- mouse: enabled=0
- # floppya: 1_44=a.img, status=inserted
- # disk
- ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
- ata0-master: type=disk, mode=flat, path="hd30M.img", cylinders=60, heads=16, spt=63
- boot: disk
- log: bochs_log.txt
- # logprefix: %t%e%d
- debug_symbols: file="build/bin/kernel.sym"
- print_timestamps: enabled=0
- memory: guest=32, host=32, block_size=512
- # gdbstub: enabled=1, port=1234, text_base=0, data_base=0, bss_base=0
- # error: action=report
- # debug: action=report
|