My VGA Assembly code for the msdos86 works fine on the msdos86 and pc86 targets but not on the msdos386.
I suppose I need to be in real mode in order to be able to use interrupts which I need to set up VGA mode and also handle the keyboard input.
I have not found a way to set VGA mode without real mode interrupts.
If you know of an alternative/better/simpler way to switch to VGA bitmap mode, I may consider it.