On Thu, 18 Jul 2002, Oliver Ob wrote:
> but: how can I made the charsets to look like original dos?
> the "I" chars which are used to build windows look strange.
> also, ansi grafix are more than ugly now.
if you use dosemu in terminal mode on the console or with
xterm -font vga, play with $_term_char_set = "ibm"
"latin" is the choice to use with other fonts.
... Or run xdosemu or suid-root dosemu on the console.
> > Nothing different from what it was. 900k conventional RAM is impossible
> > now and as it used to be because the video RAM starts at 640K (or 736k
> > if you don't need graphics). Beyond that there is between 64k and 192k
> > space for UMBs, depending on whether you have an EMS page frame, use
> > graphics, ...
>
> There HAS been an option to at least assign those 736kb to an
> application that runs console (non-gfx!) only.
> so how can I use so much ram?
> (for my isdn drivers....)
$_dosmem in dosemu.conf (ignoring the comment). Made me think.
960K is the maximum only if you use dosemu -dumb (-I 'video{none}' and
disable EMS - that way there is DOS memory all the way up to 0xf000
(where the BIOS is).
In a terminal 736 is possible.
In xdosemu 640 is the maximum.
Alternatively, use UMBs for those drivers (loadhigh etc).
> wouldnt that speed up the system again?
> imagine: i got FIVE dosemu tasks.
Try it and you'll see.
Bart
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html