home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpmug / cpmug082.ark / ABSTRACT.082 < prev    next >
Text File  |  1985-02-10  |  2KB  |  61 lines

  1.     CPMUG volume 82 - ABSTRACT.
  2.  
  3. This volume consists entirely of Steve Bogolub's North Starì
  4. BIOS routines.  They are copyrighted, but available freely forì
  5. non-commercial use.  On the disk, he includes:
  6.  
  7.     NBIOS56.ASM
  8. A BIOS for North Star MDS-AD2 double density 5.25" floppy disk 
  9. units 1 and 2 as CP/M drives A: AND B: and a Jade Double D 
  10. Rev C 8" floppy disk units 0 and 1 as CP/M drives C: and D:.
  11.  
  12.     NSCOPY.ASM
  13. This is a utility to allow the operator to copy, format, orì
  14. validate North Star double density disks.  Copying can be doneì
  15. between any two North Star drives, and can include all tracks,ì
  16. or just the system (0 and 1) tracks or data tracks (2 - n).
  17.  
  18.     NSGEN.ASM
  19. Provides the functions of the Digital Research standard CP/Mì
  20. program 'SYSGEN', but for a North Star double density versionì
  21. of CP/M. 
  22.  
  23.     MBIOS56.ASM
  24. This BIOS is specialized for remote modem dialup use. Itì
  25. incorporates elements of Dave Jaffe's BYE program.  If theì
  26. memory location "MODEM" contains a value of zero when the coldì
  27. boot routine "init" is entered, a special set of consoleì
  28. vectors is patched over the genned-in set to handle the PMMIì
  29. modem instead of the normal horizon drivers.  Variable baudì
  30. rate, and other features, are supported.
  31.  
  32.     SDNBIOS.ASM
  33. BIOS containing routines to support the following hardware: ì
  34. disk: North Star MDC-A4 single density 5.25" floppy disk unitsì
  35. 1 and 2 as CP/M drives A: and B:.  Console and list routinesì
  36. are located in a separate module loaded by the bootstrapì
  37. routine into high memory at address USER. That value is assumedì
  38. to be on a 1K boundary, and the user routines are restricted toì
  39. 2 pages.  The BIOS is so large, MOVCPM should be run for twoì
  40. less than the desired system size.
  41.  
  42.     SDNSGEN.ASM
  43. This program provides the functions of the Digital Researchì
  44. standard CP/M program 'SYSGEN', but for a North Star singleì
  45. density version of CP/M.
  46.  
  47.     SDNUSER.ASM
  48. These routines provide console and list functions for CP/M 2.2,ì
  49. using the hardware of the martin research machine. The routinesì
  50. are loaded into the non-contiguous 1K of high ram by theì
  51. bootstrap routine. 
  52.  
  53.     SDNBOOT.ASM
  54. This routine is read off the disk from track zero, sector fourì
  55. by the North Star single density BOOT PROM. It is responsibleì
  56. for reading in the BIOS and USER routines from the disk. Itì
  57. must then call the user init routine, then jump to the BIOSì
  58. cold boot entry point. 
  59.  
  60. 05/82    Ward C.
  61.