VBox headless - 16bit dos program in xp
VBox headless - 16bit dos program in xp
I have the following scenario that I need assistance with - I want to run a 16bit dos app in xp that runs fine. But if I rdp into the vm it throws an error trying to open the 16bit app in full screen. How to display the dos app after the vm is headless.
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: VBox headless - 16bit dos program in xp
Only idea I have is that 16-bit progs running full-screen are 640x480 resolution. Maybe setting the remote desktop window to 640x480 would allow the program to run?
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: VBox headless - 16bit dos program in xp
Actually, "resolution" is a meaningless concept with most DOS apps, which ran in text mode only. If you prefer, then resolution was 80x25, probably with CGA color attributes in each character cell.
640x480 is a graphics mode display size, not really relevant at the DOS level (of course if that was the native display size of the chipset then it implied a certain font cell size in text mode).
640x480 is a graphics mode display size, not really relevant at the DOS level (of course if that was the native display size of the chipset then it implied a certain font cell size in text mode).