home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 11 / CDACTUAL11.iso / cdactual / demobin / share / os2 / OBERONV4 / README.TXT < prev   
Encoding:
Text File  |  1996-02-08  |  6.2 KB  |  194 lines

  1. OS2Oberon
  2.  
  3.                               Oberon for OS/2
  4.  
  5.                                    V4.0-0.6e
  6.                                    
  7.                               Shareware version
  8.  
  9.                             (c) 1994-1996 by D.Steiner
  10.  
  11.  
  12.  
  13.  
  14.  
  15. INTRODUCTION
  16.  
  17.     Oberon for OS/2 is an implementation of Oberon for IBM OS/2 2.1 and
  18.     IBM OS/2 Warp 3.
  19.     This is release 0.6e of the ETH Oberon System Version 4.0.
  20.  
  21.     OS2oberon is shareware with a 30 day evaluation period. The registration
  22.     fee is CHF 50.00 (swiss francs) per copy (see the file Register.TXT for
  23.     registration information).
  24.  
  25.     This version may be freely distributed with the exception that it must
  26.     not be commercialy distributed without written permission from the
  27.     author.
  28.  
  29.     Oberon Version 4.0 is a new release that replaces Version 2.2.
  30.     The main difference between V2.2 and V4.0 is the replacement
  31.     of TextFrames by WriteFrames and Edit by Write. A more precise des-
  32.     cription of the differences between V2.2 and V4.0 can be found
  33.     in the text "OberonV4.Text".
  34.     
  35.     This version of Oberon for OS/2 does run on both FAT and HPFS partition
  36.     but does not use advanced features of HPFS filesystem if running on a
  37.     HPFS partition.
  38.  
  39.     This version of OS2oberon includes the binaries of the Dialog packages
  40.     with the permission from Markus Knasmueller, Uni-Linz, Austria.
  41.     Contact knasmueller@ssw.uni-linz.ac.at to get the sources of the Dialogs
  42.     packages.
  43.     As the standard version of Dialogs can be used, the Dialogs package are
  44.     not included in this release of OS2oberon.
  45.  
  46.  
  47. SYSTEM REQUIREMENTS
  48.  
  49.     Hardware:
  50.     - An IBM Computer or Compatible running IBM OS/2 2.1.
  51.     - A 386, 486 or Pentium processor.
  52.     - 4MB of extended memory (absolute minimum).
  53.     - 5 MB of hard disk space.
  54.     - preferably a screen with resolution of 1024 by 768 pixels
  55.       (although smaller size screens will work, too).
  56.     - preferably a three button mouse (and a mouse driver that
  57.       supports all three mouse buttons).
  58.     
  59.     Software:
  60.     - IBM OS/2 2.1 or IBM OS/2 Warp
  61.  
  62. RESTRICTIONS
  63.   - color palette is not supported
  64.   - Oberon V4.0-0.6 requires a 16 or 256 color display mode
  65.   - calling nil procedure variables result in wrong trap message (wrong
  66.     location)
  67.  
  68. CONTENTS
  69.  
  70.     This disk contains the following files:
  71.  
  72.     README.TXT    this file (included in the zip file too)
  73.     OBERONV4.EXE  self-extracting archive containing the Oberon System V4
  74.                   for OS/2 2.1 and OS/2 Warp
  75.     INSTALL.CMD   simple installation script
  76.  
  77. INSTALLATION
  78.  
  79.     Oberon for OS/2 can be installed either manually or by running the
  80.     installation command file from within a OS/2 command shell.
  81.  
  82. Manual installation:
  83.  
  84. 1.  Create a new directory, e.g. C:\OBERON. This newly created directory
  85.     will be called "Oberon directory" for the rest of this document.
  86.  
  87. 2.  Copy the files OBERONV4.EXE to the Oberon directory.
  88.  
  89. 3.  Run the self-extracting archive OBERONV4.EXE to extract the Oberon files
  90.     and the Oberon fonts.
  91.  
  92. 4.  All files in the Oberon directory and below should be readonly
  93.     (attrib +r *.*/s)
  94.  
  95. After manual installation or after running install.cmd
  96.  
  97. 5.  Reboot the machine.
  98.  
  99.  
  100.  
  101. STARTING OBERON
  102.  
  103. a) From the OS/2 command line
  104.  
  105.     On the command line, type OBERON. The command line options are:
  106.  
  107.         OBERON [-h <HeapSizeInMB>]
  108.  
  109.     for further command line options, see UserGuide (view.exe USERGUID.INF)
  110.  
  111.     The default value for the heap size is 4MB. Change this value to
  112.     2MB if your system has 4MB only. The minium heap size is 2MB. If
  113.     the heap size is too big, system startup under OS/2 2.1 may take
  114.     a while because OS/2 tries to move other memory blocks in order to
  115.     free a contiguous area of memory.
  116.  
  117.     When started the first time, Oberon builds up an image of the
  118.     directory structure of all directories indicated in the registry entry
  119.     OBERONDIRS. This may take some time.
  120.  
  121. a) From the OS/2 desktop
  122.  
  123.     Create a new program objects (from the template folder drag a program
  124.     object onto the desktop). Specify program name and the default
  125.     working directory. To change the command line options select the Oberon
  126.     program object and choose "Open settings...".
  127.  
  128.  
  129.  
  130. QUITTING OBERON
  131.  
  132.     Oberon can be quit by either choosing "Close" in the windows
  133.     system menu, by pressing ALT+F4, or by executing the command
  134.     "System.Quit."
  135.  
  136.  
  137.  
  138. SUPPORT FOR TWO-BUTTON MOUSE
  139.  
  140.     Oberon makes use of all three mouse buttons. On systems with a two-
  141.     button mouse, the middle mouse button is emulated by the control
  142.     key on the keyboard. Pressing the control key is equivalent to
  143.     pressing the middle mouse button.
  144.  
  145.  
  146.  
  147. ONLINE DOCUMENTATION
  148.  
  149.     There is more documentation about this release of Oberon for OS/2 2.1
  150.     in the file USERGUID.INF (use VIEW.EXE to display USERGUID.INF).
  151.     The Oberon-2 report is now included in the OS/2 INF format and may
  152.     be viewed with the OS/2 program VIEW.EXE (view OBERON2R). In addition
  153.     you can double click on the icons for USERGUID.INF and OBERONR2.INF to
  154.     view there content.
  155.     The differences between Oberon V2.2 and V4.0 are described in the text
  156.     OberonV4.Text.
  157.  
  158.  
  159.  
  160. CONSOLE OUTPUT
  161.  
  162.     Oberon writes critical error messages to a file only if the option -l
  163.     is specified on the command line. The name of the file is must be
  164.     specified after "-l". It may be convenient to create a program
  165.     icon that starts the notepad utility and displays the log file.
  166.  
  167.   
  168.  
  169. Oberon and Oberon for Windows are trademarks of Eidgenoessische
  170. Technische Hochschule, Zurich
  171.  
  172. Microsoft, MS and MS-DOS are registered trademarks of Microsoft
  173. Corporation.
  174.  
  175. OS/2 is trademarks of International Business Machines Corporation.
  176.  
  177. IBM is a registered trademark of International Business Machines Corporation.
  178.  
  179. Intel is a registered trademark, i486 and Pentium are trademarks of Intel
  180. Corporation.
  181.  
  182. Dialogs is a graphical user interface to Oberon V4 from Johannes Kepler
  183. University Linz.
  184.  
  185.  
  186. Address of Author
  187. -----------------
  188.   Steiner Daniel
  189.   Meienbergstr. 81
  190.   CH-8645 Jona
  191.   (Switzerland)
  192.  
  193.   e-mail: daniel.steiner@cch.cerberus.ch
  194.