/asm/boot/c/bochsrc.bxrc
http://github.com/dennis-gemini/tests · Unknown · 26 lines · 19 code · 7 blank · 0 comment · 0 complexity · 707334b52e8efa3f893b2dde46c0731d MD5 · raw file
- ###############################################################
- # bochsrc.bxrc file for Tinix.
- ###############################################################
-
- # how much memory the emulated machine will have
- megs: 32
-
- # filename of ROM images
- romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000
- #vgaromimage: $BXSHARE/VGABIOS-elpin-2.40
- vgaromimage: /usr/share/vgabios/vgabios.cirrus.bin
-
- # what disk images will be used
- floppya: 1_44=TINIX.IMG, status=inserted
-
- # choose the boot disk.
- boot: a
-
- # where do we send log messages?
- log: bochsout.txt
-
- # disable the mouse, since Tinix is text only
- mouse: enabled=0
-
- # enable key mapping, using US layout as default.
- keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-us.map