First post, by tonychen
I want to change the text mode to 800 x 600 or higher permanently, so I can see more lines when using edit, pwb, qbasic, or other tools
I use debug.exe to write "ax, 420F; bx, 10A; int 10h", and execute by "P" step by step. The program ends, but the screen does not change
I do not understand the VBE, I roughly write down the following process.
1. Install SVGA BIOS (univbe, sisvbe...)
2. Call the ASM program mentioned above
3. The text mode will be changed
Is there anything I misunderstood? Or, SVGA mode can only be set by the running program? Not by the DOS-shell?
Even though the current text mode is 800x600, when running edit.com, will it auto change to 320x200 or 640x480?
When quitting edit.com, it changes back to 800x600?