Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Bochs runs and displays stuff, but is not accepting my input — what gives?

0
Posted

Bochs runs and displays stuff, but is not accepting my input — what gives?

0

The most likely thing that’s happening is that you’re running bochs with the display_library configuration item (in the bochs configuration file) set to nogui. The output you’re seeing is redirected to the terminal for you by bochs, but there is effectively no way to get any input to the simulated operating system. You can hit ctrl-C to get dumped back to the bochs debugger prompt (if that’s compiled into your version of bochs) and interact with bochs, or, if you really need to interact with the simulated OS, run bochs with a valid display_library setting that allows it (e.g., term, x, sdl, etc.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123