I have the debug-enabled version of bochs. Although I occasionally need debug mode, most of the time, I want to launch bochs right from the terminal without stopping to press "c" on the debug command line. Is there a setting that will do this (that doesn't require me to install two different versions of bochs)?
Do the following
Now create a file with the letter c followed by a newline, name it something like silly.txt
Now run bochs like this:
bochs -qf ./bochs9.cfg -rc ./silly.txt
-qf will force bochs to skip the menus and use your options file
-rc will force bochs to fake typing the contents of silly.txt, which in this case is 'c' + newline, to make it run
This will allow you to boot Bochs into an OS directly from the commandline. Tested with Svardos bootdisk.
See also this Sourceforge Discussion
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With