home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / exec / execbase.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  2.5 KB  |  100 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:exec/execbase.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT execbase
  6. (  0)   lib:substructure
  7. ( 34)   softver:INT
  8. ( 36)   lowmemchksum:INT
  9. ( 38)   chkbase:LONG
  10. ( 42)   coldcapture:LONG
  11. ( 46)   coolcapture:LONG
  12. ( 50)   warmcapture:LONG
  13. ( 54)   sysstkupper:LONG
  14. ( 58)   sysstklower:LONG
  15. ( 62)   maxlocmem:LONG
  16. ( 66)   debugentry:LONG
  17. ( 70)   debugdata:LONG
  18. ( 74)   alertdata:LONG
  19. ( 78)   maxextmem:LONG
  20. ( 82)   chksum:INT
  21. ( 84)   ivtbe:substructure
  22. ( 96)   ivdskblk:substructure
  23. (108)   ivsoftint:substructure
  24. (120)   ivports:substructure
  25. (132)   ivcoper:substructure
  26. (144)   ivvertb:substructure
  27. (156)   ivblit:substructure
  28. (168)   ivaud0:substructure
  29. (180)   ivaud1:substructure
  30. (192)   ivaud2:substructure
  31. (204)   ivaud3:substructure
  32. (216)   ivrbf:substructure
  33. (228)   ivdsksync:substructure
  34. (240)   ivexter:substructure
  35. (252)   ivinten:substructure
  36. (264)   ivnmi:substructure
  37. (276)   thistask:LONG
  38. (280)   idlecount:LONG
  39. (284)   dispcount:LONG
  40. (288)   quantum:INT
  41. (290)   elapsed:INT
  42. (292)   sysflags:INT
  43. (294)   idnestcnt:CHAR
  44. (295)   tdnestcnt:CHAR
  45. (296)   attnflags:INT
  46. (298)   attnresched:INT
  47. (300)   resmodules:LONG
  48. (304)   tasktrapcode:LONG
  49. (308)   taskexceptcode:LONG
  50. (312)   taskexitcode:LONG
  51. (316)   tasksigalloc:LONG
  52. (320)   tasktrapalloc:INT
  53. (322)   memlist:substructure
  54. (336)   resourcelist:substructure
  55. (350)   devicelist:substructure
  56. (364)   intrlist:substructure
  57. (378)   liblist:substructure
  58. (392)   portlist:substructure
  59. (406)   taskready:substructure
  60. (420)   taskwait:substructure
  61. (434)   softints:substructure
  62. (514)   lastalert:substructure
  63. (530)   vblankfrequency:CHAR
  64. (531)   powersupplyfrequency:CHAR
  65. (532)   semaphorelist:substructure
  66. (546)   kickmemptr:LONG
  67. (550)   kicktagptr:LONG
  68. (554)   kickchecksum:LONG
  69. (558)   pad0:INT
  70. (560)   reserved0:LONG
  71. (564)   ramlibprivate:LONG
  72. (568)   eclockfrequency:LONG
  73. (572)   cachecontrol:LONG
  74. (576)   taskid:LONG
  75. (580)   puddlesize:LONG
  76. (584)   poolthreshold:LONG
  77. (588)   publicpool:substructure
  78. (596)   mmulock:LONG
  79. (600)   reserved:substructure
  80. (---) ENDOBJECT     /* SIZEOF=612 */
  81.  
  82. CONST AFF_68010=1,
  83.       AFF_68020=2,
  84.       AFF_68030=4,
  85.       AFF_68040=8,
  86.       AFF_68881=16,
  87.       AFF_68882=$20,
  88.       AFF_68851_MMU=$40,
  89.       CACRF_ENABLEI=1,
  90.       CACRF_FREEZEI=2,
  91.       CACRF_CLEARI=8,
  92.       CACRF_IBE=16,
  93.       CACRF_ENABLED=$100,
  94.       CACRF_FREEZED=$200,
  95.       CACRF_CLEARD=$800,
  96.       CACRF_DBE=$1000,
  97.       CACRF_WRITEALLOCATE=$2000,
  98.       CACRF_COPYBACK=$80000000
  99.  
  100.