arachne-digest       Thursday, January 27 2000       Volume 01 : Number 972




----------------------------------------------------------------------

Date: Thu, 27 Jan 2000 04:53:54 +0000
From: Steve - RH Linux User <[EMAIL PROTECTED]>
Subject: Re: Resuming with text-based FTP client

Or Botton wrote:
> 
> I'm trying to download a very big file using the CLI FTP client
> that is availble as an APM for Arachne.

  I don't know what the differences between NCSA FTP and 
ARPANET FTP are, but the latter has a command "reget" which goes like
this:

     reget remote-file [local-file]
                 Reget acts like get, except that if local-file exists
and is
                 smaller than remote-file, local-file is presumed to be
a par-
                 tially transferred copy of remote-file and the transfer
is
                 continued from the apparent point of failure.  This
command
                 is useful when transferring very large files over
networks
                 that are prone to dropping connections.

If that doesn't work in the NCSA, then see below for 
what the server sees from the reget command:

Jan 26 23:49:13 localhost ftpd[3376]: FTP LOGIN FROM localhost
[127.0.0.1]
Jan 26 23:49:13 localhost ftpd[3376]: SYST
Jan 26 23:49:16 localhost ftpd[3376]: PORT
Jan 26 23:49:16 localhost ftpd[3376]: LIST
Jan 26 23:49:25 localhost ftpd[3376]: TYPE Image
Jan 26 23:49:25 localhost ftpd[3376]: PORT
Jan 26 23:49:25 localhost ftpd[3376]: RETR windows.jpg

  I did a ^C here to interupt transfer.  And what's
below is apparently what the "reget" sent.

Jan 26 23:49:34 localhost ftpd[3376]: PORT
Jan 26 23:49:34 localhost ftpd[3376]: REST 0
Jan 26 23:49:34 localhost ftpd[3376]: RETR windows.jpg

  Hope that helps.

 - Steve

------------------------------

Date: Thu, 27 Jan 2000 01:45:58 -0400
From: "Dev Teelucksingh" <[EMAIL PROTECTED]>
Subject: JPEG routines in ASM challenge : Lxpic 

On Wed, 26 Jan 2000 15:28:21 +0100 (CET), Veljko Miljanic wrote:
(on the ARACHNE-DEVELOPMENT list)

> I woud like to help you with development of Arachne. As am I already
> programming in asm for about 3 or 4 years(usualy graphic) I am sure that I
> am capable of doing something like that. But I must worn you that doing
> web browser in pure asm would be hardly possible because:

> - Hardly enyone could program JPEG poutines in pure asm(and just to say
> that worst thing with arachne is that it does not have internal support
> for jpegs).

Take a look at LXPIC v6.3      http://home.t-online.de/home/stefan.peichl/
a small (size of exe :15K!) yet powerful viewer of JPG, GIF, PCX
and BMP files

 From the docs : "

LxPic is a very fast, powerful and small DOS picture viewer.
It has just 16KB code and runs in 64KB memory on any 8086
compatible computer to decode and view pictures of any size.
This makes LxPic ideal for use on the HP Palmtop, for which
it was originally designed. On Windows systems, LxPic runs
perfectly in a full screen DOS box or in a DOS box window.

LxPic processes BMP, PCX, JPG and GIF files of any kind.
BMP and PCX files may have 2, 4, 256 or True Colors (16 Mio).
JPG files may have 256 gray scales or True Colors. GIF files
may have Version 87a or 89a (including multi images) with up
to 256 colors.

"

Here is something VERY interesting in the docs as well

"
LxPic has an internal interface for use with other programming
languages or batch files. This interface allows you to place
pictures at a desired position in an already filled application
screen. You may select whether you want to gain back control
immediately after the picture has been placed on the screen, or
whether you want to pass intermediate control to LxPic and get
back control when the ESC key of LxPic is pressed. The appli-
cation may then write around or even into the picture. Multiple
pictures may be positioned or overlayed on one screen. If you
want to put more than one color picture on a color screen, all
pictures should use the same color palette, otherwise only the
colors of the last drawn picture are correct.

"

How about it Michael?  Think something like this could be
incorporated into Arachne? Lxpic is copyrighted freeware,
so you would have to get his permission to include Lxpic
in Arachne. It sounds good since you don't have to convert the
JPG to BMP just call Lxpic to put the image on the screen.


Dev Teelucksingh
[EMAIL PROTECTED]
Interesting DOS programs page at http://www.opus.co.tt/dave

- -- This mail was written by user of Arachne Internet suite for DOS  --
- --                  the Ultimate Internet Client                    --
- --                     http://home.arachne.cz/                      --

------------------------------

Date: Thu, 27 Jan 2000 11:18:35 +0100 (CET)
From: Michael Polak <[EMAIL PROTECTED]>
Subject: Re: ASM challenge

On Wed, 26 Jan 2000, Veljko Miljanic wrote:

