home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / obero / oberon / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  3KB  |  88 lines

  1. .name
  2. Oberon
  3. .type
  4. Compiler
  5. .short
  6. Oberon System V4
  7. .description
  8. Implementation of the Oberon V4 operating system, like it was designed
  9. together with the programming language Oberon among others by Prof.
  10. Niklaus Wirth.
  11. The system represents a modern operating system with multitasking,
  12. graphical user interface and an Oberon-2 compiler.  Special features
  13. are object oriented programming concept, dynamic loading, garbage
  14. collector, extensibility and a enlarged meaning of text.
  15.  
  16. A text editor, a drawing tool and a Minesweeper game are included.
  17. With the system designed sourcecode can be used at every implementation
  18. without changes. Implementations are available for Mac, Power-Mac,
  19. IBM-RS6000, Windows, SGI, Sun, Linux, DecStation, ....
  20. .beschreibung
  21. Umsetzung des Oberon V4 Betriebssystems, wie es zusammen mit der
  22. Sprache Oberon u.a. von Prof. Niklaus Wirth entworfen wurde.
  23. Das System stellt ein modernes, multitaskingfaehiges Betriebssystem mit
  24. graphischer Benutzeroberflaeche dar und beinhaltet einen in das System
  25. eingebundenen Oberon-2 Compiler. Besondere Eigenschaften sind das
  26. objektorientierte Konzept, dynamisches Laden der Module, Garbage-Collector,
  27. Erweiterbarkeit und die neue Bedeutung, die Text zugeordnet wird.
  28. Komfortabler Editor, Zeichenprogramm und ein Minesweeper Spiel sind im
  29. Paket enthalten.
  30. Mit dem System erstellte Quelltexte koennen auf jeder anderen Umsetzung von
  31. System V4 sofort verwendet werden. Umsetzungen existieren fuer Mac,
  32. Power-Mac, IBM-RS6000, Windows, SGI, Sun, Linux, DecStation, ....
  33. .date
  34. 1995.06.04
  35. .version
  36. 0.10aß
  37. .author
  38. Stefan Ludwig, Claudio Nieder
  39. .requirements
  40. 68020, FPU, OS2.0, 1.5MB-RAM (3MB-RAM recommended)
  41. .distribution
  42. Freeware
  43. .address
  44. Institut fuer Computersysteme
  45. ETH-Zentrum
  46. CH-8092 Zuerich
  47. .email
  48. ludwig@inf.ethz.ch
  49. .exectype
  50. 68020 FPU
  51. .source
  52. ProjectOberon source included
  53. .construction
  54. Oberon
  55. .tested
  56. A4000/40, OS3.0
  57. .docs
  58. Oberon.readme
  59. Oberon.liesmich
  60. Oberon-FAQ-General.doc
  61. Oberon-FAQ-Language.doc
  62. Oberon-FAQ-System.doc
  63. .described-by
  64. Ralf Degner (degner@pallas.amp.uni-hannover.de)
  65. .submittal
  66. Submitted electronically directly by the author.
  67. .execute
  68. set orgdir `cd`
  69. LAB Start
  70. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
  71. if $choice GT "0"
  72.   if $choice EQ "1"
  73.    set filechoice `RequestFile TITLE "Select Readme File"`
  74.    set dirchoice `pathname $filechoice`
  75.    set filechoice `basename $filechoice`
  76.    failat 21
  77.    cd $dirchoice
  78.    MetaTool $filechoice TEXT
  79.    failat 10
  80.    cd $orgdir
  81.    unset filechoice
  82.    unset dirchoice
  83.   endif
  84.   skip Start BACK
  85. endif
  86. .aminet-dir
  87. dev/obero
  88.