home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 2.4 KB | 83 lines |
- .name
- Oberon
- .type
- Compiler
- .short
- Oberon System V4
- .description
- Implementation of the Oberon V4 operating system, like it was designed
- together with the programming language Oberon among others by Prof.
- Niklaus Wirth.
- The system represents a modern operating system with multitasking,
- graphical user interface and an Oberon-2 compiler. Special features
- are object oriented programming concept, dynamic loading, garbage
- collector, extensibility and a enlarged meaning of text.
-
- A text editor, a drawing tool and a Minesweeper game are included.
- With the system designed sourcecode can be used at every implementation
- without changes. Implementations are available for Mac, Power-Mac,
- IBM-RS6000, Windows, SGI, Sun, Linux, DecStation, ....
- .beschreibung
- Umsetzung des Oberon V4 Betriebssystems, wie es zusammen mit der
- Sprache Oberon u.a. von Prof. Niklaus Wirth entworfen wurde.
- Das System stellt ein modernes, multitaskingfaehiges Betriebssystem mit
- graphischer Benutzeroberflaeche dar und beinhaltet einen in das System
- eingebundenen Oberon-2 Compiler. Besondere Eigenschaften sind das
- objektorientierte Konzept, dynamisches Laden der Module, Garbage-Collector,
- Erweiterbarkeit und die neue Bedeutung, die Text zugeordnet wird.
- Komfortabler Editor, Zeichenprogramm und ein Minesweeper Spiel sind im
- Paket enthalten.
- Mit dem System erstellte Quelltexte koennen auf jeder anderen Umsetzung von
- System V4 sofort verwendet werden. Umsetzungen existieren fuer Mac,
- Power-Mac, IBM-RS6000, Windows, SGI, Sun, Linux, DecStation, ....
- .date
- 1995.06.04
- .version
- 0.10aß
- .author
- Stefan Ludwig, Claudio Nieder
- .requirements
- 68020, FPU, OS2.0, 1.5MB-RAM (3MB-RAM recommended)
- .distribution
- Freeware
- .address
- Institut fuer Computersysteme
- ETH-Zentrum
- CH-8092 Zuerich
- .email
- ludwig@inf.ethz.ch
- .exectype
- 68020 FPU
- .source
- ProjectOberon source included
- .construction
- Oberon
- .tested
- A4000/40, OS3.0
- .docs
- Oberon.readme
- Oberon.liesmich
- Oberon-FAQ-General.doc
- Oberon-FAQ-Language.doc
- Oberon-FAQ-System.doc
- .described-by
- Ralf Degner (degner@pallas.amp.uni-hannover.de)
- .submittal
- Submitted electronically directly by the author.
- .execute
- set choice `RequestChoice "Oberon" "Please select an option" "View Doc" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- set filechoice `RequestFile TITLE "Select Readme File" PATTERN "~(#?.info)"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
- .aminet-dir
- dev/obero
-