> 
> > 1) 32bit ASM coding. I can't do that.
> > 2) rewriting of my HTML algorithms in pure, optimized ASM
> > 3) ultra fast GIF, JPEG and PNG routines, and faster graphics library
> 
>   I woud like to help you with development of Arachne. As am I already
> programming in asm for about 3 or 4 years(usualy graphic) I am sure that I
> am capable of doing something like that. But I must worn you that doing
> web browser in pure asm would be hardly possible because:
>   - Hardly enyone could program JPEG poutines in pure asm(and just to say
> that worst thing with arachne is that it does not have internal support
> for jpegs).

I know.

>   - It would be wery hard to do shell from asm 32bit code in dos(for
> calling external programs such as irc, ftp or jpg to bmp converter)

But Arachne doesn't really shell - it exits from CORE.EXE to ARACHNE.BAT
level ;-)

>   - Development of something like that should be too long and the hole
> code wouldnt gain more than 1% of speed comparing to 90% of asm + C code.
> Just to say that the almost no one is still doing demo coding in asm
> expect in 4kb intros. In my contru 90% of demo coders does not include
> anything of asm routines in their code(I am probably the last one here 
> wich works in pure asm) so the demos are not optimized such as you think. 

Ok, so maybe I simply don't understand it . I wrote incorrectly "pure
ASM". I meant "heavily optimized C with lot of ASM stuff".

>   What I suggest is that Arachne would be rewriten in C 32bit code(wattcom
> c with pmode/w) and only html rendering should be done in pure
> asm(withouth jpeg decompreson).

The problem is that namely HTML rendeing is very complicated and my
knowledge of ASM is poor. But to start, someone may wish to write some
kind of ultra fast HTML tag analysis (I am currently doing switch based on
first letter, and then multiple strcmp() - but maybe it would be faster to
use some hash table or lexical analysing automat), and fast - and netscape
copmatible - analysis HTML tag arguments. 

>   Also it would be nice to support smooth scrolling on all machines with
> vesa. Vesa 2.0 and some implementations of vesa 1.2 are capable of doing
> hardvare scrolling. All 486 machines should pefectly scroll in 16bit
> modes and 386s in 8 bit. Only problem with this is that the holl screen
> must be scrolled so you do not have space for url and pop up menues(at
> least not all time).

So I think I will keep current virtual screens with software scrolling.
(I am sure there must be way to accelerate it, as there are pretty fast
demos which use same modes as Arachne...).
 
> BTW: Arachne 1.6b have some bug with system font. It changes some of cfg
> files from time to time(last time I noticed it after I  installed
> irc.apm) so font simply dissapears(for example you cant see the url ...) 
> after you restart Arachne.

I will check it.

- --
http://home.arachne.cz/ (homepage of Arachne, www browser for DOS & Linux)

------------------------------

Date: Thu, 27 Jan 2000 05:57:41 -0500
From: Mark David Roth <[EMAIL PROTECTED]>
Subject: Re: The bios source

- -l.d. replied:
- -Chipset are built with certain abilities; the BIOS is then written to
- -the chip by the motherboard manufacturer.  Award & every other BIOS mfr
- -will tell you to go to maker of mobo to check for updates/fixes to BIOS.
- -If you can't figure out what brand/model of mobo, you might be able to
- -find out by using search engines on things like serial numbers,
- -whatever.
- - You can't run a BIOS setup for an Azus mobo on an MSI mobo chip and
- -expect it to work.
- -On Tue, 25 Jan 2000 04:22:36 +0200, Sergie <[EMAIL PROTECTED]> wrote:
> Rebel wrote:
>> Hi
>> Hope you didn't forget about me and the bios source? :-))
>> Rebel
> Rebel,
> i hope you know that there is no same bioses.
> First bioes was developed by Award, and then with reverce
> engeneering Ami create their own. (Maybe Ami then Award...)
> So sources not same. Also what kind of bios - 386? 486?
> Pentium? PII? Athlon ? They all differs.
> I can dump PROM for you. If you know assembler good enough.
> Sergie

If anybody is interested I have some serious CMOS utilities that can be
run from a floppy. CMOSSAVE: saves your CMOS setup data to a file,
, CMOSCHEK: checks your CMOS with the file, CMOSREST: restores the data
from the file. On the same floppy I have a lot of hard drive utilities too,
mostly for Seagate and Winchester drives. You drive can be identified and
matched with the best type available from your drive table. Low level
formatting and a lot of diagnostic utilities including finding your best
interleave. 

It's not doing me much good right now. there's something wrong with my
system. First I couldn't access hard drive 0, then I could only access 
drive 1 sporadically when I booted off a floppy. Then it identified it
as C: drive. Now it won't let me access any of my drives at all. I've
tried three different IO controller cards so far A Compaq FDD, HDD,
serial and LPT card is what I was originally using. Then I tried an
AccuLogic sIDE 4/PLUS HDD, FDD, LPT, 2 COMs and game port card. Now I'm
getting desperate and I tried a JCC made in China, HDD and FD. The only
other cards I have left in my collection is a Acculogic sIDE-1, HDD,
with either a made in Taiwan R.O.C, FDD, for up to 4 floppies or a
Suntec FDC-400, FDD. I don't have much hope for any of them.

