document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ###############################################################
  2. # Configuration file for Bochs
  3. ###############################################################
  4.  
  5. # how much memory the emulated machine will have
  6. megs: 32
  7.  
  8. # filename of ROM images
  9. romimage: file=/usr/share/bochs/BIOS-bochs-latest
  10. vgaromimage: file=/usr/share/vgabios/vgabios.bin
  11.  
  12. # what disk images will be used
  13. floppya: 1_44=freedos.img, status=inserted
  14. floppyb: 1_44=pm.img, status=inserted
  15.  
  16. # choose the boot disk.
  17. boot: a
  18.  
  19. # where do we send log messages?
  20. # log: bochsout.txt
  21.  
  22. # disable the mouse
  23. mouse: enabled=0
  24.  
  25. # enable key mapping, using US layout as default.
  26. keyboard_mapping: enabled=1, map=/usr/share/bochs/keymaps/x11-pc-us.map
');