I have a program I hope to run under Bochs. The program exists as a single
binary file that includes:
the VRTX realtime operating system
a custom proprietary BIOS
an application program (operational flight program for an aircraft)
The program is designed to run on a 80486DX processor.
The emulated motherboard does NOT use the i440FX chipset.
The emulated computer does not use a typical personal computer keyboard or
display, but a keypad and textual display like you see in aircraft cockpits.
To the point that I understand Bochs, I may need to do some significant
modification (or addition) to Bochs to make this work.
Can anyone give me an insight into where I should first invest my time
understanding the Bochs source code to devise a solution? Or what the major
problems are I will need to solve?
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a program I hope to run under Bochs. The program exists as a single
binary file that includes:
The program is designed to run on a 80486DX processor.
The emulated motherboard does NOT use the i440FX chipset.
The emulated computer does not use a typical personal computer keyboard or
display, but a keypad and textual display like you see in aircraft cockpits.
To the point that I understand Bochs, I may need to do some significant
modification (or addition) to Bochs to make this work.
Can anyone give me an insight into where I should first invest my time
understanding the Bochs source code to devise a solution? Or what the major
problems are I will need to solve?
Thanks in advance.