I think something is wrong with my CMOS. I finally just checked my 
battery. It reads 3.6 volts on my multimeter. I think it's supposed to
be 6 volts isn't it? It looks like I probably need a new battery. Now
where can I find one of those? CompUSA says they can order me one. I 
hope the right one. It's a simple plug in to the socket on the main
board. With my luck I'll probable have to make the thing up myself. Good
thing I have a lot of spare parts from my failed business. Sorry if I
meandered off subject a bit. If anybody hads any suggestions, I'd be
glad to hear them. I better quite typing I can't see my keyboard through 
all the IO boards I have stacked up around it right now. 

------------------------------

Date: Thu, 27 Jan 2000 05:57:21 -0500
From: Mark David Roth <[EMAIL PROTECTED]>
Subject: ATI graphics drivers for WIN3.xx

- - On Wed, 26 Jan 2000 10:10:08 -0800, Gregory J. Feig wrote:
> On Wed, 26 Jan 2000 15:10:25 +0000, Joerg Bartels wrote:
>> Arachnelist.....I have some problems getting software for a
>> old ISA framegrabercard (ATI (mach8) video-it!/videobasic).
>> Did somebody know where I can find these old win31x software?
> Joerg ........are you looking for general Win31 system software,
> including drivers, or are you looking for specific ATI drivers...??
> ..........gregy

- -Joerg replied
- -Hello Gregory !
- -Thanks for reading. Unfortunately I think these are ATI specific win31x 
- -software and drivers. It is listed on the ATI homepage but now unavailable.

I have a floppy that supports ATI Wonder Graphics Display Adapter.
It looks like it might support a lot of other ATI cards.
I extracted this text from the OEMSETUP.INF file to give you an idea.

Description of driver,                   
286 grabber
VDD
386grabber
ega.sys
VGA  640x480/16  Small Font (256KB)
VGA  640x480/16  Large Font (256KB)
VGA  800x600/16  Small Font (256KB)
VGA  800x600/16  Large Font (256KB)
VGA 1024x768/16  Small Font (512KB)
VGA 1024x768/16  Large Font (512KB)
VGA  640x480/256 Small Font (512KB)
VGA  640x480/256 Large Font (512KB)
VGA  800x600/256 Small Font (512KB)
VGA  800x600/256 Large Font (512KB)
VGA 1024x768/256 Small Font (1MB)
VGA 1024x768/256 Large Font (1MB)
VGA  640x480/32K Small Font (1MB)
VGA  640x480/32K Large Font (1MB)
VGA  640x480/32K Small Font (1MB)
VGA  640x480/32K Large Font (1MB)
VGA  800x600/32K Small Font (1MB)
VGA  800x600/32K Large Font (1MB)
VGA  640x480/16M (1MB)

If you want to try it I'll ZIP it to you by email, if you'd like.
 

------------------------------

Date: Thu, 27 Jan 2000 10:55:48 +0000
From: Charles Boisvert and Catherine Clinton <[EMAIL PROTECTED]>
Subject: Re: Arachne for a newbie?

Hi L.D.,

>Congrats on getting the elders "on line."  My mother bought her own
>computer, to use primarily for word processing and games, when she was
>71.  Old dogs can learn new tricks. <G>

Better than that...  My father-in-law has managed the basics:  he's worked
out how to use the system for e-mail and internet (I configured the whole
thing for them and found them an ISP).  Their problems are with harder
things:  printing,  storing mail and files away from %temp%,  that sort of
thing.  Most arachnoids know this through DOS,  but my in-laws don't of
course.

>One thing all of us have groused about all along is a hideous lack of
>docs ... not because they are considered unimportant, but rather because
>this is *still* "beta ware" and function comes before finesse.

Docs are quite good,  but they are mostly about installing and configuring
the connection.  For anybody used to computers,  everything else is
self-explanatory".  Of course my family didn't need to configure,  so the
docs didn't help them.  They made things even more confusing when my father
in law tried to read them.

>But if you wanted a "short list" of basic stuff [you do have them up and
>running ... yes??], I guess it would include:
>
>     1.  If something isn't working, just push that little red button on
>your computer [If Reset isn't red, do what I did:  permanent marker
>covered by good qualify clear tape] and start over.  You won't "lose"
>anything.  Just start Arachne again and go back to what you were doing.

Would be a good idea,  but...  I set the %temp% on a RAM drive!  The
problem of course is that if you switch the computer off you lose the
contents of %temp%.  One thing they do very often is view pictures e-mailed
by their family.  Problem with saving,  you switch off the computer...
Picture is gone.

>Charles,  I can't say more because I don't know if you remembered to
>change the MIME.CFG file so that the reference to diskettes doesn't
>screw up off-line attempts to get/send mail.

Haven't had that problem.  Is that specific to 1.6beta?  I install 1.5
s.r.c (didn't want to lumber them with a beta test...  use their e-mail
account for a while)

>Also don't know if you've
>made up a nice menu for them, and batch files to get them around to the
>various software.
>If you haven't, and would like, I can send you a sample menu, and some
>of my batch files as examples only.

Done that and it helps.  In fact they aren't too perturbed by having to
learn something.  It's not knowing where to start,  not having the
necessary information that is the problem.

