Greetings,
I’m working with a 16-bit x86 real mode application that was imported into IDA as such. Now, while working to connect to a GDB remote implementation in a fork of Dosbox, I am informed:
The current database is for a 16-bit application
but the debugged application (pid=0) is 32-bit.
Please check that you are running the correct application.
Is there some particular thing the GDB remote server must return to indicate the application is real mode, does IDA inspect CR0 PE bit, or is it controlled some other way?
Thanks!