home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / f / forth-83.lbr / KPMETA.DZC / KPMETA.DOC
Encoding:
Text File  |  1993-10-26  |  1.8 KB  |  54 lines

  1. Running the meta compiler on Kaypro 2   by Barry A. Cole  9 Dec 1983
  2. --------------------------------------------------------------------
  3. To fit the F83 system on Kaypro 2 disks, I had to do some re-arranging.
  4. It requires 4 disks.  These are numbered as follows:
  5.  
  6. #1  F83.COM
  7.     F83.DOC
  8.     this documentation
  9.     temporary files(KERNEL.COM  and  NEW4.COM)
  10.  
  11. #2  UTILITY.BLK         shortened to fit on disk, no shadow screens
  12.     CPU8080.BLK
  13.     DIRECT.BLK
  14.     EXTEND80.BLK
  15.  
  16. #3  META80.BLK          shortened to fit on disk, 240k->176k
  17.  
  18. #4  META81.BLK          rest of META80 (some of shadow screens)
  19.     FULLUTL.BLK         original UTILITY.BLK(complete, for documentation)
  20.  
  21. ******************************************************************
  22. Procedure to do full mete-compile:
  23.  
  24. Sysgen system onto disks 1 and 3.
  25. Insert disks:  Drive A=1, Drive B=3
  26. Reset machine to boot CP/M
  27.   A>f83 b:meta80.blk
  28.  
  29. Put caps lock down.  I will show user input indented and in lower case.
  30. Push return.
  31.   OK       1 load
  32. This displays screen numbers and messages as the meta-compilation proceeds.
  33. It ends with instructions to return to CP/M.
  34. Push return to see "OK".
  35. Change disk in Drive B=2.
  36.   bye
  37.   A>b:
  38.   B>a:kernel extend80.blk
  39. Push return.
  40.   ok
  41. Change disk in Drive A=3.
  42.   start
  43. Generates many messages.  States size and requests BYE and SAVE.  Note size.
  44.   24228 256 / 1+ .
  45. Write down this number(###).  It is the number of pages to SAVE.
  46. Change disk in Drive A=1.
  47.   bye
  48.   B>a:
  49.   A>save ### new4.com
  50. This is your new system.
  51.  
  52. This procedure is for a full system.  All steps past the KERNEL generation
  53. can be dropped for machine control applications.
  54.