Skip to main content

Apple macOS

How do I get to Debug using Mac?

To get to Debug using macOS, you need to first make sure that you have XQuartz installed. Then follow the following steps:

1.) Open the Terminal app.

2.) Log on to the Shell Servers using the proper switches to allow X forwarding (if you are having issues, please see the article, How do I use XQuartz and X11 Forwarding with the Shell Servers?)

3.) Run loud-bochs as

$ loud-bochs

4.) bochs will execute in debug mode. Continue execution by entering at the prompt:

<bochs:1> c
5.) The DOS environment will execute. Wait for the prompt. It may take a few seconds.
C:\>

6.) Enter the following command to start the debugger

C:\> debug

Documentation