Coccijoe

Untitled

Feb 25th, 2012
1,390
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ###############################################################
  2. # bochsrc.txt file for DLX Linux disk image.
  3. ###############################################################
  4.  
  5. # how much memory the emulated machine will have
  6. megs: 126
  7.  
  8. cpu: count=1, ips=6000000, reset_on_triple_fault=1, ignore_bad_msrs=1
  9.  
  10. # filename of ROM images
  11. romimage: file=BIOS-bochs-latest
  12. vgaromimage: file=VGABIOS-lgpl-latest
  13. vga: extension=cirrus, update_freq=25
  14. pci: enabled=1, chipset=i440fx, slot1=cirrus
  15.  
  16. # what disk images will be used
  17. #floppya: 1_44=W98RUS.img, status=inserted
  18. #floppyb: 1_44=floppyb.img, status=inserted
  19.  
  20. # hard disk
  21. ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
  22. ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15
  23.  
  24. ata0-master: type=disk, path="c.img"
  25. #ata0-slave: type=disk, path="d.img"
  26. ata1-master: type=disk, mode=vvfat, path=/sdcard/HDD, journal=vvfat.redolog
  27. #type=cdrom, path="RUSW95B_USB.ISO", status=inserted
  28. # choose the boot disk.
  29. boot: c
  30.  
  31. # default config interface is textconfig.
  32. config_interface: textconfig
  33. #config_interface: wx
  34.  
  35. #display_library: x
  36. # other choices: win32 sdl wx carbon amigaos beos macintosh nogui rfb term svga
  37.  
  38. # where do we send log messages?
  39. log: bochsout.txt
  40.  
  41. sb16: enabled=1
  42.  
  43. # disable the mouse, since DLX is text only
  44. mouse: enabled=1
  45.  
  46. # enable key mapping, using US layout as default.
  47. #
  48. # NOTE: In Bochs 1.4, keyboard mapping is only 100% implemented on X windows.
  49. # However, the key mapping tables are used in the paste function, so
  50. # in the DLX Linux example I'm enabling keyboard_mapping so that paste
  51. # will work. Cut&Paste is currently implemented on win32 and X windows only.
  52.  
  53. #keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-us.map
  54. #keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-fr.map
  55. #keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-de.map
  56. #keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-es.map
RAW Paste Data