home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / sysutl / probe102.lbr / PROBSIGN.CZ / PROBSIGN.C
Encoding:
Text File  |  1986-12-28  |  1.8 KB  |  30 lines

  1. /******************************************************************************/
  2. /*                              signon()                                      */
  3. /*                      Copyright (c) 1984,1985 by Paul M. Sittler            */
  4. /******************************************************************************/
  5. signon()
  6. {
  7.     puts("\nPROBE\t\t\tVersion 1.02\t\t\t2 Jan 1985\n");
  8.     puts("\n    PROBE will tell you what version of CP/M or MP/M you are");
  9.     puts("\nrunning, the operating system serial number, and display the"); 
  10.     puts("\nI/O byte if appropriate.  It then displays the addresses of the");
  11.     puts("\nof the CCP, BDOS, and BIOS.  The BIOS jump table will next be");
  12.     puts("\ndisplayed including the extended BIOS calls for CP/M+, and XIOS");
  13.     puts("\ncalls if running MP/M.  It then displays the disk parameter");
  14.     puts("\nblocks (DPB's), disk parameter headers (DPH's), group size,");
  15.     puts("\ntotal disk size, number of directory entries, space required");
  16.     puts("\nfor directory entries, total usable space on the disk, and");
  17.     puts("\nthe disk space allocation vectors for any selected drive");
  18.     puts("\n(A: through P:).\n");
  19.     puts("\n    PROBE was written in 'c' to help decode the disk formats of");
  20.     puts("\na number of different machines to aid in transportability.  It");
  21.     puts("\nwas inspired by BDLOC, TELL, ALLOC, and a number of other public");
  22.     puts("\ndomain CP/M utilities.\n");
  23.     puts("\n     Paul Sittler - My Word!! RCP/M (409) 845-0510 (late nights)");
  24.     puts("\n     Veterinary Public Health RCP/M (409) 845-0509 (24 hours)");
  25.     puts("\n     Dept of Veterinary Public Health, Texas A&M University");
  26.     puts("\n     College Station, Texas 77840-4468\n");
  27. }
  28.  
  29.  
  30.