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