home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / S / ZPM3N10.ARK / MAKEDOS.TXT < prev    next >
Text File  |  1993-02-01  |  4KB  |  90 lines

  1.      Using the MAKEDOS utility.
  2.      ==========================
  3.  
  4. In an ideal world, MAKEDOS would not be required as every 
  5. computer manufacturer would have provided the source code for 
  6. your BIOS and the GENCPM.COM utility. This however is not an 
  7. ideal world.
  8.  
  9. If you have all the appropriate files, use GENCPM with the new 
  10. ZPM3 BNKBDOS3.SPR and RESBDOS3.SPR to make a new CP/M system. If 
  11. you only have your CP/M 3.0 system file, then read on to learn 
  12. how to use MAKEDOS.COM to convert it from CP/M 3.0 to ZPM3.
  13.  
  14.  
  15. You CP/M 3.0 system file could be called one of a number of 
  16. things. Ideally it will be called CPM3.SYS. But it might have 
  17. another name such as J14CPM3.EMS (Amstrad computers). Even if you 
  18. find it, you must know how the system uses it. For example does 
  19. it load it from A0: when you boot your computer? If it does then 
  20. you are going to have to return your modified file to A0:. Or 
  21. does it keep the file hidden in system tracks of your disk? If 
  22. that is the case you will have to find out how to change the 
  23. system tracks. Chances are though that the file is read from A0: 
  24. on each cold boot.
  25.  
  26. Before continuing, make sure you have a backup bootable disk. If 
  27. you overwrite your only system file and it fails to work you are 
  28. going to be pretty unhappy... so don't let it happen!
  29.  
  30. Put your system file, MAKEDOS.COM, BNKBDOS3.SPR and RESBDOS3.SPR 
  31. onto the same disk and user area. Note that you must do this ON 
  32. THE SAME COMPUTER RUNNING CP/M 3.0 as the system is intended for. 
  33. This is most important because MAKEDOS gets information from its 
  34. host computer, and if the computer is different from the one the 
  35. system is intended for, it will get the wrong information.
  36.  
  37. Type MAKEDOS SYSTEM.FIL at the prompt (replacing the SYSTEM.FIL 
  38. in the above command with the actual name of your system file 
  39. (such as MAKEDOS CPM3.SYS)).  MAKEDOS will churn away for a while 
  40. and tell you some information. If it doesn't come up with an 
  41. error message, all is well and you can proceed.
  42.  
  43. MAKEDOS makes three files. RES.DAT, BNK.DAT and another file with 
  44. the same name as your original but with the tail .NEW (eg 
  45. CPM3.SYS becomes CPM3.NEW). Your original file has not been 
  46. touched. Obviously, you have to rename the .NEW file so that it 
  47. has the correct name as the system. MAKEDOS doesn't do this for 
  48. you just in case something goes wrong... until you rename the new 
  49. file, you will still have a copy of the original. So, rename the 
  50. new file, put it where it needs to be for it to become the 
  51. system, and reboot the computer. All being well, you will come up 
  52. running ZPM3.
  53.  
  54. Possible problems:
  55. ~~~~~~~~~~~~~~~~~~
  56. A few things may cause a failure and should be checked if you get 
  57. an error message.
  58.  
  59. You must have enough disk space for all the files. Figure on 
  60. having enough for the new system (same size as the old system), 
  61. plus about another 16k.
  62.  
  63. Another problem is that your serial number gets overwritten. 
  64. MAKEDOS uses your CP/M 3.0 serial number to find the BDOS in your 
  65. system file. It checks the serial number in the file against the 
  66. serial number on the host machine. However, it is possible for 
  67. your serial number to become corrupted. In such a case you should 
  68. reboot and try again.
  69.  
  70. It is unlikely to affect anyone, but MAKEDOS may fail with 
  71. system files larger than 48k. If you need to convert such a file, 
  72. please contact me.
  73.  
  74. Be aware that running MAKEDOS on a machine different from the 
  75. machine that the system file is intended for may not result in 
  76. any error messages, but will most likely cause the file to not be 
  77. converted properly. Always use the host computer, and make sure 
  78. you are running CP/M 3.0 or ZPM3.
  79.  
  80.  
  81. Once you have successfully installed ZPM3, it may not be obvious 
  82. that it is running. ZPM3 will act just like CP/M 3.0 for the most 
  83. part. The easiest way to check is to enter a few commands, then 
  84. press control-W a few times. Unlike CP/M 3.0, ZPM3 remembers more 
  85. than one previous command, and you should see them presented to 
  86. you with control-W.
  87.  
  88. If you have any further trouble, all you can really do is talk to 
  89. me, via Z-Node 62 in Perth, Western Australia (09 450 0200). Good 
  90. luck.