Home » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_2_scp.adf » !ARMEdit_ARMEdit » Docs/Device
Docs/Device
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_2_scp.adf » !ARMEdit_ARMEdit |
Filename: | Docs/Device |
Read OK: | ✔ |
File size: | 2B8F bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
File : Device Date : 07-Dec-97 Author : � A.Thoukydides, 1995, 1996, 1997 Description : Description of the ARMEDIT.SYS DOS device driver. INTRODUCTION The ARMEDIT.SYS device driver allows RISC OS filesystems to be accessed like normal DOS drives. To use this driver it is necessary to load the ARMEdit module before starting the PC front-end. INSTALLING THE DRIVER Add a line like the following to the CONFIG.SYS file: DEVICE=ARMEDIT.SYS [-limit <limit>] [-long] [-size <size>] [-write] <path1> [<path2> [<path3> [<path4>]]] where <limit> - The maximum size of file, specified in megabytes, to include in the device. The default of 10MB is used if no value is specified. Use a value of 0 to allow all objects to be included regardless of size. -long - Enables Windows 95 long filenames. This option should not be used with earlier operating systems; the DOS filenames generated may include illegal characters. <size> - The approximate size of the device, specified in megabytes. The default of 100MB is used if no value is specified. The smallest allowed size is 8.5MB, and the largest allowed size is 2047MB for Windows 95, with lower limits for other versions of DOS. -write - Allow the PC to write to the device. This does not affect the original RISC OS files; changes are restricted to the disc image constructed in RAM. Use this option if spurious write errors are produced. <path1> etc - The full RISC OS pathnames for the root of each emulated device. Currently up to four paths may be specified. This limit may be increased in a future version. The RISC OS pathnames may be prefixed by one or more of the following characters: \ - Image files are treated as directories. This allows archives to be accessed via a suitable RISC OS dearchiver, e.g. SparkFS or ArcFS. It can also be used to provide read-only access to extra DOSFS partitions. # - Disables canonicalisation of the pathname. This allows multiple discs to be used in removable drives. If the driver is not in the root directory of the default drive then the full pathname should be inserted after the "=" sign. It may also be necessary to change the LASTDRIVE entry in the CONFIG.SYS file to support more drives. DIRECTORY LOGGING The device driver builds up a DOS image of the RISC OS filesystem being accessed. This has two side effects: Quite a lot of memory can be used, and changes made to the filesystem from RISC OS will not be seen by the PC. To overcome both these problems the command *ARMEdit_DevicesRelog should be used to clear unrequired parts of the disc log. This command does not take immediate effect - it waits until DOS informs the device driver that the disc may be changed. Hence, there should be no files open from the PC on the emulated device, and a simple operation should be performed (such as typing "DIR"), or selecting a "Refresh" option from Windows 95. Unexpected disc errors, or missing files, can be due one of a number of limitations being reached, such as RAM or number of FAT entries. If this happens, and repeating the operation does not complete the operation successfully, then try *ARMEdit_DeviceRelog to clear the logged data. Note that the memory requirements increase if either more devices or a larger device size are configured. Choose the minimum device size that suits the application. If a Risc PC is being used, then the problem of a large amount of memory being used for the logged directories can be overcome by using my virtual memory manager Virtualise, available from Clares. FILENAME TRANSLATION To behave as a normal DOS device, all RISC OS filenames need to be translated into acceptable equivalents. This is performed in a number of steps. Firstly, the three character file extension is chosen. If the original filename had a DOS extension (starting with a "/" character) then this is used. Otherwise, the RISC OS filetype is translated using the same DOS mappings as used by the PUTFILE and GETFILE commands. These mappings can be updated using *ARMEdit_DOSMap. The individual characters of the filename are then translated, in a similar manner to DOSFS, to give a Windows 95 long filename. Additionally, hard spaces (code 160) are converted to normal spaces, and characters without a suitable equivalent are replaced by underscores ("_"). Any leading or trailing spaces are then removed. The behaviour of the final mapping to DOS 8+3 filenames depends upon whether long filenames have been enabled. If they have, then the mapping is approximately the same as used by Windows 95. Otherwise the mapping is similar, except that more characters are mapped to underscores. Finally, regardless of the mapping used, any duplicate DOS filenames are modified by the addition of a tilde and a digit, for example "~1", to ensure that all files have unique names. DRIVE LETTERS Drive letters are assigned to all block input/output devices configured for use. Examples of block devices are disc drives, CD-ROMs, scanners, and the ARMEDIT.SYS device driver. Drive letter after the C: (boot) drive may change when this device driver is installed. Drive letter changes can affect the access to a network, CD-ROM drives, and applications that reference existing drive letters. When drive letters change, the following items need to be checked: CONFIG.SYS and AUTOEXEC.BAT files need to reflect the new drive letters when loading device drivers. The PATH statement in the AUTOEXEC.BAT file may require changes to refer to the correct drives. Other batch files may reference the wrong drives. Windows .INI files, program groups, and shortcuts should be updated with the new drive letter assignments. Rerun INSTALL or SETUP for application programs that do not allow the drive letter to be changed. Update any network login scripts as necessary. Remount any compressed drives. PRESERVING PREVIOUS DRIVE MAPPINGS With PC-DOS (or versions of MS-DOS up to 5.0), the DOS ASSIGN command can be used to overcome the problem of drives changing name. As an example, if before using ARMEdit the CD-ROM drive was E: and a single ARMEdit device is added which shifts the CD-ROM to drive F: then the command ASSIGN E=F F=E will make the CD-ROM drive appear as drive E: and the ARMEdit device as drive F:. Similarly, if two ARMEdit devices are added then ASSIGN E=G F=E G=F will sort it out. There does not appear to be a good solution to the problem with MS-DOS 6 or Windows 95, although the SUBST command can sometimes help. With PC DOS 7 the DYNALOAD command can be used to load the driver after the CD-ROM drive assigments have been performed by MSCDEX. The syntax to use is: DYNALOAD ARMEDIT.SYS [options] <path1> [<path2> [...]] This may be either typed at the command line or included in the AUTOEXEC.BAT file. Prefixing the line by LOADHIGH will load the driver as if it had been loaded with DEVICEHIGH in the CONFIG.SYS file. CD-ROM ACCESS Many Windows 95 CD-ROMs do not work correctly under some versions of the PC card software. THE ARMEDIT.SYS device driver has frequently be used to access these CD-ROMs. To access CD-ROMs via the device driver it is necessary to add the CD-ROM driver to the list of paths that map to devices, such as: DEVICE=ARMEDIT.SYS -limit 0 -long -write -size 1000 #CDFS::0.$ There are several important points to note about the specified options: -limit 0 Allow files of any size to be included. This is especially important when accessing CD-ROMs since they frequently contain extremely large data files. -size 1000 Ensure that the size of the device is sufficiently large to handle a complete CD-ROM (approximately 650MB), allowing for the overhead of directory and FAT allocations. #CDFS::0.$ The hash ("#") character disables canonicalisation of the path. This allows the CD-ROM to be swapped. However, it is still necessary to force a relog to recognise when the CD has been changed. Note that this will not help with CD-ROMs that contain Windows 95 style long filenames; those require an updated Windows CD-ROM driver. OTHER POINTS TO NOTE Low level PC disc tools may not operate as expected on emulated devices. This is due to the way in which the directory structure of the device is dynamically constructed as it is accessed. If heavy use has been made of emulated devices then some operations, such as quitting the PC software, can take a surprisingly long time to complete. This is normal, and is due to the operation of RISC OS memory management. When used with Windows 95, the error: Windows was unable to identify the specified real mode driver which was loaded in your Config.sys file. If you no longer need this driver, remove it from your Config.sys file, Otherwise contact the manufacturer of this driver to see if a Windows (protected-mode) driver is available. Windows will not perform optimally until you have done one of these things. will be displayed. This is a consequence of the driver being written for DOS. Ignore this error - the driver will operate correctly, will only a marginal effect on the performance of Windows. THINGS TO DO The following are changes that may be made to the ARMEdit device driver sometime in the future. Extend the device driver's command line from the PC card software's Config file. Generate more descriptive disc names for the devices. Support write operations. Perform an automatic relog if a relevant UpCall is received after a period of inactivity. Please note that there are currently no plans to write a 32 bit Windows version of this driver. However, if someone is willing to provide the necessary development tools and information it may be considered. VERSION HISTORY 0.00 (07-May-96) Original development version. 0.01 (27-May-96) Support for Acorn's software PC emulator included. 0.02 (13-Jun-96) PC emulator support code corrected. 1.02 (06-Aug-96) First official release version. 1.03 (21-Feb-97) Maximum object size to include may be specified. ARMEdit_DevicesRelog now accepts a "-now" switch. Added option to disable canonicalisation of path names. 1.04 (07-Dec-97) Device marked as removable to allow relog with Windows 95. Added support for Windows 95 long filenames. More than 32MB files handled correctly. The size of the device can be configured. Sizes now specified in megabytes instead of bytes.
00000000 46 69 6c 65 20 20 20 20 20 20 20 20 3a 20 44 65 |File : De| 00000010 76 69 63 65 0a 44 61 74 65 20 20 20 20 20 20 20 |vice.Date | 00000020 20 3a 20 30 37 2d 44 65 63 2d 39 37 0a 41 75 74 | : 07-Dec-97.Aut| 00000030 68 6f 72 20 20 20 20 20 20 3a 20 a9 20 41 2e 54 |hor : . A.T| 00000040 68 6f 75 6b 79 64 69 64 65 73 2c 20 31 39 39 35 |houkydides, 1995| 00000050 2c 20 31 39 39 36 2c 20 31 39 39 37 0a 44 65 73 |, 1996, 1997.Des| 00000060 63 72 69 70 74 69 6f 6e 20 3a 20 44 65 73 63 72 |cription : Descr| 00000070 69 70 74 69 6f 6e 20 6f 66 20 74 68 65 20 41 52 |iption of the AR| 00000080 4d 45 44 49 54 2e 53 59 53 20 44 4f 53 20 64 65 |MEDIT.SYS DOS de| 00000090 76 69 63 65 20 64 72 69 76 65 72 2e 0a 0a 0a 49 |vice driver....I| 000000a0 4e 54 52 4f 44 55 43 54 49 4f 4e 0a 0a 54 68 65 |NTRODUCTION..The| 000000b0 20 41 52 4d 45 44 49 54 2e 53 59 53 20 64 65 76 | ARMEDIT.SYS dev| 000000c0 69 63 65 20 64 72 69 76 65 72 20 61 6c 6c 6f 77 |ice driver allow| 000000d0 73 20 52 49 53 43 20 4f 53 20 66 69 6c 65 73 79 |s RISC OS filesy| 000000e0 73 74 65 6d 73 20 74 6f 20 62 65 20 61 63 63 65 |stems to be acce| 000000f0 73 73 65 64 20 6c 69 6b 65 0a 6e 6f 72 6d 61 6c |ssed like.normal| 00000100 20 44 4f 53 20 64 72 69 76 65 73 2e 20 54 6f 20 | DOS drives. To | 00000110 75 73 65 20 74 68 69 73 20 64 72 69 76 65 72 20 |use this driver | 00000120 69 74 20 69 73 20 6e 65 63 65 73 73 61 72 79 20 |it is necessary | 00000130 74 6f 20 6c 6f 61 64 20 74 68 65 20 41 52 4d 45 |to load the ARME| 00000140 64 69 74 0a 6d 6f 64 75 6c 65 20 62 65 66 6f 72 |dit.module befor| 00000150 65 20 73 74 61 72 74 69 6e 67 20 74 68 65 20 50 |e starting the P| 00000160 43 20 66 72 6f 6e 74 2d 65 6e 64 2e 0a 0a 0a 49 |C front-end....I| 00000170 4e 53 54 41 4c 4c 49 4e 47 20 54 48 45 20 44 52 |NSTALLING THE DR| 00000180 49 56 45 52 0a 0a 41 64 64 20 61 20 6c 69 6e 65 |IVER..Add a line| 00000190 20 6c 69 6b 65 20 74 68 65 20 66 6f 6c 6c 6f 77 | like the follow| 000001a0 69 6e 67 20 74 6f 20 74 68 65 20 43 4f 4e 46 49 |ing to the CONFI| 000001b0 47 2e 53 59 53 20 66 69 6c 65 3a 0a 0a 20 20 20 |G.SYS file:.. | 000001c0 20 44 45 56 49 43 45 3d 41 52 4d 45 44 49 54 2e | DEVICE=ARMEDIT.| 000001d0 53 59 53 20 5b 2d 6c 69 6d 69 74 20 3c 6c 69 6d |SYS [-limit <lim| 000001e0 69 74 3e 5d 20 5b 2d 6c 6f 6e 67 5d 20 5b 2d 73 |it>] [-long] [-s| 000001f0 69 7a 65 20 3c 73 69 7a 65 3e 5d 20 5b 2d 77 72 |ize <size>] [-wr| 00000200 69 74 65 5d 0a 20 20 20 20 20 20 20 20 20 20 20 |ite]. | 00000210 20 20 20 20 20 20 20 20 20 20 20 20 3c 70 61 74 | <pat| 00000220 68 31 3e 20 5b 3c 70 61 74 68 32 3e 20 5b 3c 70 |h1> [<path2> [<p| 00000230 61 74 68 33 3e 20 5b 3c 70 61 74 68 34 3e 5d 5d |ath3> [<path4>]]| 00000240 5d 0a 0a 77 68 65 72 65 0a 0a 20 20 20 20 3c 6c |]..where.. <l| 00000250 69 6d 69 74 3e 20 20 20 20 20 2d 20 54 68 65 20 |imit> - The | 00000260 6d 61 78 69 6d 75 6d 20 73 69 7a 65 20 6f 66 20 |maximum size of | 00000270 66 69 6c 65 2c 20 73 70 65 63 69 66 69 65 64 20 |file, specified | 00000280 69 6e 20 6d 65 67 61 62 79 74 65 73 2c 20 74 6f |in megabytes, to| 00000290 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000002a0 20 20 20 69 6e 63 6c 75 64 65 20 69 6e 20 74 68 | include in th| 000002b0 65 20 64 65 76 69 63 65 2e 20 54 68 65 20 64 65 |e device. The de| 000002c0 66 61 75 6c 74 20 6f 66 20 31 30 4d 42 20 69 73 |fault of 10MB is| 000002d0 20 75 73 65 64 20 69 66 20 6e 6f 0a 20 20 20 20 | used if no. | 000002e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 76 61 | va| 000002f0 6c 75 65 20 69 73 20 73 70 65 63 69 66 69 65 64 |lue is specified| 00000300 2e 20 55 73 65 20 61 20 76 61 6c 75 65 20 6f 66 |. Use a value of| 00000310 20 30 20 74 6f 20 61 6c 6c 6f 77 20 61 6c 6c 20 | 0 to allow all | 00000320 6f 62 6a 65 63 74 73 0a 20 20 20 20 20 20 20 20 |objects. | 00000330 20 20 20 20 20 20 20 20 20 20 74 6f 20 62 65 20 | to be | 00000340 69 6e 63 6c 75 64 65 64 20 72 65 67 61 72 64 6c |included regardl| 00000350 65 73 73 20 6f 66 20 73 69 7a 65 2e 0a 0a 20 20 |ess of size... | 00000360 20 20 2d 6c 6f 6e 67 20 20 20 20 20 20 20 2d 20 | -long - | 00000370 45 6e 61 62 6c 65 73 20 57 69 6e 64 6f 77 73 20 |Enables Windows | 00000380 39 35 20 6c 6f 6e 67 20 66 69 6c 65 6e 61 6d 65 |95 long filename| 00000390 73 2e 20 54 68 69 73 20 6f 70 74 69 6f 6e 20 73 |s. This option s| 000003a0 68 6f 75 6c 64 20 6e 6f 74 0a 20 20 20 20 20 20 |hould not. | 000003b0 20 20 20 20 20 20 20 20 20 20 20 20 62 65 20 75 | be u| 000003c0 73 65 64 20 77 69 74 68 20 65 61 72 6c 69 65 72 |sed with earlier| 000003d0 20 6f 70 65 72 61 74 69 6e 67 20 73 79 73 74 65 | operating syste| 000003e0 6d 73 3b 20 74 68 65 20 44 4f 53 20 66 69 6c 65 |ms; the DOS file| 000003f0 6e 61 6d 65 73 0a 20 20 20 20 20 20 20 20 20 20 |names. | 00000400 20 20 20 20 20 20 20 20 67 65 6e 65 72 61 74 65 | generate| 00000410 64 20 6d 61 79 20 69 6e 63 6c 75 64 65 20 69 6c |d may include il| 00000420 6c 65 67 61 6c 20 63 68 61 72 61 63 74 65 72 73 |legal characters| 00000430 2e 0a 0a 20 20 20 20 3c 73 69 7a 65 3e 20 20 20 |... <size> | 00000440 20 20 20 2d 20 54 68 65 20 61 70 70 72 6f 78 69 | - The approxi| 00000450 6d 61 74 65 20 73 69 7a 65 20 6f 66 20 74 68 65 |mate size of the| 00000460 20 64 65 76 69 63 65 2c 20 73 70 65 63 69 66 69 | device, specifi| 00000470 65 64 20 69 6e 20 6d 65 67 61 62 79 74 65 73 2e |ed in megabytes.| 00000480 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000490 20 20 20 54 68 65 20 64 65 66 61 75 6c 74 20 6f | The default o| 000004a0 66 20 31 30 30 4d 42 20 69 73 20 75 73 65 64 20 |f 100MB is used | 000004b0 69 66 20 6e 6f 20 76 61 6c 75 65 20 69 73 20 73 |if no value is s| 000004c0 70 65 63 69 66 69 65 64 2e 20 54 68 65 0a 20 20 |pecified. The. | 000004d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000004e0 73 6d 61 6c 6c 65 73 74 20 61 6c 6c 6f 77 65 64 |smallest allowed| 000004f0 20 73 69 7a 65 20 69 73 20 38 2e 35 4d 42 2c 20 | size is 8.5MB, | 00000500 61 6e 64 20 74 68 65 20 6c 61 72 67 65 73 74 20 |and the largest | 00000510 61 6c 6c 6f 77 65 64 0a 20 20 20 20 20 20 20 20 |allowed. | 00000520 20 20 20 20 20 20 20 20 20 20 73 69 7a 65 20 69 | size i| 00000530 73 20 32 30 34 37 4d 42 20 66 6f 72 20 57 69 6e |s 2047MB for Win| 00000540 64 6f 77 73 20 39 35 2c 20 77 69 74 68 20 6c 6f |dows 95, with lo| 00000550 77 65 72 20 6c 69 6d 69 74 73 20 66 6f 72 20 6f |wer limits for o| 00000560 74 68 65 72 0a 20 20 20 20 20 20 20 20 20 20 20 |ther. | 00000570 20 20 20 20 20 20 20 76 65 72 73 69 6f 6e 73 20 | versions | 00000580 6f 66 20 44 4f 53 2e 0a 0a 20 20 20 20 2d 77 72 |of DOS... -wr| 00000590 69 74 65 20 20 20 20 20 20 2d 20 41 6c 6c 6f 77 |ite - Allow| 000005a0 20 74 68 65 20 50 43 20 74 6f 20 77 72 69 74 65 | the PC to write| 000005b0 20 74 6f 20 74 68 65 20 64 65 76 69 63 65 2e 20 | to the device. | 000005c0 54 68 69 73 20 64 6f 65 73 20 6e 6f 74 20 61 66 |This does not af| 000005d0 66 65 63 74 0a 20 20 20 20 20 20 20 20 20 20 20 |fect. | 000005e0 20 20 20 20 20 20 20 74 68 65 20 6f 72 69 67 69 | the origi| 000005f0 6e 61 6c 20 52 49 53 43 20 4f 53 20 66 69 6c 65 |nal RISC OS file| 00000600 73 3b 20 63 68 61 6e 67 65 73 20 61 72 65 20 72 |s; changes are r| 00000610 65 73 74 72 69 63 74 65 64 20 74 6f 20 74 68 65 |estricted to the| 00000620 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000630 20 20 20 64 69 73 63 20 69 6d 61 67 65 20 63 6f | disc image co| 00000640 6e 73 74 72 75 63 74 65 64 20 69 6e 20 52 41 4d |nstructed in RAM| 00000650 2e 20 55 73 65 20 74 68 69 73 20 6f 70 74 69 6f |. Use this optio| 00000660 6e 20 69 66 20 73 70 75 72 69 6f 75 73 0a 20 20 |n if spurious. | 00000670 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000680 77 72 69 74 65 20 65 72 72 6f 72 73 20 61 72 65 |write errors are| 00000690 20 70 72 6f 64 75 63 65 64 2e 20 0a 0a 20 20 20 | produced. .. | 000006a0 20 3c 70 61 74 68 31 3e 20 65 74 63 20 2d 20 54 | <path1> etc - T| 000006b0 68 65 20 66 75 6c 6c 20 52 49 53 43 20 4f 53 20 |he full RISC OS | 000006c0 70 61 74 68 6e 61 6d 65 73 20 66 6f 72 20 74 68 |pathnames for th| 000006d0 65 20 72 6f 6f 74 20 6f 66 20 65 61 63 68 20 65 |e root of each e| 000006e0 6d 75 6c 61 74 65 64 0a 20 20 20 20 20 20 20 20 |mulated. | 000006f0 20 20 20 20 20 20 20 20 20 20 64 65 76 69 63 65 | device| 00000700 2e 20 43 75 72 72 65 6e 74 6c 79 20 75 70 20 74 |. Currently up t| 00000710 6f 20 66 6f 75 72 20 70 61 74 68 73 20 6d 61 79 |o four paths may| 00000720 20 62 65 20 73 70 65 63 69 66 69 65 64 2e 20 54 | be specified. T| 00000730 68 69 73 0a 20 20 20 20 20 20 20 20 20 20 20 20 |his. | 00000740 20 20 20 20 20 20 6c 69 6d 69 74 20 6d 61 79 20 | limit may | 00000750 62 65 20 69 6e 63 72 65 61 73 65 64 20 69 6e 20 |be increased in | 00000760 61 20 66 75 74 75 72 65 20 76 65 72 73 69 6f 6e |a future version| 00000770 2e 0a 0a 54 68 65 20 52 49 53 43 20 4f 53 20 70 |...The RISC OS p| 00000780 61 74 68 6e 61 6d 65 73 20 6d 61 79 20 62 65 20 |athnames may be | 00000790 70 72 65 66 69 78 65 64 20 62 79 20 6f 6e 65 20 |prefixed by one | 000007a0 6f 72 20 6d 6f 72 65 20 6f 66 20 74 68 65 20 66 |or more of the f| 000007b0 6f 6c 6c 6f 77 69 6e 67 0a 63 68 61 72 61 63 74 |ollowing.charact| 000007c0 65 72 73 3a 0a 0a 20 20 20 20 5c 20 20 20 20 20 |ers:.. \ | 000007d0 20 20 20 20 20 20 2d 20 49 6d 61 67 65 20 66 69 | - Image fi| 000007e0 6c 65 73 20 61 72 65 20 74 72 65 61 74 65 64 20 |les are treated | 000007f0 61 73 20 64 69 72 65 63 74 6f 72 69 65 73 2e 20 |as directories. | 00000800 54 68 69 73 20 61 6c 6c 6f 77 73 0a 20 20 20 20 |This allows. | 00000810 20 20 20 20 20 20 20 20 20 20 20 20 20 20 61 72 | ar| 00000820 63 68 69 76 65 73 20 74 6f 20 62 65 20 61 63 63 |chives to be acc| 00000830 65 73 73 65 64 20 76 69 61 20 61 20 73 75 69 74 |essed via a suit| 00000840 61 62 6c 65 20 52 49 53 43 20 4f 53 20 64 65 61 |able RISC OS dea| 00000850 72 63 68 69 76 65 72 2c 0a 20 20 20 20 20 20 20 |rchiver,. | 00000860 20 20 20 20 20 20 20 20 20 20 20 65 2e 67 2e 20 | e.g. | 00000870 53 70 61 72 6b 46 53 20 6f 72 20 41 72 63 46 53 |SparkFS or ArcFS| 00000880 2e 20 49 74 20 63 61 6e 20 61 6c 73 6f 20 62 65 |. It can also be| 00000890 20 75 73 65 64 20 74 6f 20 70 72 6f 76 69 64 65 | used to provide| 000008a0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000008b0 20 20 20 72 65 61 64 2d 6f 6e 6c 79 20 61 63 63 | read-only acc| 000008c0 65 73 73 20 74 6f 20 65 78 74 72 61 20 44 4f 53 |ess to extra DOS| 000008d0 46 53 20 70 61 72 74 69 74 69 6f 6e 73 2e 0a 0a |FS partitions...| 000008e0 20 20 20 20 23 20 20 20 20 20 20 20 20 20 20 20 | # | 000008f0 2d 20 44 69 73 61 62 6c 65 73 20 63 61 6e 6f 6e |- Disables canon| 00000900 69 63 61 6c 69 73 61 74 69 6f 6e 20 6f 66 20 74 |icalisation of t| 00000910 68 65 20 70 61 74 68 6e 61 6d 65 2e 20 54 68 69 |he pathname. Thi| 00000920 73 20 61 6c 6c 6f 77 73 0a 20 20 20 20 20 20 20 |s allows. | 00000930 20 20 20 20 20 20 20 20 20 20 20 6d 75 6c 74 69 | multi| 00000940 70 6c 65 20 64 69 73 63 73 20 74 6f 20 62 65 20 |ple discs to be | 00000950 75 73 65 64 20 69 6e 20 72 65 6d 6f 76 61 62 6c |used in removabl| 00000960 65 20 64 72 69 76 65 73 2e 0a 0a 49 66 20 74 68 |e drives...If th| 00000970 65 20 64 72 69 76 65 72 20 69 73 20 6e 6f 74 20 |e driver is not | 00000980 69 6e 20 74 68 65 20 72 6f 6f 74 20 64 69 72 65 |in the root dire| 00000990 63 74 6f 72 79 20 6f 66 20 74 68 65 20 64 65 66 |ctory of the def| 000009a0 61 75 6c 74 20 64 72 69 76 65 20 74 68 65 6e 20 |ault drive then | 000009b0 74 68 65 20 66 75 6c 6c 0a 70 61 74 68 6e 61 6d |the full.pathnam| 000009c0 65 20 73 68 6f 75 6c 64 20 62 65 20 69 6e 73 65 |e should be inse| 000009d0 72 74 65 64 20 61 66 74 65 72 20 74 68 65 20 22 |rted after the "| 000009e0 3d 22 20 73 69 67 6e 2e 0a 0a 49 74 20 6d 61 79 |=" sign...It may| 000009f0 20 61 6c 73 6f 20 62 65 20 6e 65 63 65 73 73 61 | also be necessa| 00000a00 72 79 20 74 6f 20 63 68 61 6e 67 65 20 74 68 65 |ry to change the| 00000a10 20 4c 41 53 54 44 52 49 56 45 20 65 6e 74 72 79 | LASTDRIVE entry| 00000a20 20 69 6e 20 74 68 65 20 43 4f 4e 46 49 47 2e 53 | in the CONFIG.S| 00000a30 59 53 20 66 69 6c 65 0a 74 6f 20 73 75 70 70 6f |YS file.to suppo| 00000a40 72 74 20 6d 6f 72 65 20 64 72 69 76 65 73 2e 0a |rt more drives..| 00000a50 0a 0a 44 49 52 45 43 54 4f 52 59 20 4c 4f 47 47 |..DIRECTORY LOGG| 00000a60 49 4e 47 0a 0a 54 68 65 20 64 65 76 69 63 65 20 |ING..The device | 00000a70 64 72 69 76 65 72 20 62 75 69 6c 64 73 20 75 70 |driver builds up| 00000a80 20 61 20 44 4f 53 20 69 6d 61 67 65 20 6f 66 20 | a DOS image of | 00000a90 74 68 65 20 52 49 53 43 20 4f 53 20 66 69 6c 65 |the RISC OS file| 00000aa0 73 79 73 74 65 6d 20 62 65 69 6e 67 0a 61 63 63 |system being.acc| 00000ab0 65 73 73 65 64 2e 20 54 68 69 73 20 68 61 73 20 |essed. This has | 00000ac0 74 77 6f 20 73 69 64 65 20 65 66 66 65 63 74 73 |two side effects| 00000ad0 3a 20 51 75 69 74 65 20 61 20 6c 6f 74 20 6f 66 |: Quite a lot of| 00000ae0 20 6d 65 6d 6f 72 79 20 63 61 6e 20 62 65 20 75 | memory can be u| 00000af0 73 65 64 2c 20 61 6e 64 0a 63 68 61 6e 67 65 73 |sed, and.changes| 00000b00 20 6d 61 64 65 20 74 6f 20 74 68 65 20 66 69 6c | made to the fil| 00000b10 65 73 79 73 74 65 6d 20 66 72 6f 6d 20 52 49 53 |esystem from RIS| 00000b20 43 20 4f 53 20 77 69 6c 6c 20 6e 6f 74 20 62 65 |C OS will not be| 00000b30 20 73 65 65 6e 20 62 79 20 74 68 65 20 50 43 2e | seen by the PC.| 00000b40 0a 0a 54 6f 20 6f 76 65 72 63 6f 6d 65 20 62 6f |..To overcome bo| 00000b50 74 68 20 74 68 65 73 65 20 70 72 6f 62 6c 65 6d |th these problem| 00000b60 73 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 2a 41 |s the command *A| 00000b70 52 4d 45 64 69 74 5f 44 65 76 69 63 65 73 52 65 |RMEdit_DevicesRe| 00000b80 6c 6f 67 20 73 68 6f 75 6c 64 20 62 65 0a 75 73 |log should be.us| 00000b90 65 64 20 74 6f 20 63 6c 65 61 72 20 75 6e 72 65 |ed to clear unre| 00000ba0 71 75 69 72 65 64 20 70 61 72 74 73 20 6f 66 20 |quired parts of | 00000bb0 74 68 65 20 64 69 73 63 20 6c 6f 67 2e 20 54 68 |the disc log. Th| 00000bc0 69 73 20 63 6f 6d 6d 61 6e 64 20 64 6f 65 73 20 |is command does | 00000bd0 6e 6f 74 20 74 61 6b 65 0a 69 6d 6d 65 64 69 61 |not take.immedia| 00000be0 74 65 20 65 66 66 65 63 74 20 2d 20 69 74 20 77 |te effect - it w| 00000bf0 61 69 74 73 20 75 6e 74 69 6c 20 44 4f 53 20 69 |aits until DOS i| 00000c00 6e 66 6f 72 6d 73 20 74 68 65 20 64 65 76 69 63 |nforms the devic| 00000c10 65 20 64 72 69 76 65 72 20 74 68 61 74 20 74 68 |e driver that th| 00000c20 65 20 64 69 73 63 0a 6d 61 79 20 62 65 20 63 68 |e disc.may be ch| 00000c30 61 6e 67 65 64 2e 20 48 65 6e 63 65 2c 20 74 68 |anged. Hence, th| 00000c40 65 72 65 20 73 68 6f 75 6c 64 20 62 65 20 6e 6f |ere should be no| 00000c50 20 66 69 6c 65 73 20 6f 70 65 6e 20 66 72 6f 6d | files open from| 00000c60 20 74 68 65 20 50 43 20 6f 6e 20 74 68 65 0a 65 | the PC on the.e| 00000c70 6d 75 6c 61 74 65 64 20 64 65 76 69 63 65 2c 20 |mulated device, | 00000c80 61 6e 64 20 61 20 73 69 6d 70 6c 65 20 6f 70 65 |and a simple ope| 00000c90 72 61 74 69 6f 6e 20 73 68 6f 75 6c 64 20 62 65 |ration should be| 00000ca0 20 70 65 72 66 6f 72 6d 65 64 20 28 73 75 63 68 | performed (such| 00000cb0 20 61 73 20 74 79 70 69 6e 67 0a 22 44 49 52 22 | as typing."DIR"| 00000cc0 29 2c 20 6f 72 20 73 65 6c 65 63 74 69 6e 67 20 |), or selecting | 00000cd0 61 20 22 52 65 66 72 65 73 68 22 20 6f 70 74 69 |a "Refresh" opti| 00000ce0 6f 6e 20 66 72 6f 6d 20 57 69 6e 64 6f 77 73 20 |on from Windows | 00000cf0 39 35 2e 0a 0a 55 6e 65 78 70 65 63 74 65 64 20 |95...Unexpected | 00000d00 64 69 73 63 20 65 72 72 6f 72 73 2c 20 6f 72 20 |disc errors, or | 00000d10 6d 69 73 73 69 6e 67 20 66 69 6c 65 73 2c 20 63 |missing files, c| 00000d20 61 6e 20 62 65 20 64 75 65 20 6f 6e 65 20 6f 66 |an be due one of| 00000d30 20 61 20 6e 75 6d 62 65 72 20 6f 66 0a 6c 69 6d | a number of.lim| 00000d40 69 74 61 74 69 6f 6e 73 20 62 65 69 6e 67 20 72 |itations being r| 00000d50 65 61 63 68 65 64 2c 20 73 75 63 68 20 61 73 20 |eached, such as | 00000d60 52 41 4d 20 6f 72 20 6e 75 6d 62 65 72 20 6f 66 |RAM or number of| 00000d70 20 46 41 54 20 65 6e 74 72 69 65 73 2e 20 49 66 | FAT entries. If| 00000d80 20 74 68 69 73 0a 68 61 70 70 65 6e 73 2c 20 61 | this.happens, a| 00000d90 6e 64 20 72 65 70 65 61 74 69 6e 67 20 74 68 65 |nd repeating the| 00000da0 20 6f 70 65 72 61 74 69 6f 6e 20 64 6f 65 73 20 | operation does | 00000db0 6e 6f 74 20 63 6f 6d 70 6c 65 74 65 20 74 68 65 |not complete the| 00000dc0 20 6f 70 65 72 61 74 69 6f 6e 0a 73 75 63 63 65 | operation.succe| 00000dd0 73 73 66 75 6c 6c 79 2c 20 74 68 65 6e 20 74 72 |ssfully, then tr| 00000de0 79 20 2a 41 52 4d 45 64 69 74 5f 44 65 76 69 63 |y *ARMEdit_Devic| 00000df0 65 52 65 6c 6f 67 20 74 6f 20 63 6c 65 61 72 20 |eRelog to clear | 00000e00 74 68 65 20 6c 6f 67 67 65 64 20 64 61 74 61 2e |the logged data.| 00000e10 0a 0a 4e 6f 74 65 20 74 68 61 74 20 74 68 65 20 |..Note that the | 00000e20 6d 65 6d 6f 72 79 20 72 65 71 75 69 72 65 6d 65 |memory requireme| 00000e30 6e 74 73 20 69 6e 63 72 65 61 73 65 20 69 66 20 |nts increase if | 00000e40 65 69 74 68 65 72 20 6d 6f 72 65 20 64 65 76 69 |either more devi| 00000e50 63 65 73 20 6f 72 20 61 20 6c 61 72 67 65 72 0a |ces or a larger.| 00000e60 64 65 76 69 63 65 20 73 69 7a 65 20 61 72 65 20 |device size are | 00000e70 63 6f 6e 66 69 67 75 72 65 64 2e 20 43 68 6f 6f |configured. Choo| 00000e80 73 65 20 74 68 65 20 6d 69 6e 69 6d 75 6d 20 64 |se the minimum d| 00000e90 65 76 69 63 65 20 73 69 7a 65 20 74 68 61 74 20 |evice size that | 00000ea0 73 75 69 74 73 20 74 68 65 0a 61 70 70 6c 69 63 |suits the.applic| 00000eb0 61 74 69 6f 6e 2e 0a 0a 49 66 20 61 20 52 69 73 |ation...If a Ris| 00000ec0 63 20 50 43 20 69 73 20 62 65 69 6e 67 20 75 73 |c PC is being us| 00000ed0 65 64 2c 20 74 68 65 6e 20 74 68 65 20 70 72 6f |ed, then the pro| 00000ee0 62 6c 65 6d 20 6f 66 20 61 20 6c 61 72 67 65 20 |blem of a large | 00000ef0 61 6d 6f 75 6e 74 20 6f 66 20 6d 65 6d 6f 72 79 |amount of memory| 00000f00 0a 62 65 69 6e 67 20 75 73 65 64 20 66 6f 72 20 |.being used for | 00000f10 74 68 65 20 6c 6f 67 67 65 64 20 64 69 72 65 63 |the logged direc| 00000f20 74 6f 72 69 65 73 20 63 61 6e 20 62 65 20 6f 76 |tories can be ov| 00000f30 65 72 63 6f 6d 65 20 62 79 20 75 73 69 6e 67 20 |ercome by using | 00000f40 6d 79 20 76 69 72 74 75 61 6c 0a 6d 65 6d 6f 72 |my virtual.memor| 00000f50 79 20 6d 61 6e 61 67 65 72 20 56 69 72 74 75 61 |y manager Virtua| 00000f60 6c 69 73 65 2c 20 61 76 61 69 6c 61 62 6c 65 20 |lise, available | 00000f70 66 72 6f 6d 20 43 6c 61 72 65 73 2e 0a 0a 0a 46 |from Clares....F| 00000f80 49 4c 45 4e 41 4d 45 20 54 52 41 4e 53 4c 41 54 |ILENAME TRANSLAT| 00000f90 49 4f 4e 0a 0a 54 6f 20 62 65 68 61 76 65 20 61 |ION..To behave a| 00000fa0 73 20 61 20 6e 6f 72 6d 61 6c 20 44 4f 53 20 64 |s a normal DOS d| 00000fb0 65 76 69 63 65 2c 20 61 6c 6c 20 52 49 53 43 20 |evice, all RISC | 00000fc0 4f 53 20 66 69 6c 65 6e 61 6d 65 73 20 6e 65 65 |OS filenames nee| 00000fd0 64 20 74 6f 20 62 65 20 74 72 61 6e 73 6c 61 74 |d to be translat| 00000fe0 65 64 0a 69 6e 74 6f 20 61 63 63 65 70 74 61 62 |ed.into acceptab| 00000ff0 6c 65 20 65 71 75 69 76 61 6c 65 6e 74 73 2e 20 |le equivalents. | 00001000 54 68 69 73 20 69 73 20 70 65 72 66 6f 72 6d 65 |This is performe| 00001010 64 20 69 6e 20 61 20 6e 75 6d 62 65 72 20 6f 66 |d in a number of| 00001020 20 73 74 65 70 73 2e 0a 0a 46 69 72 73 74 6c 79 | steps...Firstly| 00001030 2c 20 74 68 65 20 74 68 72 65 65 20 63 68 61 72 |, the three char| 00001040 61 63 74 65 72 20 66 69 6c 65 20 65 78 74 65 6e |acter file exten| 00001050 73 69 6f 6e 20 69 73 20 63 68 6f 73 65 6e 2e 20 |sion is chosen. | 00001060 49 66 20 74 68 65 20 6f 72 69 67 69 6e 61 6c 0a |If the original.| 00001070 66 69 6c 65 6e 61 6d 65 20 68 61 64 20 61 20 44 |filename had a D| 00001080 4f 53 20 65 78 74 65 6e 73 69 6f 6e 20 28 73 74 |OS extension (st| 00001090 61 72 74 69 6e 67 20 77 69 74 68 20 61 20 22 2f |arting with a "/| 000010a0 22 20 63 68 61 72 61 63 74 65 72 29 20 74 68 65 |" character) the| 000010b0 6e 20 74 68 69 73 20 69 73 0a 75 73 65 64 2e 20 |n this is.used. | 000010c0 4f 74 68 65 72 77 69 73 65 2c 20 74 68 65 20 52 |Otherwise, the R| 000010d0 49 53 43 20 4f 53 20 66 69 6c 65 74 79 70 65 20 |ISC OS filetype | 000010e0 69 73 20 74 72 61 6e 73 6c 61 74 65 64 20 75 73 |is translated us| 000010f0 69 6e 67 20 74 68 65 20 73 61 6d 65 20 44 4f 53 |ing the same DOS| 00001100 0a 6d 61 70 70 69 6e 67 73 20 61 73 20 75 73 65 |.mappings as use| 00001110 64 20 62 79 20 74 68 65 20 50 55 54 46 49 4c 45 |d by the PUTFILE| 00001120 20 61 6e 64 20 47 45 54 46 49 4c 45 20 63 6f 6d | and GETFILE com| 00001130 6d 61 6e 64 73 2e 20 54 68 65 73 65 20 6d 61 70 |mands. These map| 00001140 70 69 6e 67 73 20 63 61 6e 20 62 65 0a 75 70 64 |pings can be.upd| 00001150 61 74 65 64 20 75 73 69 6e 67 20 2a 41 52 4d 45 |ated using *ARME| 00001160 64 69 74 5f 44 4f 53 4d 61 70 2e 0a 0a 54 68 65 |dit_DOSMap...The| 00001170 20 69 6e 64 69 76 69 64 75 61 6c 20 63 68 61 72 | individual char| 00001180 61 63 74 65 72 73 20 6f 66 20 74 68 65 20 66 69 |acters of the fi| 00001190 6c 65 6e 61 6d 65 20 61 72 65 20 74 68 65 6e 20 |lename are then | 000011a0 74 72 61 6e 73 6c 61 74 65 64 2c 20 69 6e 20 61 |translated, in a| 000011b0 20 73 69 6d 69 6c 61 72 0a 6d 61 6e 6e 65 72 20 | similar.manner | 000011c0 74 6f 20 44 4f 53 46 53 2c 20 74 6f 20 67 69 76 |to DOSFS, to giv| 000011d0 65 20 61 20 57 69 6e 64 6f 77 73 20 39 35 20 6c |e a Windows 95 l| 000011e0 6f 6e 67 20 66 69 6c 65 6e 61 6d 65 2e 20 41 64 |ong filename. Ad| 000011f0 64 69 74 69 6f 6e 61 6c 6c 79 2c 20 68 61 72 64 |ditionally, hard| 00001200 0a 73 70 61 63 65 73 20 28 63 6f 64 65 20 31 36 |.spaces (code 16| 00001210 30 29 20 61 72 65 20 63 6f 6e 76 65 72 74 65 64 |0) are converted| 00001220 20 74 6f 20 6e 6f 72 6d 61 6c 20 73 70 61 63 65 | to normal space| 00001230 73 2c 20 61 6e 64 20 63 68 61 72 61 63 74 65 72 |s, and character| 00001240 73 20 77 69 74 68 6f 75 74 20 61 0a 73 75 69 74 |s without a.suit| 00001250 61 62 6c 65 20 65 71 75 69 76 61 6c 65 6e 74 20 |able equivalent | 00001260 61 72 65 20 72 65 70 6c 61 63 65 64 20 62 79 20 |are replaced by | 00001270 75 6e 64 65 72 73 63 6f 72 65 73 20 28 22 5f 22 |underscores ("_"| 00001280 29 2e 20 41 6e 79 20 6c 65 61 64 69 6e 67 20 6f |). Any leading o| 00001290 72 0a 74 72 61 69 6c 69 6e 67 20 73 70 61 63 65 |r.trailing space| 000012a0 73 20 61 72 65 20 74 68 65 6e 20 72 65 6d 6f 76 |s are then remov| 000012b0 65 64 2e 0a 0a 54 68 65 20 62 65 68 61 76 69 6f |ed...The behavio| 000012c0 75 72 20 6f 66 20 74 68 65 20 66 69 6e 61 6c 20 |ur of the final | 000012d0 6d 61 70 70 69 6e 67 20 74 6f 20 44 4f 53 20 38 |mapping to DOS 8| 000012e0 2b 33 20 66 69 6c 65 6e 61 6d 65 73 20 64 65 70 |+3 filenames dep| 000012f0 65 6e 64 73 20 75 70 6f 6e 20 77 68 65 74 68 65 |ends upon whethe| 00001300 72 0a 6c 6f 6e 67 20 66 69 6c 65 6e 61 6d 65 73 |r.long filenames| 00001310 20 68 61 76 65 20 62 65 65 6e 20 65 6e 61 62 6c | have been enabl| 00001320 65 64 2e 20 49 66 20 74 68 65 79 20 68 61 76 65 |ed. If they have| 00001330 2c 20 74 68 65 6e 20 74 68 65 20 6d 61 70 70 69 |, then the mappi| 00001340 6e 67 20 69 73 0a 61 70 70 72 6f 78 69 6d 61 74 |ng is.approximat| 00001350 65 6c 79 20 74 68 65 20 73 61 6d 65 20 61 73 20 |ely the same as | 00001360 75 73 65 64 20 62 79 20 57 69 6e 64 6f 77 73 20 |used by Windows | 00001370 39 35 2e 20 4f 74 68 65 72 77 69 73 65 20 74 68 |95. Otherwise th| 00001380 65 20 6d 61 70 70 69 6e 67 20 69 73 0a 73 69 6d |e mapping is.sim| 00001390 69 6c 61 72 2c 20 65 78 63 65 70 74 20 74 68 61 |ilar, except tha| 000013a0 74 20 6d 6f 72 65 20 63 68 61 72 61 63 74 65 72 |t more character| 000013b0 73 20 61 72 65 20 6d 61 70 70 65 64 20 74 6f 20 |s are mapped to | 000013c0 75 6e 64 65 72 73 63 6f 72 65 73 2e 0a 0a 46 69 |underscores...Fi| 000013d0 6e 61 6c 6c 79 2c 20 72 65 67 61 72 64 6c 65 73 |nally, regardles| 000013e0 73 20 6f 66 20 74 68 65 20 6d 61 70 70 69 6e 67 |s of the mapping| 000013f0 20 75 73 65 64 2c 20 61 6e 79 20 64 75 70 6c 69 | used, any dupli| 00001400 63 61 74 65 20 44 4f 53 20 66 69 6c 65 6e 61 6d |cate DOS filenam| 00001410 65 73 20 61 72 65 0a 6d 6f 64 69 66 69 65 64 20 |es are.modified | 00001420 62 79 20 74 68 65 20 61 64 64 69 74 69 6f 6e 20 |by the addition | 00001430 6f 66 20 61 20 74 69 6c 64 65 20 61 6e 64 20 61 |of a tilde and a| 00001440 20 64 69 67 69 74 2c 20 66 6f 72 20 65 78 61 6d | digit, for exam| 00001450 70 6c 65 20 22 7e 31 22 2c 20 74 6f 20 65 6e 73 |ple "~1", to ens| 00001460 75 72 65 0a 74 68 61 74 20 61 6c 6c 20 66 69 6c |ure.that all fil| 00001470 65 73 20 68 61 76 65 20 75 6e 69 71 75 65 20 6e |es have unique n| 00001480 61 6d 65 73 2e 0a 0a 0a 44 52 49 56 45 20 4c 45 |ames....DRIVE LE| 00001490 54 54 45 52 53 0a 0a 44 72 69 76 65 20 6c 65 74 |TTERS..Drive let| 000014a0 74 65 72 73 20 61 72 65 20 61 73 73 69 67 6e 65 |ters are assigne| 000014b0 64 20 74 6f 20 61 6c 6c 20 62 6c 6f 63 6b 20 69 |d to all block i| 000014c0 6e 70 75 74 2f 6f 75 74 70 75 74 20 64 65 76 69 |nput/output devi| 000014d0 63 65 73 20 63 6f 6e 66 69 67 75 72 65 64 20 66 |ces configured f| 000014e0 6f 72 0a 75 73 65 2e 20 45 78 61 6d 70 6c 65 73 |or.use. Examples| 000014f0 20 6f 66 20 62 6c 6f 63 6b 20 64 65 76 69 63 65 | of block device| 00001500 73 20 61 72 65 20 64 69 73 63 20 64 72 69 76 65 |s are disc drive| 00001510 73 2c 20 43 44 2d 52 4f 4d 73 2c 20 73 63 61 6e |s, CD-ROMs, scan| 00001520 6e 65 72 73 2c 20 61 6e 64 20 74 68 65 0a 41 52 |ners, and the.AR| 00001530 4d 45 44 49 54 2e 53 59 53 20 64 65 76 69 63 65 |MEDIT.SYS device| 00001540 20 64 72 69 76 65 72 2e 20 44 72 69 76 65 20 6c | driver. Drive l| 00001550 65 74 74 65 72 20 61 66 74 65 72 20 74 68 65 20 |etter after the | 00001560 43 3a 20 28 62 6f 6f 74 29 20 64 72 69 76 65 20 |C: (boot) drive | 00001570 6d 61 79 20 63 68 61 6e 67 65 0a 77 68 65 6e 20 |may change.when | 00001580 74 68 69 73 20 64 65 76 69 63 65 20 64 72 69 76 |this device driv| 00001590 65 72 20 69 73 20 69 6e 73 74 61 6c 6c 65 64 2e |er is installed.| 000015a0 0a 0a 44 72 69 76 65 20 6c 65 74 74 65 72 20 63 |..Drive letter c| 000015b0 68 61 6e 67 65 73 20 63 61 6e 20 61 66 66 65 63 |hanges can affec| 000015c0 74 20 74 68 65 20 61 63 63 65 73 73 20 74 6f 20 |t the access to | 000015d0 61 20 6e 65 74 77 6f 72 6b 2c 20 43 44 2d 52 4f |a network, CD-RO| 000015e0 4d 20 64 72 69 76 65 73 2c 20 61 6e 64 0a 61 70 |M drives, and.ap| 000015f0 70 6c 69 63 61 74 69 6f 6e 73 20 74 68 61 74 20 |plications that | 00001600 72 65 66 65 72 65 6e 63 65 20 65 78 69 73 74 69 |reference existi| 00001610 6e 67 20 64 72 69 76 65 20 6c 65 74 74 65 72 73 |ng drive letters| 00001620 2e 20 20 57 68 65 6e 20 64 72 69 76 65 20 6c 65 |. When drive le| 00001630 74 74 65 72 73 0a 63 68 61 6e 67 65 2c 20 74 68 |tters.change, th| 00001640 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 69 74 65 6d |e following item| 00001650 73 20 6e 65 65 64 20 74 6f 20 62 65 20 63 68 65 |s need to be che| 00001660 63 6b 65 64 3a 0a 0a 20 20 20 20 43 4f 4e 46 49 |cked:.. CONFI| 00001670 47 2e 53 59 53 20 61 6e 64 20 41 55 54 4f 45 58 |G.SYS and AUTOEX| 00001680 45 43 2e 42 41 54 20 66 69 6c 65 73 20 6e 65 65 |EC.BAT files nee| 00001690 64 20 74 6f 20 72 65 66 6c 65 63 74 20 74 68 65 |d to reflect the| 000016a0 20 6e 65 77 20 64 72 69 76 65 20 6c 65 74 74 65 | new drive lette| 000016b0 72 73 0a 20 20 20 20 77 68 65 6e 20 6c 6f 61 64 |rs. when load| 000016c0 69 6e 67 20 64 65 76 69 63 65 20 64 72 69 76 65 |ing device drive| 000016d0 72 73 2e 0a 20 20 20 20 0a 20 20 20 20 54 68 65 |rs.. . The| 000016e0 20 50 41 54 48 20 73 74 61 74 65 6d 65 6e 74 20 | PATH statement | 000016f0 69 6e 20 74 68 65 20 41 55 54 4f 45 58 45 43 2e |in the AUTOEXEC.| 00001700 42 41 54 20 66 69 6c 65 20 6d 61 79 20 72 65 71 |BAT file may req| 00001710 75 69 72 65 20 63 68 61 6e 67 65 73 20 74 6f 20 |uire changes to | 00001720 72 65 66 65 72 0a 20 20 20 20 74 6f 20 74 68 65 |refer. to the| 00001730 20 63 6f 72 72 65 63 74 20 64 72 69 76 65 73 2e | correct drives.| 00001740 0a 20 20 20 20 0a 20 20 20 20 4f 74 68 65 72 20 |. . Other | 00001750 62 61 74 63 68 20 66 69 6c 65 73 20 6d 61 79 20 |batch files may | 00001760 72 65 66 65 72 65 6e 63 65 20 74 68 65 20 77 72 |reference the wr| 00001770 6f 6e 67 20 64 72 69 76 65 73 2e 0a 20 20 20 20 |ong drives.. | 00001780 0a 20 20 20 20 57 69 6e 64 6f 77 73 20 2e 49 4e |. Windows .IN| 00001790 49 20 66 69 6c 65 73 2c 20 70 72 6f 67 72 61 6d |I files, program| 000017a0 20 67 72 6f 75 70 73 2c 20 61 6e 64 20 73 68 6f | groups, and sho| 000017b0 72 74 63 75 74 73 20 73 68 6f 75 6c 64 20 62 65 |rtcuts should be| 000017c0 20 75 70 64 61 74 65 64 20 77 69 74 68 0a 20 20 | updated with. | 000017d0 20 20 74 68 65 20 6e 65 77 20 64 72 69 76 65 20 | the new drive | 000017e0 6c 65 74 74 65 72 20 61 73 73 69 67 6e 6d 65 6e |letter assignmen| 000017f0 74 73 2e 0a 20 20 20 20 0a 20 20 20 20 52 65 72 |ts.. . Rer| 00001800 75 6e 20 49 4e 53 54 41 4c 4c 20 6f 72 20 53 45 |un INSTALL or SE| 00001810 54 55 50 20 66 6f 72 20 61 70 70 6c 69 63 61 74 |TUP for applicat| 00001820 69 6f 6e 20 70 72 6f 67 72 61 6d 73 20 74 68 61 |ion programs tha| 00001830 74 20 64 6f 20 6e 6f 74 20 61 6c 6c 6f 77 20 74 |t do not allow t| 00001840 68 65 0a 20 20 20 20 64 72 69 76 65 20 6c 65 74 |he. drive let| 00001850 74 65 72 20 74 6f 20 62 65 20 63 68 61 6e 67 65 |ter to be change| 00001860 64 2e 0a 20 20 20 20 0a 20 20 20 20 55 70 64 61 |d.. . Upda| 00001870 74 65 20 61 6e 79 20 6e 65 74 77 6f 72 6b 20 6c |te any network l| 00001880 6f 67 69 6e 20 73 63 72 69 70 74 73 20 61 73 20 |ogin scripts as | 00001890 6e 65 63 65 73 73 61 72 79 2e 0a 20 20 20 20 0a |necessary.. .| 000018a0 20 20 20 20 52 65 6d 6f 75 6e 74 20 61 6e 79 20 | Remount any | 000018b0 63 6f 6d 70 72 65 73 73 65 64 20 64 72 69 76 65 |compressed drive| 000018c0 73 2e 0a 0a 0a 50 52 45 53 45 52 56 49 4e 47 20 |s....PRESERVING | 000018d0 50 52 45 56 49 4f 55 53 20 44 52 49 56 45 20 4d |PREVIOUS DRIVE M| 000018e0 41 50 50 49 4e 47 53 0a 0a 57 69 74 68 20 50 43 |APPINGS..With PC| 000018f0 2d 44 4f 53 20 28 6f 72 20 76 65 72 73 69 6f 6e |-DOS (or version| 00001900 73 20 6f 66 20 4d 53 2d 44 4f 53 20 75 70 20 74 |s of MS-DOS up t| 00001910 6f 20 35 2e 30 29 2c 20 74 68 65 20 44 4f 53 20 |o 5.0), the DOS | 00001920 41 53 53 49 47 4e 20 63 6f 6d 6d 61 6e 64 20 63 |ASSIGN command c| 00001930 61 6e 20 62 65 0a 75 73 65 64 20 74 6f 20 6f 76 |an be.used to ov| 00001940 65 72 63 6f 6d 65 20 74 68 65 20 70 72 6f 62 6c |ercome the probl| 00001950 65 6d 20 6f 66 20 64 72 69 76 65 73 20 63 68 61 |em of drives cha| 00001960 6e 67 69 6e 67 20 6e 61 6d 65 2e 20 41 73 20 61 |nging name. As a| 00001970 6e 20 65 78 61 6d 70 6c 65 2c 20 69 66 0a 62 65 |n example, if.be| 00001980 66 6f 72 65 20 75 73 69 6e 67 20 41 52 4d 45 64 |fore using ARMEd| 00001990 69 74 20 74 68 65 20 43 44 2d 52 4f 4d 20 64 72 |it the CD-ROM dr| 000019a0 69 76 65 20 77 61 73 20 45 3a 20 61 6e 64 20 61 |ive was E: and a| 000019b0 20 73 69 6e 67 6c 65 20 41 52 4d 45 64 69 74 20 | single ARMEdit | 000019c0 64 65 76 69 63 65 20 69 73 0a 61 64 64 65 64 20 |device is.added | 000019d0 77 68 69 63 68 20 73 68 69 66 74 73 20 74 68 65 |which shifts the| 000019e0 20 43 44 2d 52 4f 4d 20 74 6f 20 64 72 69 76 65 | CD-ROM to drive| 000019f0 20 46 3a 20 74 68 65 6e 20 74 68 65 20 63 6f 6d | F: then the com| 00001a00 6d 61 6e 64 0a 0a 20 20 20 20 41 53 53 49 47 4e |mand.. ASSIGN| 00001a10 20 45 3d 46 20 46 3d 45 0a 0a 77 69 6c 6c 20 6d | E=F F=E..will m| 00001a20 61 6b 65 20 74 68 65 20 43 44 2d 52 4f 4d 20 64 |ake the CD-ROM d| 00001a30 72 69 76 65 20 61 70 70 65 61 72 20 61 73 20 64 |rive appear as d| 00001a40 72 69 76 65 20 45 3a 20 61 6e 64 20 74 68 65 20 |rive E: and the | 00001a50 41 52 4d 45 64 69 74 20 64 65 76 69 63 65 20 61 |ARMEdit device a| 00001a60 73 20 64 72 69 76 65 0a 46 3a 2e 20 53 69 6d 69 |s drive.F:. Simi| 00001a70 6c 61 72 6c 79 2c 20 69 66 20 74 77 6f 20 41 52 |larly, if two AR| 00001a80 4d 45 64 69 74 20 64 65 76 69 63 65 73 20 61 72 |MEdit devices ar| 00001a90 65 20 61 64 64 65 64 20 74 68 65 6e 0a 0a 20 20 |e added then.. | 00001aa0 20 20 41 53 53 49 47 4e 20 45 3d 47 20 46 3d 45 | ASSIGN E=G F=E| 00001ab0 20 47 3d 46 0a 0a 77 69 6c 6c 20 73 6f 72 74 20 | G=F..will sort | 00001ac0 69 74 20 6f 75 74 2e 0a 0a 54 68 65 72 65 20 64 |it out...There d| 00001ad0 6f 65 73 20 6e 6f 74 20 61 70 70 65 61 72 20 74 |oes not appear t| 00001ae0 6f 20 62 65 20 61 20 67 6f 6f 64 20 73 6f 6c 75 |o be a good solu| 00001af0 74 69 6f 6e 20 74 6f 20 74 68 65 20 70 72 6f 62 |tion to the prob| 00001b00 6c 65 6d 20 77 69 74 68 20 4d 53 2d 44 4f 53 20 |lem with MS-DOS | 00001b10 36 20 6f 72 0a 57 69 6e 64 6f 77 73 20 39 35 2c |6 or.Windows 95,| 00001b20 20 61 6c 74 68 6f 75 67 68 20 74 68 65 20 53 55 | although the SU| 00001b30 42 53 54 20 63 6f 6d 6d 61 6e 64 20 63 61 6e 20 |BST command can | 00001b40 73 6f 6d 65 74 69 6d 65 73 20 68 65 6c 70 2e 0a |sometimes help..| 00001b50 0a 57 69 74 68 20 50 43 20 44 4f 53 20 37 20 74 |.With PC DOS 7 t| 00001b60 68 65 20 44 59 4e 41 4c 4f 41 44 20 63 6f 6d 6d |he DYNALOAD comm| 00001b70 61 6e 64 20 63 61 6e 20 62 65 20 75 73 65 64 20 |and can be used | 00001b80 74 6f 20 6c 6f 61 64 20 74 68 65 20 64 72 69 76 |to load the driv| 00001b90 65 72 20 61 66 74 65 72 20 74 68 65 0a 43 44 2d |er after the.CD-| 00001ba0 52 4f 4d 20 64 72 69 76 65 20 61 73 73 69 67 6d |ROM drive assigm| 00001bb0 65 6e 74 73 20 68 61 76 65 20 62 65 65 6e 20 70 |ents have been p| 00001bc0 65 72 66 6f 72 6d 65 64 20 62 79 20 4d 53 43 44 |erformed by MSCD| 00001bd0 45 58 2e 20 54 68 65 20 73 79 6e 74 61 78 20 74 |EX. The syntax t| 00001be0 6f 20 75 73 65 20 69 73 3a 0a 0a 20 20 20 20 44 |o use is:.. D| 00001bf0 59 4e 41 4c 4f 41 44 20 41 52 4d 45 44 49 54 2e |YNALOAD ARMEDIT.| 00001c00 53 59 53 20 5b 6f 70 74 69 6f 6e 73 5d 20 3c 70 |SYS [options] <p| 00001c10 61 74 68 31 3e 20 5b 3c 70 61 74 68 32 3e 20 5b |ath1> [<path2> [| 00001c20 2e 2e 2e 5d 5d 0a 0a 54 68 69 73 20 6d 61 79 20 |...]]..This may | 00001c30 62 65 20 65 69 74 68 65 72 20 74 79 70 65 64 20 |be either typed | 00001c40 61 74 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 6c |at the command l| 00001c50 69 6e 65 20 6f 72 20 69 6e 63 6c 75 64 65 64 20 |ine or included | 00001c60 69 6e 20 74 68 65 20 41 55 54 4f 45 58 45 43 2e |in the AUTOEXEC.| 00001c70 42 41 54 0a 66 69 6c 65 2e 20 50 72 65 66 69 78 |BAT.file. Prefix| 00001c80 69 6e 67 20 74 68 65 20 6c 69 6e 65 20 62 79 20 |ing the line by | 00001c90 4c 4f 41 44 48 49 47 48 20 77 69 6c 6c 20 6c 6f |LOADHIGH will lo| 00001ca0 61 64 20 74 68 65 20 64 72 69 76 65 72 20 61 73 |ad the driver as| 00001cb0 20 69 66 20 69 74 20 68 61 64 20 62 65 65 6e 0a | if it had been.| 00001cc0 6c 6f 61 64 65 64 20 77 69 74 68 20 44 45 56 49 |loaded with DEVI| 00001cd0 43 45 48 49 47 48 20 69 6e 20 74 68 65 20 43 4f |CEHIGH in the CO| 00001ce0 4e 46 49 47 2e 53 59 53 20 66 69 6c 65 2e 0a 0a |NFIG.SYS file...| 00001cf0 0a 43 44 2d 52 4f 4d 20 41 43 43 45 53 53 0a 0a |.CD-ROM ACCESS..| 00001d00 4d 61 6e 79 20 57 69 6e 64 6f 77 73 20 39 35 20 |Many Windows 95 | 00001d10 43 44 2d 52 4f 4d 73 20 64 6f 20 6e 6f 74 20 77 |CD-ROMs do not w| 00001d20 6f 72 6b 20 63 6f 72 72 65 63 74 6c 79 20 75 6e |ork correctly un| 00001d30 64 65 72 20 73 6f 6d 65 20 76 65 72 73 69 6f 6e |der some version| 00001d40 73 20 6f 66 20 74 68 65 20 50 43 0a 63 61 72 64 |s of the PC.card| 00001d50 20 73 6f 66 74 77 61 72 65 2e 20 54 48 45 20 41 | software. THE A| 00001d60 52 4d 45 44 49 54 2e 53 59 53 20 64 65 76 69 63 |RMEDIT.SYS devic| 00001d70 65 20 64 72 69 76 65 72 20 68 61 73 20 66 72 65 |e driver has fre| 00001d80 71 75 65 6e 74 6c 79 20 62 65 20 75 73 65 64 20 |quently be used | 00001d90 74 6f 20 61 63 63 65 73 73 0a 74 68 65 73 65 20 |to access.these | 00001da0 43 44 2d 52 4f 4d 73 2e 0a 0a 54 6f 20 61 63 63 |CD-ROMs...To acc| 00001db0 65 73 73 20 43 44 2d 52 4f 4d 73 20 76 69 61 20 |ess CD-ROMs via | 00001dc0 74 68 65 20 64 65 76 69 63 65 20 64 72 69 76 65 |the device drive| 00001dd0 72 20 69 74 20 69 73 20 6e 65 63 65 73 73 61 72 |r it is necessar| 00001de0 79 20 74 6f 20 61 64 64 20 74 68 65 20 43 44 2d |y to add the CD-| 00001df0 52 4f 4d 0a 64 72 69 76 65 72 20 74 6f 20 74 68 |ROM.driver to th| 00001e00 65 20 6c 69 73 74 20 6f 66 20 70 61 74 68 73 20 |e list of paths | 00001e10 74 68 61 74 20 6d 61 70 20 74 6f 20 64 65 76 69 |that map to devi| 00001e20 63 65 73 2c 20 73 75 63 68 20 61 73 3a 0a 0a 20 |ces, such as:.. | 00001e30 20 20 20 44 45 56 49 43 45 3d 41 52 4d 45 44 49 | DEVICE=ARMEDI| 00001e40 54 2e 53 59 53 20 2d 6c 69 6d 69 74 20 30 20 2d |T.SYS -limit 0 -| 00001e50 6c 6f 6e 67 20 2d 77 72 69 74 65 20 2d 73 69 7a |long -write -siz| 00001e60 65 20 31 30 30 30 20 23 43 44 46 53 3a 3a 30 2e |e 1000 #CDFS::0.| 00001e70 24 0a 0a 54 68 65 72 65 20 61 72 65 20 73 65 76 |$..There are sev| 00001e80 65 72 61 6c 20 69 6d 70 6f 72 74 61 6e 74 20 70 |eral important p| 00001e90 6f 69 6e 74 73 20 74 6f 20 6e 6f 74 65 20 61 62 |oints to note ab| 00001ea0 6f 75 74 20 74 68 65 20 73 70 65 63 69 66 69 65 |out the specifie| 00001eb0 64 20 6f 70 74 69 6f 6e 73 3a 0a 0a 20 20 20 20 |d options:.. | 00001ec0 2d 6c 69 6d 69 74 20 30 20 20 20 20 41 6c 6c 6f |-limit 0 Allo| 00001ed0 77 20 66 69 6c 65 73 20 6f 66 20 61 6e 79 20 73 |w files of any s| 00001ee0 69 7a 65 20 74 6f 20 62 65 20 69 6e 63 6c 75 64 |ize to be includ| 00001ef0 65 64 2e 20 54 68 69 73 20 69 73 20 65 73 70 65 |ed. This is espe| 00001f00 63 69 61 6c 6c 79 0a 20 20 20 20 20 20 20 20 20 |cially. | 00001f10 20 20 20 20 20 20 20 69 6d 70 6f 72 74 61 6e 74 | important| 00001f20 20 77 68 65 6e 20 61 63 63 65 73 73 69 6e 67 20 | when accessing | 00001f30 43 44 2d 52 4f 4d 73 20 73 69 6e 63 65 20 74 68 |CD-ROMs since th| 00001f40 65 79 20 66 72 65 71 75 65 6e 74 6c 79 0a 20 20 |ey frequently. | 00001f50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 63 6f | co| 00001f60 6e 74 61 69 6e 20 65 78 74 72 65 6d 65 6c 79 20 |ntain extremely | 00001f70 6c 61 72 67 65 20 64 61 74 61 20 66 69 6c 65 73 |large data files| 00001f80 2e 0a 0a 20 20 20 20 2d 73 69 7a 65 20 31 30 30 |... -size 100| 00001f90 30 20 20 45 6e 73 75 72 65 20 74 68 61 74 20 74 |0 Ensure that t| 00001fa0 68 65 20 73 69 7a 65 20 6f 66 20 74 68 65 20 64 |he size of the d| 00001fb0 65 76 69 63 65 20 69 73 20 73 75 66 66 69 63 69 |evice is suffici| 00001fc0 65 6e 74 6c 79 20 6c 61 72 67 65 20 74 6f 0a 20 |ently large to. | 00001fd0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 68 | h| 00001fe0 61 6e 64 6c 65 20 61 20 63 6f 6d 70 6c 65 74 65 |andle a complete| 00001ff0 20 43 44 2d 52 4f 4d 20 28 61 70 70 72 6f 78 69 | CD-ROM (approxi| 00002000 6d 61 74 65 6c 79 20 36 35 30 4d 42 29 2c 20 61 |mately 650MB), a| 00002010 6c 6c 6f 77 69 6e 67 20 66 6f 72 0a 20 20 20 20 |llowing for. | 00002020 20 20 20 20 20 20 20 20 20 20 20 20 74 68 65 20 | the | 00002030 6f 76 65 72 68 65 61 64 20 6f 66 20 64 69 72 65 |overhead of dire| 00002040 63 74 6f 72 79 20 61 6e 64 20 46 41 54 20 61 6c |ctory and FAT al| 00002050 6c 6f 63 61 74 69 6f 6e 73 2e 0a 0a 20 20 20 20 |locations... | 00002060 23 43 44 46 53 3a 3a 30 2e 24 20 20 54 68 65 20 |#CDFS::0.$ The | 00002070 68 61 73 68 20 28 22 23 22 29 20 63 68 61 72 61 |hash ("#") chara| 00002080 63 74 65 72 20 64 69 73 61 62 6c 65 73 20 63 61 |cter disables ca| 00002090 6e 6f 6e 69 63 61 6c 69 73 61 74 69 6f 6e 20 6f |nonicalisation o| 000020a0 66 20 74 68 65 0a 20 20 20 20 20 20 20 20 20 20 |f the. | 000020b0 20 20 20 20 20 20 70 61 74 68 2e 20 54 68 69 73 | path. This| 000020c0 20 61 6c 6c 6f 77 73 20 74 68 65 20 43 44 2d 52 | allows the CD-R| 000020d0 4f 4d 20 74 6f 20 62 65 20 73 77 61 70 70 65 64 |OM to be swapped| 000020e0 2e 20 48 6f 77 65 76 65 72 2c 20 69 74 20 69 73 |. However, it is| 000020f0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00002100 20 73 74 69 6c 6c 20 6e 65 63 65 73 73 61 72 79 | still necessary| 00002110 20 74 6f 20 66 6f 72 63 65 20 61 20 72 65 6c 6f | to force a relo| 00002120 67 20 74 6f 20 72 65 63 6f 67 6e 69 73 65 20 77 |g to recognise w| 00002130 68 65 6e 20 74 68 65 20 43 44 20 68 61 73 0a 20 |hen the CD has. | 00002140 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 62 | b| 00002150 65 65 6e 20 63 68 61 6e 67 65 64 2e 0a 0a 4e 6f |een changed...No| 00002160 74 65 20 74 68 61 74 20 74 68 69 73 20 77 69 6c |te that this wil| 00002170 6c 20 6e 6f 74 20 68 65 6c 70 20 77 69 74 68 20 |l not help with | 00002180 43 44 2d 52 4f 4d 73 20 74 68 61 74 20 63 6f 6e |CD-ROMs that con| 00002190 74 61 69 6e 20 57 69 6e 64 6f 77 73 20 39 35 20 |tain Windows 95 | 000021a0 73 74 79 6c 65 20 6c 6f 6e 67 0a 66 69 6c 65 6e |style long.filen| 000021b0 61 6d 65 73 3b 20 74 68 6f 73 65 20 72 65 71 75 |ames; those requ| 000021c0 69 72 65 20 61 6e 20 75 70 64 61 74 65 64 20 57 |ire an updated W| 000021d0 69 6e 64 6f 77 73 20 43 44 2d 52 4f 4d 20 64 72 |indows CD-ROM dr| 000021e0 69 76 65 72 2e 0a 0a 0a 4f 54 48 45 52 20 50 4f |iver....OTHER PO| 000021f0 49 4e 54 53 20 54 4f 20 4e 4f 54 45 0a 0a 4c 6f |INTS TO NOTE..Lo| 00002200 77 20 6c 65 76 65 6c 20 50 43 20 64 69 73 63 20 |w level PC disc | 00002210 74 6f 6f 6c 73 20 6d 61 79 20 6e 6f 74 20 6f 70 |tools may not op| 00002220 65 72 61 74 65 20 61 73 20 65 78 70 65 63 74 65 |erate as expecte| 00002230 64 20 6f 6e 20 65 6d 75 6c 61 74 65 64 20 64 65 |d on emulated de| 00002240 76 69 63 65 73 2e 20 54 68 69 73 0a 69 73 20 64 |vices. This.is d| 00002250 75 65 20 74 6f 20 74 68 65 20 77 61 79 20 69 6e |ue to the way in| 00002260 20 77 68 69 63 68 20 74 68 65 20 64 69 72 65 63 | which the direc| 00002270 74 6f 72 79 20 73 74 72 75 63 74 75 72 65 20 6f |tory structure o| 00002280 66 20 74 68 65 20 64 65 76 69 63 65 20 69 73 0a |f the device is.| 00002290 64 79 6e 61 6d 69 63 61 6c 6c 79 20 63 6f 6e 73 |dynamically cons| 000022a0 74 72 75 63 74 65 64 20 61 73 20 69 74 20 69 73 |tructed as it is| 000022b0 20 61 63 63 65 73 73 65 64 2e 0a 0a 49 66 20 68 | accessed...If h| 000022c0 65 61 76 79 20 75 73 65 20 68 61 73 20 62 65 65 |eavy use has bee| 000022d0 6e 20 6d 61 64 65 20 6f 66 20 65 6d 75 6c 61 74 |n made of emulat| 000022e0 65 64 20 64 65 76 69 63 65 73 20 74 68 65 6e 20 |ed devices then | 000022f0 73 6f 6d 65 20 6f 70 65 72 61 74 69 6f 6e 73 2c |some operations,| 00002300 20 73 75 63 68 20 61 73 0a 71 75 69 74 74 69 6e | such as.quittin| 00002310 67 20 74 68 65 20 50 43 20 73 6f 66 74 77 61 72 |g the PC softwar| 00002320 65 2c 20 63 61 6e 20 74 61 6b 65 20 61 20 73 75 |e, can take a su| 00002330 72 70 72 69 73 69 6e 67 6c 79 20 6c 6f 6e 67 20 |rprisingly long | 00002340 74 69 6d 65 20 74 6f 20 63 6f 6d 70 6c 65 74 65 |time to complete| 00002350 2e 20 54 68 69 73 0a 69 73 20 6e 6f 72 6d 61 6c |. This.is normal| 00002360 2c 20 61 6e 64 20 69 73 20 64 75 65 20 74 6f 20 |, and is due to | 00002370 74 68 65 20 6f 70 65 72 61 74 69 6f 6e 20 6f 66 |the operation of| 00002380 20 52 49 53 43 20 4f 53 20 6d 65 6d 6f 72 79 20 | RISC OS memory | 00002390 6d 61 6e 61 67 65 6d 65 6e 74 2e 0a 0a 57 68 65 |management...Whe| 000023a0 6e 20 75 73 65 64 20 77 69 74 68 20 57 69 6e 64 |n used with Wind| 000023b0 6f 77 73 20 39 35 2c 20 74 68 65 20 65 72 72 6f |ows 95, the erro| 000023c0 72 3a 0a 0a 20 20 20 20 57 69 6e 64 6f 77 73 20 |r:.. Windows | 000023d0 77 61 73 20 75 6e 61 62 6c 65 20 74 6f 20 69 64 |was unable to id| 000023e0 65 6e 74 69 66 79 20 74 68 65 20 73 70 65 63 69 |entify the speci| 000023f0 66 69 65 64 20 72 65 61 6c 20 6d 6f 64 65 20 64 |fied real mode d| 00002400 72 69 76 65 72 20 77 68 69 63 68 20 77 61 73 0a |river which was.| 00002410 20 20 20 20 6c 6f 61 64 65 64 20 69 6e 20 79 6f | loaded in yo| 00002420 75 72 20 43 6f 6e 66 69 67 2e 73 79 73 20 66 69 |ur Config.sys fi| 00002430 6c 65 2e 0a 0a 20 20 20 20 49 66 20 79 6f 75 20 |le... If you | 00002440 6e 6f 20 6c 6f 6e 67 65 72 20 6e 65 65 64 20 74 |no longer need t| 00002450 68 69 73 20 64 72 69 76 65 72 2c 20 72 65 6d 6f |his driver, remo| 00002460 76 65 20 69 74 20 66 72 6f 6d 20 79 6f 75 72 20 |ve it from your | 00002470 43 6f 6e 66 69 67 2e 73 79 73 20 66 69 6c 65 2c |Config.sys file,| 00002480 0a 20 20 20 20 4f 74 68 65 72 77 69 73 65 20 63 |. Otherwise c| 00002490 6f 6e 74 61 63 74 20 74 68 65 20 6d 61 6e 75 66 |ontact the manuf| 000024a0 61 63 74 75 72 65 72 20 6f 66 20 74 68 69 73 20 |acturer of this | 000024b0 64 72 69 76 65 72 20 74 6f 20 73 65 65 20 69 66 |driver to see if| 000024c0 20 61 20 57 69 6e 64 6f 77 73 0a 20 20 20 20 28 | a Windows. (| 000024d0 70 72 6f 74 65 63 74 65 64 2d 6d 6f 64 65 29 20 |protected-mode) | 000024e0 64 72 69 76 65 72 20 69 73 20 61 76 61 69 6c 61 |driver is availa| 000024f0 62 6c 65 2e 20 20 57 69 6e 64 6f 77 73 20 77 69 |ble. Windows wi| 00002500 6c 6c 20 6e 6f 74 20 70 65 72 66 6f 72 6d 20 6f |ll not perform o| 00002510 70 74 69 6d 61 6c 6c 79 0a 20 20 20 20 75 6e 74 |ptimally. unt| 00002520 69 6c 20 79 6f 75 20 68 61 76 65 20 64 6f 6e 65 |il you have done| 00002530 20 6f 6e 65 20 6f 66 20 74 68 65 73 65 20 74 68 | one of these th| 00002540 69 6e 67 73 2e 0a 0a 77 69 6c 6c 20 62 65 20 64 |ings...will be d| 00002550 69 73 70 6c 61 79 65 64 2e 20 54 68 69 73 20 69 |isplayed. This i| 00002560 73 20 61 20 63 6f 6e 73 65 71 75 65 6e 63 65 20 |s a consequence | 00002570 6f 66 20 74 68 65 20 64 72 69 76 65 72 20 62 65 |of the driver be| 00002580 69 6e 67 20 77 72 69 74 74 65 6e 20 66 6f 72 20 |ing written for | 00002590 44 4f 53 2e 0a 49 67 6e 6f 72 65 20 74 68 69 73 |DOS..Ignore this| 000025a0 20 65 72 72 6f 72 20 2d 20 74 68 65 20 64 72 69 | error - the dri| 000025b0 76 65 72 20 77 69 6c 6c 20 6f 70 65 72 61 74 65 |ver will operate| 000025c0 20 63 6f 72 72 65 63 74 6c 79 2c 20 77 69 6c 6c | correctly, will| 000025d0 20 6f 6e 6c 79 20 61 20 6d 61 72 67 69 6e 61 6c | only a marginal| 000025e0 0a 65 66 66 65 63 74 20 6f 6e 20 74 68 65 20 70 |.effect on the p| 000025f0 65 72 66 6f 72 6d 61 6e 63 65 20 6f 66 20 57 69 |erformance of Wi| 00002600 6e 64 6f 77 73 2e 0a 0a 0a 54 48 49 4e 47 53 20 |ndows....THINGS | 00002610 54 4f 20 44 4f 0a 0a 54 68 65 20 66 6f 6c 6c 6f |TO DO..The follo| 00002620 77 69 6e 67 20 61 72 65 20 63 68 61 6e 67 65 73 |wing are changes| 00002630 20 74 68 61 74 20 6d 61 79 20 62 65 20 6d 61 64 | that may be mad| 00002640 65 20 74 6f 20 74 68 65 20 41 52 4d 45 64 69 74 |e to the ARMEdit| 00002650 20 64 65 76 69 63 65 20 64 72 69 76 65 72 0a 73 | device driver.s| 00002660 6f 6d 65 74 69 6d 65 20 69 6e 20 74 68 65 20 66 |ometime in the f| 00002670 75 74 75 72 65 2e 0a 20 20 20 20 0a 20 20 20 20 |uture.. . | 00002680 45 78 74 65 6e 64 20 74 68 65 20 64 65 76 69 63 |Extend the devic| 00002690 65 20 64 72 69 76 65 72 27 73 20 63 6f 6d 6d 61 |e driver's comma| 000026a0 6e 64 20 6c 69 6e 65 20 66 72 6f 6d 20 74 68 65 |nd line from the| 000026b0 20 50 43 20 63 61 72 64 20 73 6f 66 74 77 61 72 | PC card softwar| 000026c0 65 27 73 0a 20 20 20 20 43 6f 6e 66 69 67 20 66 |e's. Config f| 000026d0 69 6c 65 2e 0a 20 20 20 20 0a 20 20 20 20 47 65 |ile.. . Ge| 000026e0 6e 65 72 61 74 65 20 6d 6f 72 65 20 64 65 73 63 |nerate more desc| 000026f0 72 69 70 74 69 76 65 20 64 69 73 63 20 6e 61 6d |riptive disc nam| 00002700 65 73 20 66 6f 72 20 74 68 65 20 64 65 76 69 63 |es for the devic| 00002710 65 73 2e 0a 0a 20 20 20 20 53 75 70 70 6f 72 74 |es... Support| 00002720 20 77 72 69 74 65 20 6f 70 65 72 61 74 69 6f 6e | write operation| 00002730 73 2e 0a 20 20 20 20 0a 20 20 20 20 50 65 72 66 |s.. . Perf| 00002740 6f 72 6d 20 61 6e 20 61 75 74 6f 6d 61 74 69 63 |orm an automatic| 00002750 20 72 65 6c 6f 67 20 69 66 20 61 20 72 65 6c 65 | relog if a rele| 00002760 76 61 6e 74 20 55 70 43 61 6c 6c 20 69 73 20 72 |vant UpCall is r| 00002770 65 63 65 69 76 65 64 20 61 66 74 65 72 20 61 0a |eceived after a.| 00002780 20 20 20 20 70 65 72 69 6f 64 20 6f 66 20 69 6e | period of in| 00002790 61 63 74 69 76 69 74 79 2e 0a 0a 50 6c 65 61 73 |activity...Pleas| 000027a0 65 20 6e 6f 74 65 20 74 68 61 74 20 74 68 65 72 |e note that ther| 000027b0 65 20 61 72 65 20 63 75 72 72 65 6e 74 6c 79 20 |e are currently | 000027c0 6e 6f 20 70 6c 61 6e 73 20 74 6f 20 77 72 69 74 |no plans to writ| 000027d0 65 20 61 20 33 32 20 62 69 74 20 57 69 6e 64 6f |e a 32 bit Windo| 000027e0 77 73 0a 76 65 72 73 69 6f 6e 20 6f 66 20 74 68 |ws.version of th| 000027f0 69 73 20 64 72 69 76 65 72 2e 20 48 6f 77 65 76 |is driver. Howev| 00002800 65 72 2c 20 69 66 20 73 6f 6d 65 6f 6e 65 20 69 |er, if someone i| 00002810 73 20 77 69 6c 6c 69 6e 67 20 74 6f 20 70 72 6f |s willing to pro| 00002820 76 69 64 65 20 74 68 65 0a 6e 65 63 65 73 73 61 |vide the.necessa| 00002830 72 79 20 64 65 76 65 6c 6f 70 6d 65 6e 74 20 74 |ry development t| 00002840 6f 6f 6c 73 20 61 6e 64 20 69 6e 66 6f 72 6d 61 |ools and informa| 00002850 74 69 6f 6e 20 69 74 20 6d 61 79 20 62 65 20 63 |tion it may be c| 00002860 6f 6e 73 69 64 65 72 65 64 2e 0a 0a 0a 56 45 52 |onsidered....VER| 00002870 53 49 4f 4e 20 48 49 53 54 4f 52 59 0a 0a 30 2e |SION HISTORY..0.| 00002880 30 30 20 28 30 37 2d 4d 61 79 2d 39 36 29 20 20 |00 (07-May-96) | 00002890 20 20 4f 72 69 67 69 6e 61 6c 20 64 65 76 65 6c | Original devel| 000028a0 6f 70 6d 65 6e 74 20 76 65 72 73 69 6f 6e 2e 0a |opment version..| 000028b0 0a 30 2e 30 31 20 28 32 37 2d 4d 61 79 2d 39 36 |.0.01 (27-May-96| 000028c0 29 20 20 20 20 53 75 70 70 6f 72 74 20 66 6f 72 |) Support for| 000028d0 20 41 63 6f 72 6e 27 73 20 73 6f 66 74 77 61 72 | Acorn's softwar| 000028e0 65 20 50 43 20 65 6d 75 6c 61 74 6f 72 20 69 6e |e PC emulator in| 000028f0 63 6c 75 64 65 64 2e 0a 0a 30 2e 30 32 20 28 31 |cluded...0.02 (1| 00002900 33 2d 4a 75 6e 2d 39 36 29 20 20 20 20 50 43 20 |3-Jun-96) PC | 00002910 65 6d 75 6c 61 74 6f 72 20 73 75 70 70 6f 72 74 |emulator support| 00002920 20 63 6f 64 65 20 63 6f 72 72 65 63 74 65 64 2e | code corrected.| 00002930 0a 0a 31 2e 30 32 20 28 30 36 2d 41 75 67 2d 39 |..1.02 (06-Aug-9| 00002940 36 29 20 20 20 20 46 69 72 73 74 20 6f 66 66 69 |6) First offi| 00002950 63 69 61 6c 20 72 65 6c 65 61 73 65 20 76 65 72 |cial release ver| 00002960 73 69 6f 6e 2e 0a 0a 31 2e 30 33 20 28 32 31 2d |sion...1.03 (21-| 00002970 46 65 62 2d 39 37 29 20 20 20 20 4d 61 78 69 6d |Feb-97) Maxim| 00002980 75 6d 20 6f 62 6a 65 63 74 20 73 69 7a 65 20 74 |um object size t| 00002990 6f 20 69 6e 63 6c 75 64 65 20 6d 61 79 20 62 65 |o include may be| 000029a0 20 73 70 65 63 69 66 69 65 64 2e 0a 20 20 20 20 | specified.. | 000029b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000029c0 41 52 4d 45 64 69 74 5f 44 65 76 69 63 65 73 52 |ARMEdit_DevicesR| 000029d0 65 6c 6f 67 20 6e 6f 77 20 61 63 63 65 70 74 73 |elog now accepts| 000029e0 20 61 20 22 2d 6e 6f 77 22 20 73 77 69 74 63 68 | a "-now" switch| 000029f0 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.. | 00002a00 20 20 20 20 20 20 41 64 64 65 64 20 6f 70 74 69 | Added opti| 00002a10 6f 6e 20 74 6f 20 64 69 73 61 62 6c 65 20 63 61 |on to disable ca| 00002a20 6e 6f 6e 69 63 61 6c 69 73 61 74 69 6f 6e 20 6f |nonicalisation o| 00002a30 66 20 70 61 74 68 20 6e 61 6d 65 73 2e 0a 0a 31 |f path names...1| 00002a40 2e 30 34 20 28 30 37 2d 44 65 63 2d 39 37 29 20 |.04 (07-Dec-97) | 00002a50 20 20 20 44 65 76 69 63 65 20 6d 61 72 6b 65 64 | Device marked| 00002a60 20 61 73 20 72 65 6d 6f 76 61 62 6c 65 20 74 6f | as removable to| 00002a70 20 61 6c 6c 6f 77 20 72 65 6c 6f 67 20 77 69 74 | allow relog wit| 00002a80 68 20 57 69 6e 64 6f 77 73 20 39 35 2e 0a 20 20 |h Windows 95.. | 00002a90 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002aa0 20 20 41 64 64 65 64 20 73 75 70 70 6f 72 74 20 | Added support | 00002ab0 66 6f 72 20 57 69 6e 64 6f 77 73 20 39 35 20 6c |for Windows 95 l| 00002ac0 6f 6e 67 20 66 69 6c 65 6e 61 6d 65 73 2e 0a 20 |ong filenames.. | 00002ad0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00002ae0 20 20 20 4d 6f 72 65 20 74 68 61 6e 20 33 32 4d | More than 32M| 00002af0 42 20 66 69 6c 65 73 20 68 61 6e 64 6c 65 64 20 |B files handled | 00002b00 63 6f 72 72 65 63 74 6c 79 2e 0a 20 20 20 20 20 |correctly.. | 00002b10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 54 | T| 00002b20 68 65 20 73 69 7a 65 20 6f 66 20 74 68 65 20 64 |he size of the d| 00002b30 65 76 69 63 65 20 63 61 6e 20 62 65 20 63 6f 6e |evice can be con| 00002b40 66 69 67 75 72 65 64 2e 0a 20 20 20 20 20 20 20 |figured.. | 00002b50 20 20 20 20 20 20 20 20 20 20 20 20 20 53 69 7a | Siz| 00002b60 65 73 20 6e 6f 77 20 73 70 65 63 69 66 69 65 64 |es now specified| 00002b70 20 69 6e 20 6d 65 67 61 62 79 74 65 73 20 69 6e | in megabytes in| 00002b80 73 74 65 61 64 20 6f 66 20 62 79 74 65 73 2e |stead of bytes.| 00002b8f