home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Software / Servis / FFE / EXEC.SWG / 0002_CORE.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-03  |  1KB  |  27 lines

  1. --------E-CORE-G----------------------------
  2.  
  3. The  core  images  are  dumps of  the  system  core  from different unix
  4. machines (as far as I gather). Info comes from a magic file - so this is
  5. only  good for identification. What you would  do with a core image on a
  6. foreign  machine, eludes me anyway. Maybe the information below is wrong
  7. and the 386 core dump also belongs to the word at 0174h...
  8.  
  9. OFFSET              Count TYPE   Description
  10. 0000h                   4 char   ID='core'
  11. 0174h                   1 word   Executable type 1
  12.                                  015Dh - B370 executable
  13.                                  5D01h - B370 executable
  14.                                  0158h - B370 executable
  15.                                  5801h - B370 executable
  16.                                  015Fh - XA370 executable
  17.                                  05F01h - XA370 executable
  18.                                  015Ah - XA370 executable
  19. 0176h                   1 word   Executable type 2
  20.                                  0176h - 386 executable
  21.  
  22. EXTENSION:???
  23. OCCURENCES:Unix flavours
  24. PROGRAMS:N/A
  25. SEE ALSO:
  26.  
  27.