>Should they want to participate on the list, they should be welcomed and
>feel they are.  I haven't seen any "name calling" in over 2 years,
>unless it was me telling myself off, or someone else admitting their own
>dumbness.

There's been several welcome messages in reply to my mail.  Thanks very
much to everybody for your help.

Charles

------------------------------

Date: Wed, 02 Jan 1980 00:35:58 +0000
From: "Michael Bauer" <[EMAIL PROTECTED]>
Subject: Re: Fixed font

hepp Folks

> Subject: Re: Fixed font

> But *I* can see that gif in Arachne!  Sometimes on the first download of
> the page, and sometimes after I right click on image to get it
> downloaded and then go back to the page where it then integrates itself.

I can see that gif too. Perhaps your cache is to full. enpty cache <F8>
and try again.
mihi

> l.d.
> ====

> On Mon, 24 Jan 2000 23:10:58 +0100 (MET), Bernie <[EMAIL PROTECTED]> 
> wrote:

>> Vasily Zatsepin wrote:
>>> BTW, how about old "red boxes" bug? Can anybody help me and test
>>> http://www.glasnet.ru/~zwb/support1.htm for the bug? I can't see old
>>> "New Arachne logo" with Arachne (1.50 & 1.60). The picture is visible only
>>> with M$IE (haven't test it with Netcsape stuff).

>> This is an old known bug (but very small) that has resurfaced, the file is
>> the same as welcome.gif that is/was shipped with Arachne and when the GIF
>> algorithms were changed (for animation *or* - not both at the same time -
>> resizing) this image didn't show up anymore in Arachne (it shows up in all
>> other programs I've tried so it's probably not any fault with the file itself).
>> //Bernie
>> http://hem1.passagen.se/bernie/index.htm DOS programs, Star Wars ...

- -- Arachne V1.60;b1, NON-COMMERCIAL copy, http://arachne.cz/

------------------------------

Date: Thu, 27 Jan 2000 17:47:11 +0000
From: "Joerg Bartels" <[EMAIL PROTECTED]>
Subject: Re: ATI graphics drivers for WIN3.xx (Thanks but)

On Thu, 27 Jan 2000 05:57:21 -0500, Mark David Roth wrote:

> - On Wed, 26 Jan 2000 10:10:08 -0800, Gregory J. Feig wrote:
>> On Wed, 26 Jan 2000 15:10:25 +0000, Joerg Bartels wrote:
>>> Arachnelist.....I have some problems getting software for a
>>> old ISA framegrabercard (ATI (mach8) video-it!/videobasic).
>>> Did somebody know where I can find these old win31x software?
>> Joerg ........are you looking for general Win31 system software,
>> including drivers, or are you looking for specific ATI drivers...??
>> ..........gregy

> -Joerg replied
> -Hello Gregory !
> -Thanks for reading. Unfortunately I think these are ATI specific win31x
> -software and drivers. It is listed on the ATI homepage but now unavailable.

> I have a floppy that supports ATI Wonder Graphics Display Adapter.
> It looks like it might support a lot of other ATI cards.
> I extracted this text from the OEMSETUP.INF file to give you an idea.

Thanks for helping, but these boards have no display capabilities. I hope I
can use it together with a mach8 Ultra (?).

------------------------------

