home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / modula2 / 955 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  2.5 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!THAMA1.APGEA.ARMY.MIL!thutt
  2. From: thutt@THAMA1.APGEA.ARMY.MIL
  3. Newsgroups: comp.lang.modula2
  4. Subject: Oberon 1.0 for MSDOS / 80386
  5. Message-ID: <9207211022.aa19521@thama1.apgea.army.mil>
  6. Date: 21 Jul 92 15:24:00 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Reply-To: Modula2 List <INFO-M2%UCF1VM.BITNET@cmsa.Berkeley.EDU>
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 50
  12.  
  13.  
  14.     People seem to be having some difficulty running the new Oberon system
  15.     from ETH for the 386.  The only trouble I have had is in learning the
  16.     new software (I do not have the Oberon Guide yet).
  17.  
  18.     Here is a copy of a config.sys that works for me:
  19.  
  20. device=c:\dos\himem.sys
  21. buffers=20
  22. files=64
  23. stacks=0,0
  24. SHELL=c:\4dos\4dos.com c:\4dos /p /e:160
  25.  
  26.     My autoexec simply has one line:  mouse.
  27.  
  28.     I had a two button mouse hooked up, and like someone else (I am using
  29.     the stinky cc:Mail which does not support quoting, or most other
  30.     niceties so I do not recall who) was under the impression that my
  31.     2 button mouse would emulate 3 buttons, but alas it did not.
  32.  
  33.     I have had several brief mail conversations with the author of the
  34.     system, and this is what I have been able to determine:
  35.  
  36.     o ETH has very few MS-DOS machines, so they are not very familiar with
  37.       them.
  38.     o He has written his own DOS extender, thus the reason for no memory
  39.       managers.  Oberon 1.0 puts itself into protected mode.
  40.     o He recognizes the fact that he may have to write to the VCPI or DPMI
  41.       specs in future versions.  I have suggested DPMI, or even using
  42.       DESQview/X (which would be neat).
  43.  
  44.     If you have any problems with the system, there is an address in the
  45.     readme file to which you should mail your problems (basically, it is the
  46.     secretary of the author).
  47.  
  48.     I would also be glad to help you with any problems you are having, as I
  49.     have not had any problems with the system (except one non-reproducible
  50.     crash).  I like it (even though it would be better on a larger
  51.     resolution system.)
  52.  
  53.     If you are not familiar with the Oberon system, I would be happy to
  54.     mail you Oberon.Guide.Text (from the SPARC implementation) and
  55.     Oberon.Guide.ps.  These two documents should help you understand how the
  56.     system works (but is not a complete description).  It also has several
  57.     short tutorials on the system programming.
  58.  
  59.     Please respond to:
  60.     thutt@thama1.apgea.army.mil
  61.  
  62.     (No, I am not in the army.... :-))
  63.