How to run debug version of bochs non-interactively
Posted: Thu Jun 01, 2017 11:30 am
I would like to write some completely automated system tests for my OS (i.e., I run a test script and get a "success" or "fail" message). The problem is that I have the debug features compiled into bochs; thus, when I run "bochs -q" it stops at the debug command line and waits for the user to press "c". Is there a way to tell bochs not to pause at the command line (other than replacing the debug version with the non-debug version)?