home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / archives / northstr / 8407-1.txt < prev    next >
Text File  |  1988-02-09  |  3KB  |  102 lines

  1.  1-Jul-84 20:52:20-MDT,1845;000000000000
  2. Return-Path: <IME-TECOM@OFFICE-1.ARPA>
  3. Received: from OFFICE-1.ARPA by SIMTEL20.ARPA with TCP; Sun 1 Jul 84 20:52:12-MDT
  4. Date:  1 Jul 1984 1946-PDT
  5. From: Ime-Tecom@OFFICE-1.ARPA
  6. Subject: NorthStar's Split BIOS and ZEX
  7. To:   northStar-users@simtel20
  8. cc:   rbloom@apg-1
  9.  
  10. For those that have bothered to try to run Rich Conn's ZEX with
  11. the NorthStar CP/M with a split BIOS - it dona work!
  12.  
  13. Here is a way you can make it work:
  14.  
  15. ;zexmod.asm   1 July 84  rwb2
  16. ;
  17. ;This will run ONLY on a NorthStar "64k" CP/M system with the Split BIOS
  18. ;with the BIOS located at F300 (which is the default implementation.)
  19. ;
  20. ;Rich Conn's ZEX (and other "clever" programs) will not run under this
  21. ;configuration.  This little memory patch allows ZEX to run.  Once 
  22. ;installed, it will stay put until a cold boot.  It "should" not bother
  23. ;any other programs.
  24. ;
  25. ;In NorthStar's implementation, the BIOS is split away from the rest of the 
  26. ;CP/M system.  (It was moved to the other side of the PROM at E800h.)  In 
  27. ;order that CP/M will "look" continuous, a copy of the BIOS jump table is 
  28. ;placed at E700h on the bottom side of the PROM and simply duplicates the 
  29. ;"real" jump table now located at F300h on the top side of the PROM.
  30. ;
  31. ;This program alters the jump table at E700 so that it points TO 
  32. ;the jump table at F300 instead of being copy of the table at F300.
  33. ;
  34. ;        -->THIS SHOULD NOT BE LOADED AS A COM FILE<-- 
  35. ;            (unless you "like" 58k files)
  36. ;
  37. ;Load the patch with the following:
  38. ;
  39. ;        A>DDT ZEXMOD.HEX
  40. ;        NEXT PC
  41. ;        E733 0000
  42. ;        -^C
  43. ;        A>
  44. ;
  45. ;that's it!  Now Zex and QK will run.
  46.  
  47. org    0e700h
  48.  
  49. jmp    0f300h
  50. jmp    0f303h
  51. jmp    0f306h
  52. jmp    0f309h
  53. jmp    0f30ch
  54. jmp    0f30fh
  55. jmp    0f312h
  56. jmp    0f315h
  57. jmp    0f318h
  58. jmp    0f31bh
  59. jmp    0f31eh
  60. jmp    0f321h
  61. jmp    0f324h
  62. jmp    0f327h
  63. jmp    0f32ah
  64. jmp    0f32dh
  65. jmp    0f330h
  66.  
  67. end
  68. -------
  69. 20-Jul-84 18:51:21-MDT,683;000000000000
  70. Mail-From: WANCHO created at 20-Jul-84 18:51:15
  71. Date: 20 Jul 1984  18:51 MDT (Fri)
  72. Message-ID: <WANCHO.12032943216.BABYL@SIMTEL20>
  73. From: "Frank J. Wancho" <WANCHO@SIMTEL20>
  74. To:   NORTHSTAR-USERS@SIMTEL20
  75. Subject: Archives Moved
  76.  
  77. In order to free up a considerable amount of space on our MICRO:
  78. device, all the mailing-list archives formerly kept in
  79. MICRO:<CPM.ARCHIVES> have been moved to PS:<MAIL.ARCHIVES>.
  80.  
  81. Here are the particulars for NORTHSTAR-USERS at this moment:
  82.  
  83. Filename            Type     Bytes     Sectors     CRC
  84.  
  85. Directory PS:<MAIL.ARCHIVES>
  86. NORTHSTAR.ARCHIV.31013        ASCII     13385  105 =  69H  D3D9H
  87. NORTHSTAR-ARCHIV.TXT.1        ASCII     16722  131 =  83H  11EAH
  88.  
  89. --Frank
  90. 26-Jul-84 22:30:39-MDT,371;000000000000
  91. Mail-From: WANCHO created at 26-Jul-84 22:30:32
  92. Date: 26 Jul 1984  22:30 MDT (Thu)
  93. Message-ID: <WANCHO.12034555999.BABYL@SIMTEL20>
  94. From: "Frank J. Wancho" <WANCHO@SIMTEL20>
  95. To:   NORTHSTAR-USERS@SIMTEL20
  96. Subject: Disk 1 on N*
  97.  
  98. Has anyone succesfully used a CompuPro Disk 1 in a N* Horizon?  If so,
  99. please tell me what you had to do to get it to work.
  100.  
  101. --Frank
  102.