home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol008 / pascal.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  940 b   |  23 lines

  1.  
  2.  
  3. Bringing UCSD Pascal up for the first time
  4. ------------------------------------------
  5.  
  6.  
  7.  
  8.     To bring up Pascal first assure yourself that you have a standard
  9. BIOS area (i.e.  all i/o vectors are in order) and that the warm boot
  10. vector is in place.  Next if you have a single drive system, make sure that
  11. your BIOS ignors all requests to drive B.  Two drive systems will require
  12. diskettes in both drives until you modify your disk drivers to return a
  13. not ready condition (i.e. a 1 in the A register) when the drive has no diskettee.
  14. Now bring up your standard system, and run the program PASCAL.COM supplied
  15. on the 8080/Z80 support diskette.  This program will prompt you with a request
  16. for a Pascal system diskette in dirve A.  At that time insert the UCSD
  17. distribution Pascal diskette and if you have a second dirve place
  18. any initialized diskette in that drive as well.  Type return and enter the
  19. world of pascal.
  20.  
  21.  
  22.  
  23.