home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 2.8 KB | 131 lines |
- .name
- VMM
- .type
- OS Utility
- .short
- Virtual memory for Amigas with MMU
- .description
- VMM implements a virtual memory manager for Amigas with a 68040, 68030
- or 68020+68851 processor. A localized user interface to enter all
- parameters and to disable certain tasks and load files from using
- virtual memory is also provided. For the user interface MUI 2.3 is
- needed.
-
- V3.0 includes the ability to swap out program code, memory tracking,
- better MMU support, an ARexx port and some other new features.
- .version
- 3.1
- .date
- 1995.08.29
- .author
- Martin Apel
- .reference
- FreshFish-Vol8-1:Useful/util/misc/VMM/
- 2.1
- FreshFish-Vol7:New/util/misc/VMM/
- 2.1
- GoldFish-Vol2-1:Files/util/misc/VMM/
- 2.1
- FreshFish-Vol6:New/util/misc/VMM/
- 2.0
- .requirements
- Requires OS2.0+ and a 68030 or 68040 with a functional MMU or
- 68020+68851
- At least 2 MB of RAM and a harddisk are recommended
- .distribution
- Shareware
- .price
- $20 (US), 30 DM
- .address
- Gerhart-Hauptmann-Str.5
- 67663 Kaiserslautern
- Germany
- .email
- apel@physik.uni-kl.de
- .docs
- README
- doc/BugReportForm
- doc/HISTORY
- doc/TestedPrograms
- doc/VMM.guide
- doc/VMMTools.guide
- doc/vmm_lib.doc
- doc/VMM_Rexx.guide
- doc/VMProgGuideline
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "VMM" "Please select an option" "Readme" "Guide" "Install" "Run" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool README TEXT
- endif
-
- if $choice EQ "2"
- cd doc
- set filechoice `RequestFile TITLE "Select File" PATTERN "#?.guide"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice GUIDE
- endif
-
- if $choice EQ "3"
- cd InstallVMM
- set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Dansk" "Svenska" "Cancel"`
- if $choice2 EQ "0"
- quit 0
- endif
-
- if $choice2 EQ "1"
- Installer English VMM LANGUAGE english NOLOG
- endif
-
- if $choice2 EQ "2"
- Installer deutsch VMM LANGUAGE deutsch NOLOG
- endif
-
- if $choice2 EQ "3"
- Installer Dansk VMM LANGUAGE dansk NOLOG
- endif
-
- if $choice2 EQ "4"
- Installer Svenska VMM LANGUAGE svenska NOLOG
- endif
- endif
-
- if $choice EQ "4"
- set tmpchoice `RequestChoice "Select Version" "Select Page Size" "4K" "8K" "Cancel"`
- if $tmpchoice EQ "0"
- quit 0
- endif
-
- set tmpchoice2 `RequestChoice "Advice" "A temporary L: directory will be set up*Nin RAM: to hold the appropriate handler" "OK" "Cancel"`
- if $tmpchoice2 EQ "0"
- quit 0
- endif
-
- makedir RAM:L
- assign L: RAM:L ADD
- if $tmpchoice EQ "1"
- copy l/VMM-Handler_4K RAM:L/VMM-Handler
- endif
-
- if $tmpchoice EQ "2"
- copy l/VMM-Handler_8K RAM:L/VMM-Handler
- endif
-
- assign LOCALE: "" ADD
- assign env: env/ ADD
- assign REXX: Rexx/ ADD
- VMM
- endif
- .aminet-dir
- util/misc
-