$Date: 94/03/21 12:28:48 $ V1.0: This is the first release V1.0b: Bug fix: Unit 0 of the paging device was always used instead of the given unit. Bug fix: In case of an error "Reboot" didn't work. V1.1: Now runs on non-A4000 machines. Sets up its own MMU table, if necessary. Statistics window is font-sensitive now Dynamic memory allocation policy implemented Now up to 64 MB of virtual memory possible Now supports both 4K and 8K pages (two program versions) Paging to a file implemented Separate program for printing out statistics is available now ("VMM40Stat") Disk access time reduced. V1.2: Fixed a bug which caused VMM40 to crash the machine when paging to a file with its name longer than 20 characters. V1.1 tried to improve system consistency by disabling allocation of VM inside forbidden/disabled sections. This caused programs which do an AvailMem (); AllocMem () inside a Forbid/Permit to fail on VM allocations (e.g. ADPro). Removed in V1.2. A small program "ShowPageSize" has been added to determine which pagesize is possible on your system. Maximum VM size has been increased to 128 MB as requested. A programmer's library has been added for exclusive use of virtual memory.