Created
October 9, 2015 04:06
-
-
Save ryesalvador/f31ef15d66923b8f176a to your computer and use it in GitHub Desktop.
Sample Bochs configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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