Page 1 of 1
Windows 95 guest on Vista x64
Posted: 22. Dec 2008, 15:04
by Virtual_Boy
Hallo. I've recently installed Windows 95 on VB, my host is Vista x64. Is there a way to make Windows 95 get the host resolution (1280x1024)? I'd like to do that on a new VM with DOS 6.22 if possible.
Tankan.
Posted: 22. Dec 2008, 17:10
by stefan.becker
Look in the FAQ for Windows 9x Video Drivers.
Posted: 23. Dec 2008, 03:14
by The MAZZTer
DOS 6.22 is really really old. I think the best you can do is with the mode command:
mode con: cols=80 lines=50
That will double the screen real estate, but it might do it by making the fonts smaller (not sure).
Also that's the XP syntax so it might be different in DOS. :/ Try mode /? for syntax help if it doesn't work.