/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

  1. ###############################################################
  2. # bochsrc.bxrc file for Tinix.
  3. ###############################################################
  4. # how much memory the emulated machine will have
  5. megs: 32
  6. # filename of ROM images
  7. romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000
  8. #vgaromimage: $BXSHARE/VGABIOS-elpin-2.40
  9. vgaromimage: /usr/share/vgabios/vgabios.cirrus.bin
  10. # what disk images will be used
  11. floppya: 1_44=TINIX.IMG, status=inserted
  12. # choose the boot disk.
  13. boot: a
  14. # where do we send log messages?
  15. log: bochsout.txt
  16. # disable the mouse, since Tinix is text only
  17. mouse: enabled=0
  18. # enable key mapping, using US layout as default.
  19. keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-us.map