Date: Thu, 27 Jan 2000 13:08:09 -0500
From: Roger Turk <[EMAIL PROTECTED]>
Subject: Hello! and asking for help (out of topic

Joerg,

There are a lot of Mach8 drivers on ATI's drivers web site:

   http://support.atitech.ca/drivers/mach8.html

NOTE:  There is NO "www" in this URL!

Hope this helps.

Roger Turk
Tucson, Arizona  USA

Joerg Bartels wrote:

>>Hello all,

I ask because I know you as kind and competent folks on the
Arachnelist.....I have some problems getting software for a
old ISA framegrabercard (ATI (mach8) video-it!/videobasic).
It's a gift out of the garbage can of a second-hand computerstore 
but so far working. (remember: the price for cards like these was about 400$ 
years ago). The sad thing is that it needs its win31x software for the
graber stuff and ATI is not willing to give me any support. 
(mailing was like slaming into a brick wall).
I also searched the net but whitout any success.
Did somebody know where I can find these old win31x software?
Any help would be great.
Thanks for reading!

Kind Regards<<

------------------------------

Date: Thu, 27 Jan 2000 19:20:05 +0100
From: [EMAIL PROTECTED] (Bernd Martin)
Subject: Installation problem, stack overflow, memory allocation error

This is a multi-part message in MIME format.

- ------=_NextPart_000_0007_01BF68FB.847E1A40
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

At our school we have some old 386=B4s (with 8 MB Ram and without =
Windows), which we want to use for Internet-access.

I tried to install Arachne, but after choosing a suitable video mode =
Arachne starts to build up its screen (part of the screen is already =
visible: bottom line and two top lines) and then the following error =
messages appear:

- - sometimes stack overflow (I got around this by playing around in the =
config.sys with files, buffers and so on.)

- - now I mostly have a message like "memory allocation error" =
(Speicherzuordnungsfehler in German).

During setup I choose XMS and VG.A

Exchanging VGA graphic cards did not help! I have done a memory stress =
test: everthing fine.

Below are now some prints which give more information about the system:


Betriebssystem / operating system:  MS-Dos 6.22
Grafik-Karte /graphic card :              Trident TVGA 512K
Monitor:                                         AOC CMLB-337
Netzkarte / netcard:                        NE2000 kompatibel / =
compatible

Autoexec.bat:

LH /L:0;1,46000 /S C:\DOS\SMARTDRV.EXE /X
@ECHO OFF
PROMPT $p$g
PATH C:\DOS
rem ***************** Maus Installation ********************
PATH C:\MOUSE;%PATH%
LH /L:1,34816 MOUSE SER 1
rem LH /L:1,16512 CLICK
rem ********************************************************
SET TEMP=3DC:\Temp
SET ARACHNE=3Dvvvvvvvvvvvvvvvv
SET ARACHNETEMP=3Dvvvvvvvvvvvvvvvvvvvvvvvv
SET MYIP=3Dvvvvvvvvvvvvvvvvvvvvvvvvvvv
SET REMIP=3Dvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
SET NETMASK=3Dvvvvvvvvvvvvvvvvvvvvvvvvvvv
SET PEERMRU=3Dvvvvvvvvvvvvvvvvvvvvvvvvvv
MODE CON CODEPAGE PREPARE=3D((850) C:\DOS\EGA.CPI)
MODE CON CODEPAGE SELECT=3D850
LH /L:1,17232 KEYB GR,,C:\DOS\KEYBOARD.SYS


Config.sys:

DEVICE=3DC:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=3DC:\DOS\EMM386.EXE NOEMS
BUFFERS=3D80,0
FILES=3D60
DOS=3DUMB
LASTDRIVE=3DE
FCBS=3D4,0
DOS=3DHIGH
stacks=3D20,512
DEVICEHIGH /L:1,12240 =3DC:\DOS\SETVER.EXE
COUNTRY=3D049,850,C:\DOS\COUNTRY.SYS
DEVICEHIGH /L:1,15824 =3DC:\DOS\DISPLAY.SYS CON=3D(EGA,,1)
rem DEVICE=3DC:\TVGAUTIL\TANSI.SYS
rem shell=3Dc:\command.com c:\ /e:4096 /p


Memory:


Speichertyp               Insgesamt  =3D   Verwendet  +     Frei
- -----------------         ----------     ---------      ---------
Konventioneller                 640K           74K           566K
Hoher                           154K           44K           111K
Reserviert                      384K          384K             0K
Erweiterung (XMS)             7.014K        2.270K         4.744K
- -----------------         ----------     ---------      ---------
Insg. Speicher                8.192K        2.772K         5.420K

Insg. unter 1 MB                794K          118K           676K

Maximale Groesse fuer ausfuehrbares Programm           566K  (579.136 =
Byte) =20
Groesster freier Block im hohen Speicherblock        110K  (112.832 =
Byte) =20
MS-DOS ist resident im oberen Speicherbereich (High Memory Area).



Detaillierte Uebersicht des konventionellen Speichers:

  Segment             Insgesamt         Name                  Typ
  -------          ----------------  ----------   =
- -------------------------
   00000              1.039    (1K)               Interrupt-Vektor
   00040                271    (0K)               =
ROM-UEbertragungsbereich
   00050                527    (1K)               =
DOS-Uebertragungsbereich
   00070              2.656    (3K)  IO           Systemdaten
                                        CON       System-Geraetetreiber=20
                                        AUX       System-Geraetetreiber=20
                                        PRN       System-Geaetetreiber=20
                                        CLOCK$    System-Geraetetreiber=20
                                        A: - C:   System-Geraetetreiber=20
                                        COM1      System-Geraetetreiber=20
                                        LPT1      System-Geraetetreiber=20
                                        LPT2      System-Geraetetreiber=20
                                        LPT3      System-Geraetetreiber=20
                                        COM2      System-Geraetetreiber=20
                                        COM3      System-Geraetetreiber=20
                                        COM4      System-Geraetetreiber=20
   00116              5.072    (5K)  MSDOS        Systemdaten
   00253             62.864   (61K)  IO           Systemdaten
                      1.152    (1K)     XMSXXXX0  Instal. Geraet=3DHIMEM =
 =20
                      4.016    (4K)     EMMQXXX0  Instal. =
Geraet=3DEMM386 =20
                      3.264    (3K)               FILES=3D60
                        256    (0K)               FCBS=3D4
                     42.560   (42K)               BUFFERS=3D80
                        448    (0K)               LASTDRIVE=3DE
                     11.040   (11K)               STACKS=3D20,512
   011AC                 80    (0K)  MSDOS        Systemprogramm
   011B1              3.024    (3K)  COMMAND      Programm
   0126E                 80    (0K)  MSDOS        -- Frei --
   01273                304    (0K)  COMMAND      Umgebung
   01286                320    (0K)  MEM          Umgebung
   0129A             88.992   (87K)  MEM          Programm
   02854            490.160  (479K)  MSDOS        -- Frei --

Detaillierte Uebersicht des hohen Speicherbereichs:

  Segment  Region     Insgesamt         Name                  Typ
  -------  ------  ----------------  -----------  =
- -------------------------
   0C96E       1        496    (0K)  IO           Systemdaten
                        464    (0K)     SETVERXX  Instal. =
Geraet=3DSETVER =20
   0C98D       1      8.320    (8K)  IO           Systemdaten
                      8.288    (8K)     CON       Instal. =
Geraet=3DDISPLAY=20
   0CB95       1         48    (0K)  MSDOS        -- Frei --
   0CB98       1     29.024   (28K)  SMARTDRV     Programm
   0D2AE       1        320    (0K)  MSDOS        -- Frei --
   0D2C2       1      6.944    (7K)  KEYB         Programm
   0D474       1    112.832  (110K)  MSDOS        -- Frei --

Speicher-Zusammenfassung:

  Speichertyp         Insgesamt =3D  Verwendet +     Frei
  -----------------   ---------    ---------    ---------
  Konventioneller       655.360       76.128      579.232
  Hoher                 158.016       44.816      113.200
  Reserviert            393.216      393.216            0
  Erweiterung (XMS)   7.182.016    2.324.160    4.857.856
  -----------------   ---------    ---------    ---------
  Insg. Speicher      8.388.608    2.838.320    5.550.288

  Insg. unter 1 MB      813.376      120.944      692.432

  Verfuegbarer Speicher bei Int 15h                          0     (0K)
  Maximale Groesse fuer ausfuehrbares Programm            579.136   =
(566K)
  Groesster freier Block im hohen Speicherblock         112.832   (110K)
  MS-DOS ist resident im oberen Speicherbereich (High Memory Area).

  XMS-Version  3.00; Treiber Version  3.95



I do not know how to go on. I would appreciate any help. Thank You very =
much


Bernd Martin

- ------=_NextPart_000_0007_01BF68FB.847E1A40
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>At our school we have some old 386=B4s =
(with 8 MB Ram=20
and without Windows), which we want to use for =
Internet-access.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I tried to install Arachne, but after =
choosing a=20
suitable video mode Arachne starts to build up its screen (part of the =
screen is=20
already visible: bottom line and two top lines) and then the following =
error=20
messages appear:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>- sometimes stack overflow (I got =
around this by=20
playing around in the config.sys with files, buffers and so =
on.)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>- now I mostly have a message like =
"memory=20
allocation error" (Speicherzuordnungsfehler in German).</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>During setup I choose XMS and =
VG.A</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Exchanging VGA graphic cards did not =
help! I have=20
done a memory stress test: everthing fine.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>Below are now some prints which give more information about the=20
system:</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>Betriebssystem / operating system:&nbsp; MS-Dos =
6.22<BR>Grafik-Karte=20
/graphic card=20
:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 =20
Trident TVGA=20
512K<BR>Monitor:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
 AOC CMLB-337<BR>Netzkarte /=20
netcard:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp;&nbsp; NE2000 kompatibel / compatible</DIV>
<DIV>&nbsp;</DIV>
<DIV>Autoexec.bat:</DIV>
<DIV>&nbsp;</DIV>
<DIV>LH /L:0;1,46000 /S C:\DOS\SMARTDRV.EXE /X<BR>@ECHO OFF<BR>PROMPT=20
$p$g<BR>PATH C:\DOS<BR>rem ***************** Maus Installation=20
********************<BR>PATH C:\MOUSE;%PATH%<BR>LH /L:1,34816 MOUSE SER =
1<BR>rem=20
LH /L:1,16512 CLICK<BR>rem=20
********************************************************<BR>SET=20
TEMP=3DC:\Temp<BR>SET ARACHNE=3Dvvvvvvvvvvvvvvvv<BR>SET=20
ARACHNETEMP=3Dvvvvvvvvvvvvvvvvvvvvvvvv<BR>SET=20
MYIP=3Dvvvvvvvvvvvvvvvvvvvvvvvvvvv<BR>SET=20
REMIP=3Dvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv<BR>SET=20
NETMASK=3Dvvvvvvvvvvvvvvvvvvvvvvvvvvv<BR>SET=20
PEERMRU=3Dvvvvvvvvvvvvvvvvvvvvvvvvvv<BR>MODE CON CODEPAGE =
PREPARE=3D((850)=20
C:\DOS\EGA.CPI)<BR>MODE CON CODEPAGE SELECT=3D850<BR>LH /L:1,17232 KEYB=20
GR,,C:\DOS\KEYBOARD.SYS</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>Config.sys:</DIV>
<DIV>&nbsp;</DIV>
<DIV>DEVICE=3DC:\DOS\HIMEM.SYS =
/TESTMEM:OFF<BR>DEVICE=3DC:\DOS\EMM386.EXE=20
NOEMS<BR>BUFFERS=3D80,0<BR>FILES=3D60<BR>DOS=3DUMB<BR>LASTDRIVE=3DE<BR>FC=
BS=3D4,0<BR>DOS=3DHIGH<BR>stacks=3D20,512<BR>DEVICEHIGH=20
/L:1,12240=20
=3DC:\DOS\SETVER.EXE<BR>COUNTRY=3D049,850,C:\DOS\COUNTRY.SYS<BR>DEVICEHIG=
H=20
/L:1,15824 =3DC:\DOS\DISPLAY.SYS CON=3D(EGA,,1)<BR>rem=20
DEVICE=3DC:\TVGAUTIL\TANSI.SYS<BR>rem shell=3Dc:\command.com c:\ /e:4096 =
/p</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>Memory:</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>Speichertyp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Insgesamt&nbsp; =3D&nbsp;&nbsp; Verwendet&nbsp; =
+&nbsp;&nbsp;&nbsp;&nbsp;=20
Frei<BR>-----------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
=20
- ----------&nbsp;&nbsp;&nbsp;&nbsp; =
- ---------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
- ---------<BR>Konventioneller&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
640K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
74K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
566K<BR>Hoher&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;=20
154K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
44K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
111K<BR>Reserviert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
384K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
384K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;=20
0K<BR>Erweiterung=20
(XMS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;=20
7.014K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
2.270K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
4.744K<BR>-----------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;=20
- ----------&nbsp;&nbsp;&nbsp;&nbsp; =
- ---------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
- ---------<BR>Insg.=20
Speicher&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;=20
8.192K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
2.772K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.420K</DIV>
<DIV>&nbsp;</DIV>
<DIV>Insg. unter 1=20
MB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
794K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
118K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
676K</DIV>
<DIV>&nbsp;</DIV>
<DIV>Maximale Groesse fuer ausfuehrbares=20
Programm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
566K&nbsp;=20
(579.136 Byte)&nbsp; <BR>Groesster freier Block im hohen=20
Speicherblock&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 110K&nbsp; =
(112.832=20
Byte)&nbsp; <BR>MS-DOS ist resident im oberen Speicherbereich (High =
Memory=20
Area).</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Detaillierte Uebersicht des konventionellen Speichers:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;=20
Segment&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
Insgesamt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Typ<BR>&nbsp; =
- -------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
- ----------------&nbsp; ----------&nbsp;&nbsp;=20
- -------------------------<BR>&nbsp;&nbsp;=20
00000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;=20
1.039&nbsp;&nbsp;&nbsp;=20
(1K)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
Interrupt-Vektor<BR>&nbsp;&nbsp;=20
00040&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;=20
271&nbsp;&nbsp;&nbsp;=20
(0K)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
ROM-UEbertragungsbereich<BR>&nbsp;&nbsp;=20
00050&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;=20
527&nbsp;&nbsp;&nbsp;=20
(1K)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
DOS-Uebertragungsbereich<BR>&nbsp;&nbsp;=20
00070&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;=20
2.656&nbsp;&nbsp;&nbsp; (3K)&nbsp;=20
IO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Systemdaten<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
CON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System-Geraetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
AUX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System-Geraetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
PRN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System-Geaetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
CLOCK$&nbsp;&nbsp;&nbsp; System-Geraetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
A: - C:&nbsp;&nbsp; System-Geraetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
COM1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System-Geraetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
LPT1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System-Geraetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
LPT2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System-Geraetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
LPT3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System-Geraetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
COM2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System-Geraetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
COM3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System-Geraetetreiber=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;=20
COM4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System-Geraetetreiber =
<BR>&nbsp;&nbsp;=20
00116&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;=20
5.072&nbsp;&nbsp;&nbsp; (5K)&nbsp;=20
MSDOS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
Systemdaten<BR>&nbsp;&nbsp;=20
00253&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;=20
62.864&nbsp;&nbsp; (61K)&nbsp;=20
IO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Systemdaten<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
1.152&nbsp;&nbsp;&nbsp; (1K)&nbsp;&nbsp;&nbsp;&nbsp; XMSXXXX0&nbsp; =
Instal.=20
Geraet=3DHIMEM&nbsp;&nbsp;=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
4.016&nbsp;&nbsp;&nbsp; (4K)&nbsp;&nbsp;&nbsp;&nbsp; EMMQXXX0&nbsp; =
Instal.=20
Geraet=3DEMM386&nbsp;=20
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
3.264&nbsp;&nbsp;&nbsp;=20
(3K)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
FILES=3D60<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
256&nbsp;&nbsp;&nbsp;=20
(0K)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
FCBS=3D4<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
42.560&nbsp;&nbsp;=20
(42K)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;=20
BUFFERS=3D80<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;=20
448&nbsp;&nbsp;&nbsp;=20
(0K)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
LASTDRIVE=3DE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
11.040&nbsp;&nbsp;=20
(11K)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;=20
STACKS=3D20,512<BR>&nbsp;&nbsp;=20
011AC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
80&nbsp;&nbsp;&nbsp; (0K)&nbsp; =
MSDOS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Systemprogramm<BR>&nbsp;&nbsp;=20
011B1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;=20
3.024&nbsp;&nbsp;&nbsp; (3K)&nbsp; COMMAND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

Programm<BR>&nbsp;&nbsp;=20
0126E&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
80&nbsp;&nbsp;&nbsp; (0K)&nbsp; =
MSDOS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
- -- Frei --<BR>&nbsp;&nbsp;=20
01273&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;=20
304&nbsp;&nbsp;&nbsp; (0K)&nbsp; COMMAND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Umgebung<BR>&nbsp;&nbsp;=20
01286&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;=20
320&nbsp;&nbsp;&nbsp; (0K)&nbsp;=20
MEM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Umgebung<BR>&nbsp;&nbsp;=20
0129A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;=20
88.992&nbsp;&nbsp; (87K)&nbsp;=20
MEM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Programm<BR>&nbsp;&nbsp;=20
02854&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
490.160&nbsp; (479K)&nbsp; =
MSDOS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --=20
Frei --</DIV>
<DIV>&nbsp;</DIV>
<DIV>Detaillierte Uebersicht des hohen Speicherbereichs:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; Segment&nbsp; Region&nbsp;&nbsp;&nbsp;&nbsp;=20
Insgesamt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Typ<BR>&nbsp; -------&nbsp; ------&nbsp; ----------------&nbsp;=20
- -----------&nbsp; -------------------------<BR>&nbsp;&nbsp;=20
0C96E&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 496&nbsp;&nbsp;&nbsp; =
(0K)&nbsp;=20
IO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Systemdaten<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;=20
464&nbsp;&nbsp;&nbsp; (0K)&nbsp;&nbsp;&nbsp;&nbsp; SETVERXX&nbsp; =
Instal.=20
Geraet=3DSETVER&nbsp; <BR>&nbsp;&nbsp; =
0C98D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8.320&nbsp;&nbsp;&nbsp; (8K)&nbsp;=20
IO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Systemdaten<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
8.288&nbsp;&nbsp;&nbsp; (8K)&nbsp;&nbsp;&nbsp;&nbsp;=20
CON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Instal. Geraet=3DDISPLAY =
<BR>&nbsp;&nbsp;=20
0CB95&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp;&nbsp;=20
(0K)&nbsp; MSDOS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Frei=20
- --<BR>&nbsp;&nbsp; 0CB98&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
1&nbsp;&nbsp;&nbsp;&nbsp; 29.024&nbsp;&nbsp; (28K)&nbsp;=20
SMARTDRV&nbsp;&nbsp;&nbsp;&nbsp; Programm<BR>&nbsp;&nbsp;=20
0D2AE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 320&nbsp;&nbsp;&nbsp; =
(0K)&nbsp;=20
MSDOS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Frei =
- --<BR>&nbsp;&nbsp;=20
0D2C2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
6.944&nbsp;&nbsp;&nbsp; (7K)&nbsp;=20
KEYB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
Programm<BR>&nbsp;&nbsp;=20
0D474&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; =
112.832&nbsp;=20
(110K)&nbsp; MSDOS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Frei =
- --</DIV>
<DIV>&nbsp;</DIV>
<DIV>Speicher-Zusammenfassung:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; Speichertyp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Insgesamt =3D&nbsp; Verwendet +&nbsp;&nbsp;&nbsp;&nbsp; Frei<BR>&nbsp;=20
- -----------------&nbsp;&nbsp; ---------&nbsp;&nbsp;&nbsp;=20
- ---------&nbsp;&nbsp;&nbsp; ---------<BR>&nbsp;=20
Konventioneller&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
655.360&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
76.128&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
579.232<BR>&nbsp;=20
Hoher&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
158.016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
44.816&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
113.200<BR>&nbsp;=20
Reserviert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;=20
393.216&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
393.216&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
=20
0<BR>&nbsp; Erweiterung (XMS)&nbsp;&nbsp; 7.182.016&nbsp;&nbsp;&nbsp;=20
2.324.160&nbsp;&nbsp;&nbsp; 4.857.856<BR>&nbsp; =
- -----------------&nbsp;&nbsp;=20
- ---------&nbsp;&nbsp;&nbsp; ---------&nbsp;&nbsp;&nbsp; =
- ---------<BR>&nbsp;=20
Insg. Speicher&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8.388.608&nbsp;&nbsp;&nbsp; =

2.838.320&nbsp;&nbsp;&nbsp; 5.550.288</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; Insg. unter 1 MB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
813.376&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
120.944&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
692.432</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; Verfuegbarer Speicher bei Int=20
15h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;=20
0&nbsp;&nbsp;&nbsp;&nbsp; (0K)<BR>&nbsp; Maximale Groesse fuer =
ausfuehrbares=20
Programm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;=20
579.136&nbsp;&nbsp; (566K)<BR>&nbsp; Groesster freier Block im hohen=20
Speicherblock&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
112.832&nbsp;&nbsp; (110K)<BR>&nbsp; MS-DOS ist resident im oberen=20
Speicherbereich (High Memory Area).</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; XMS-Version&nbsp; 3.00; Treiber Version&nbsp; 3.95</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I do not know how to go on. I would =
appreciate any=20
help. Thank You very much</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Bernd=20
Martin</FONT></DIV></FONT></DIV></BODY></HTML>

- ------=_NextPart_000_0007_01BF68FB.847E1A40--

------------------------------

End of arachne-digest V1 #972
*****************************

Reply via email to