home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_4 / issue_03 / hints / MSDOSPARTN < prev   
Text File  |  1990-11-18  |  4KB  |  87 lines

  1. Summary of steps for getting MSDOS onto a hard disc.
  2.  
  3. 1.) This step applies only if you have on old PCEmulator, 
  4. e.g. V1.20, and a V1.33 upgrade disc - unless Paul has 
  5. upgraded your V1.20 disc to V1.33. [I think that you had 
  6. probably done this for me, Paul, but I didn't know.]
  7. (a) Read "ReadMe2" on the V1.33 disc. (b) Run "MakePC" on 
  8. the V1.33 disc. (This copies the file !PC.Rom from the 1.20 
  9. disc to the 1.33 disc. Although the desktop displays this as 
  10. a "text" file, I reckon that in fact it is the emulator 
  11. itself and that all the other files are concerned with 
  12. preparing the Arc to run the Emulator.)
  13.  
  14. 2.) Read "ReadMe" on V1.33 but don't take too much notice of 
  15. it - it confused me a lot!
  16.  
  17. 3.) Examine the files !PC.GenBoot.!Config and 
  18. !PC.GenBoot.!Modules. If you have more than 1 Mb of RAM, it 
  19. may be worth changing some of the "Y"s to "N"s in !Config. 
  20. When I first tried it, without any changes, my screen went 
  21. blank because my Taxan 795 monitor requires the VIDC 
  22. enhancer and the VIDCmodes software installed in order to 
  23. synchronize when not in modes 18-21. With a 4 Mb machine, I 
  24. decided to make all the responses "N" and everything seemed 
  25. OK.
  26.  
  27. 4.) If you have a SCSI hard disc (as I have), run !SCSIDisk. 
  28. This renames !PC.SCSIRun2 to !PC.!Run2 and !PC.!Run2 to 
  29. !PC.!ADSF[sic]Run2. That is, it makes !Run2 the file that 
  30. defines where the MSDOS partition is to be placed - on a 
  31. SCSI hard disc not on an ADFS one. !SCSIDisk then creates a 
  32. file "PC.Drive_C" on the SCSI disc of the size you request 
  33. (1 to 32Mb). This file can be *TYPEd from the Arc command 
  34. line - but don't do it until everything is complete because 
  35. its contents misled me! The screen then displays 
  36. instructions for running two MSDOS commands: FDISK and 
  37. HDINSTAL. It also displays the injunction "Press ESC to 
  38. stop; Press RETURN to continue".
  39.  
  40. 5.) If you press RETURN, the instructions are cleared from 
  41. the screen; the PCEmulator is loaded and you are invited to 
  42. put the MSDOS boot disk into "Drive A" (Drive 0). Doing so, 
  43. and pressing RETURN, loads MSDOS which asks for date and 
  44. time - but pressing RETURN in response to each request 
  45. supplies the information from the system clock. When the 
  46. "A>" prompt appears, you need to carry out the instructions 
  47. that were recently wiped off the screen: Type "FDISK", then 
  48. "1" to create a DOS partition, then "Y" to assign all of 
  49. file Drive_C to DOS; then "HDINSTAL" which formats the hard 
  50. disc and transfers the MSDOS system files from the floppy 
  51. MSDOS boot disc to the hard disc.
  52.  
  53. 6.) If you press ESC (at the "ESC to stop, RETURN to 
  54. continue" injunction) and need to run !SCSIDisk again, 
  55. beware that this will re-rename the !Run2 files. I avoided 
  56. this by "REMming" the *rename statements in 
  57. !SCSIDisk.!RunImage. (This is a BASIC program from which it 
  58. would appear that the procedure for installing MSDOS on an 
  59. ADFS hard disc would be the same without the complication of 
  60. renaming the !Run2 files.)
  61.  
  62. 7.) Once MSDOS is safely on the hard disc, the !PC 
  63. application can be transferred from the V1.33 disk to the PC 
  64. directory on the hard disk.
  65.  
  66. 8.) One last complication for me was that when I typed 
  67. "HDINSTAL" I got the quaint message "insert new diskette in 
  68. drive C" and, on pressing RETURN, "drive not ready - format 
  69. failure". Eventually, after many hours and several phone 
  70. calls, the explanation turned out to be that I have two 
  71. external 5-1/4" drives and MSDOS was seeing the second of 
  72. these as Drive C and the SCSI hard disc as Drive D. To avoid 
  73. amending HDINSTAL (which is  a simple batch file) I told 
  74. RiscOS that it had only two floppy drives (*CONFIGURE 
  75. FLOPPIES 2, followed by Ctrl+Break) and all went smoothly. 
  76. Subsequently I reconfigured to three floppies and now MSDOS 
  77. wakes up with a "D>" prompt ready to run from the hard disc. 
  78. The most useful tool for finding out what MSDOS thinks it 
  79. has is to type CHKDSK A:, CHKDSK B: etc.
  80.  
  81. 9.) Finally, in RiscOS, LOCK the "Drive_C" file. I'm 
  82. astonished that this is not done by the PCEmulator prgrams. 
  83. Without it, a careless click in RiscOS might destroy all 
  84. your MSDOS files!
  85.  
  86. Bill Mapleson
  87.