Clean up bochsrc.txt, add com1 logging
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1 @@
|
|||||||
bochs.log
|
*.log
|
||||||
|
|||||||
@@ -1,14 +1,22 @@
|
|||||||
|
# machine
|
||||||
megs: 128
|
megs: 128
|
||||||
cpu: model=pentium
|
cpu: model=pentium
|
||||||
|
# roms
|
||||||
romimage: file=/usr/share/bochs/BIOS-bochs-latest
|
romimage: file=/usr/share/bochs/BIOS-bochs-latest
|
||||||
vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest.bin
|
vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest.bin
|
||||||
clock: sync=realtime
|
# device config
|
||||||
display_library: x
|
|
||||||
ata0: enabled=1
|
ata0: enabled=1
|
||||||
ata0-master: type=cdrom, path=out/i386_pc/mop3.iso, status=inserted
|
ata0-master: type=cdrom, path=out/i386_pc/mop3.iso, status=inserted
|
||||||
|
com1: enabled=1, mode=file, dev=bochs-com1.log
|
||||||
|
# clock
|
||||||
|
clock: sync=realtime
|
||||||
|
# boot device
|
||||||
boot: cdrom
|
boot: cdrom
|
||||||
|
# logging
|
||||||
error: action=report
|
error: action=report
|
||||||
panic: action=report
|
panic: action=report
|
||||||
info: action=report
|
info: action=report
|
||||||
debug: action=ignore
|
debug: action=ignore
|
||||||
log: bochs.log
|
log: bochs.log
|
||||||
|
# display
|
||||||
|
display_library: x
|
||||||
|
|||||||
Reference in New Issue
Block a user