Skip to content

Instantly share code, notes, and snippets.

@ryesalvador
Created October 9, 2015 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryesalvador/f31ef15d66923b8f176a to your computer and use it in GitHub Desktop.
Save ryesalvador/f31ef15d66923b8f176a to your computer and use it in GitHub Desktop.
Sample Bochs configuration file
# We give our system 32 Mb of RAM.
megs: 32
# This is the additional package we installed. We add it into our configuration.
display_library: sdl
# This emulates a physical device and loads our bootable IMG file into that device.
floppya: 1_44=Dos5.0.img, status=inserted
# We specify to boot from floppya.
boot: a
# Logfile
log: bochsout.txt
# We don't need mouse emulation
mouse: enabled=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment