home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / FFB.ZIP / FFHLP.ARC / META.TXT < prev    next >
Encoding:
Text File  |  1987-11-25  |  1.7 KB  |  42 lines

  1. META.TXT        Information about the META compile process
  2.  
  3.   PF is configured to make it easy to META compile the kernel. All
  4. you need to do is type the following at the DOS prompt:
  5.  
  6.                 PMETA <enter>
  7.  
  8.   This will start a batch file that begins the meta compile process.
  9. PF will be loaded, and it will in turn load META86.SEQ which will
  10. compile the PF kernel. You will be prompted Yes or No on whether
  11. symbols should be displayed, press Y or N as you wish.
  12.  
  13.   The compile will take a minute or so, somewhat longer if labels are
  14. printed. A new file called PKERNEL.COM will be created in the current
  15. directory. If PKERNEL.COM already exists, it will be overwritten.
  16.  
  17.   Having completed the meta compile process, you can now extend the
  18. system to the full PF.EXE, by typing the batch file name:
  19.  
  20.                 INSTALL <enter>
  21.  
  22.   PKERNEL.COM will be extended and installed for your current
  23. directory structure, allowing VIEW to work from any directory, and
  24. setting PF.EXE for the version of DOS you are using.
  25.  
  26.  
  27. !!!!!!!!!!!!!!!!!!!!!!!!!!!!! NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  28.  
  29.   As this system is currently configured, there is only a VERY SMALL
  30. amount of memory remaining ( less than 2k ) after a meta compile.
  31. Be carful about adding ANY new definitions to the kernel files, as
  32. this can VERY EASILY result in a crash due to insufficient memory.
  33.  
  34.   The statistics printed at the end of the meta compile are obscure
  35. to decipher, but if you subtract the first number printed from the
  36. second number printed, that is HOST space remaining. The last number
  37. printed is symbol space remaining. Both of these are very small.
  38. ( less than 1k )
  39.  
  40. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  41.  
  42.