1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558 |
- {
- This file is part of the Free Pascal run time library.
- A file in Amiga system run time library.
- Copyright (c) 1998-2000 by Nils Sjoholm
- member of the Amiga RTL development team.
- See the file COPYING.FPC, included in this distribution,
- for details about the copyright.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- **********************************************************************}
- {
- History:
- Added overlay functions for Pchar->Strings, functions
- and procedures. Now you can mix PChar and Strings e.g
- OpenLibrary('whatis.library',37). No need to cast to
- a PChar.
- 12 Oct 1998.
- More missing functions added.
- Added BitMask,
- IsListEmpty and
- IsMsgPortEmpty.
- 22 Aug 2000.
- Bug found in
- AllocSignal,
- OpenDevice,
- SetTaskPri,
- WaitIO
- and DoIO.
- The stubs for this functions push a long for result,
- the result was defined as a shortint. If you tried
- to use any of those functions you get a big crash.
- Just changed the result to a longint.
- 06 Sep 2000.
- Fixed the above functions so that they return a
- shortint as they should. Made some changes to the
- stub.
- 20 Sep 2000.
- Put together exec.pp and exec.inc.
- 04 Feb 2003.
- Update for AmigaOS 3.9.
- Added some consts and a record.
- Functions added.
- PROCEDURE NewMinList
- FUNCTION AVL_AddNode
- FUNCTION AVL_RemNodeByAddress
- FUNCTION AVL_RemNodeByKey
- FUNCTION AVL_FindNode
- FUNCTION AVL_FindPrevNodeByAddress
- FUNCTION AVL_FindPrevNodeByKey
- FUNCTION AVL_FindNextNodeByAddress
- FUNCTION AVL_FindNextNodeByKey
- FUNCTION AVL_FindFirstNode
- FUNCTION AVL_FindLastNode
- 05 Feb 2003.
- Changed integer > smallint.
- Retyped ULONG to longword
- 09 Feb 2003.
- [email protected]
- }
- {$PACKRECORDS 2}
- UNIT EXEC;
- INTERFACE
- {
- History:
- Added BOOL = smallint, some libraries need that define
- (read triton, wizard)
- 25 Oct 1998
- Added UWORD, WORDBITS, LONGBITS, PLONGBITS,
- UBYTE, PULONG, PAPTR, PLONG.
- For use with MUI.
- 17 Jul 2000.
- [email protected]
- }
- TYPE
- STRPTR = PChar;
- ULONG = Longword;
- LONG = longint;
- APTR = Pointer;
- BPTR = Longint;
- BSTR = Longint;
- BOOL = smallint;
- UWORD = Word;
- WORDBITS = Word;
- LONGBITS = longword;
- PLONGBITS = ^LONGBITS;
- UBYTE = Byte;
- PULONG = ^longword;
- PAPTR = ^APTR;
- PLONG = ^LONG;
- const
- {There is a problem with boolean
- vaules in taglists, just use this
- for now instead}
- ltrue : longint = 1;
- lfalse : longint = 0;
- TYPE
- { * List Node Structure. Each member in a list starts with a Node * }
- pNode = ^tNode;
- tNode = Record
- ln_Succ, { * Pointer to next (successor) * }
- ln_Pred : pNode; { * Pointer to previous (predecessor) * }
- ln_Type : Byte;
- ln_Pri : Shortint; { * Priority, for sorting * }
- ln_Name : STRPTR; { * ID string, null terminated * }
- End; { * Note: smallint aligned * }
- { * minimal node -- no type checking possible * }
- pMinNode = ^tMinNode;
- tMinNode = Record
- mln_Succ,
- mln_Pred : pMinNode;
- End;
- { *
- ** Note: Newly initialized IORequests, and software interrupt structures
- ** used with Cause(), should have type NT_UNKNOWN. The OS will assign a type
- ** when they are first used.
- * }
- { *----- Node Types for LN_TYPE -----* }
- Const
- NT_UNKNOWN = 0;
- NT_TASK = 1; { * Exec task * }
- NT_INTERRUPT = 2;
- NT_DEVICE = 3;
- NT_MSGPORT = 4;
- NT_MESSAGE = 5; { * Indicates message currently pending * }
- NT_FREEMSG = 6;
- NT_REPLYMSG = 7; { * Message has been replied * }
- NT_RESOURCE = 8;
- NT_LIBRARY = 9;
- NT_MEMORY = 10;
- NT_SOFTINT = 11; { * Internal flag used by SoftInits * }
- NT_FONT = 12;
- NT_PROCESS = 13; { * AmigaDOS Process * }
- NT_SEMAPHORE = 14;
- NT_SIGNALSEM = 15; { * signal semaphores * }
- NT_BOOTNODE = 16;
- NT_KICKMEM = 17;
- NT_GRAPHICS = 18;
- NT_DEATHMESSAGE = 19;
- NT_USER = 254; { * User node types work down from here * }
- NT_EXTENDED = 255;
- {
- This file defines Exec system lists, which are used to link
- various things. Exec provides several routines to handle list
- processing (defined at the bottom of this file), so you can
- use these routines to save yourself the trouble of writing a list
- package.
- }
- Type
- { normal, full featured list }
- pList = ^tList;
- tList = record
- lh_Head : pNode;
- lh_Tail : pNode;
- lh_TailPred : pNode;
- lh_Type : Byte;
- l_pad : Byte;
- end;
- { minimum list -- no type checking possible }
- pMinList = ^tMinList;
- tMinList = record
- mlh_Head : pMinNode;
- mlh_Tail : pMinNode;
- mlh_TailPred : pMinNode;
- end;
- { ********************************************************************
- *
- * Format of the alert error number:
- *
- * +-+-------------+----------------+--------------------------------+
- * |D| SubSysId | General Error | SubSystem Specific Error |
- * +-+-------------+----------------+--------------------------------+
- * 1 7 bits 8 bits 16 bits
- *
- * D: DeadEnd alert
- * SubSysId: indicates ROM subsystem number.
- * General Error: roughly indicates what the error was
- * Specific Error: indicates more detail
- *********************************************************************}
- const
- {*********************************************************************
- *
- * Hardware/CPU specific alerts: They may show without the 8 at the
- * front of the number. These are CPU/68000 specific. See 68$0
- * programmer's manuals for more details.
- *
- *********************************************************************}
- ACPU_BusErr = $80000002; { Hardware bus fault/access error }
- ACPU_AddressErr = $80000003; { Illegal address access (ie: odd) }
- ACPU_InstErr = $80000004; { Illegal instruction }
- ACPU_DivZero = $80000005; { Divide by zero }
- ACPU_CHK = $80000006; { Check instruction error }
- ACPU_TRAPV = $80000007; { TrapV instruction error }
- ACPU_PrivErr = $80000008; { Privilege violation error }
- ACPU_Trace = $80000009; { Trace error }
- ACPU_LineA = $8000000A; { Line 1010 Emulator error }
- ACPU_LineF = $8000000B; { Line 1111 Emulator error }
- ACPU_Format = $8000000E; { Stack frame format error }
- ACPU_Spurious = $80000018; { Spurious interrupt error }
- ACPU_AutoVec1 = $80000019; { AutoVector Level 1 interrupt error }
- ACPU_AutoVec2 = $8000001A; { AutoVector Level 2 interrupt error }
- ACPU_AutoVec3 = $8000001B; { AutoVector Level 3 interrupt error }
- ACPU_AutoVec4 = $8000001C; { AutoVector Level 4 interrupt error }
- ACPU_AutoVec5 = $8000001D; { AutoVector Level 5 interrupt error }
- ACPU_AutoVec6 = $8000001E; { AutoVector Level 6 interrupt error }
- ACPU_AutoVec7 = $8000001F; { AutoVector Level 7 interrupt error }
- { ********************************************************************
- *
- * General Alerts
- *
- * For example: timer.device cannot open math.library would be $05038015
- *
- * Alert(AN_TimerDev|AG_OpenLib|AO_MathLib);
- *
- ********************************************************************}
- CONST
- { ------ alert types }
- AT_DeadEnd = $80000000;
- AT_Recovery = $00000000;
- { ------ general purpose alert codes }
- AG_NoMemory = $00010000;
- AG_MakeLib = $00020000;
- AG_OpenLib = $00030000;
- AG_OpenDev = $00040000;
- AG_OpenRes = $00050000;
- AG_IOError = $00060000;
- AG_NoSignal = $00070000;
- AG_BadParm = $00080000;
- AG_CloseLib = $00090000; { usually too many closes }
- AG_CloseDev = $000A0000; { or a mismatched close }
- AG_ProcCreate = $000B0000; { Process creation failed }
- { ------ alert objects: }
- AO_ExecLib = $00008001;
- AO_GraphicsLib = $00008002;
- AO_LayersLib = $00008003;
- AO_Intuition = $00008004;
- AO_MathLib = $00008005;
- AO_DOSLib = $00008007;
- AO_RAMLib = $00008008;
- AO_IconLib = $00008009;
- AO_ExpansionLib = $0000800A;
- AO_DiskfontLib = $0000800B;
- AO_UtilityLib = $0000800C;
- AO_KeyMapLib = $0000800D;
- AO_AudioDev = $00008010;
- AO_ConsoleDev = $00008011;
- AO_GamePortDev = $00008012;
- AO_KeyboardDev = $00008013;
- AO_TrackDiskDev = $00008014;
- AO_TimerDev = $00008015;
- AO_CIARsrc = $00008020;
- AO_DiskRsrc = $00008021;
- AO_MiscRsrc = $00008022;
- AO_BootStrap = $00008030;
- AO_Workbench = $00008031;
- AO_DiskCopy = $00008032;
- AO_GadTools = $00008033;
- AO_Unknown = $00008035;
- { ********************************************************************
- *
- * Specific Alerts:
- *
- ********************************************************************}
- { ------ exec.library }
- AN_ExecLib = $01000000;
- AN_ExcptVect = $01000001; { 68000 exception vector checksum (obs.) }
- AN_BaseChkSum = $01000002; { Execbase checksum (obs.) }
- AN_LibChkSum = $01000003; { Library checksum failure }
- AN_MemCorrupt = $81000005; { Corrupt memory list detected in FreeMem }
- AN_IntrMem = $81000006; { No memory for interrupt servers }
- AN_InitAPtr = $01000007; { InitStruct() of an APTR source (obs.) }
- AN_SemCorrupt = $01000008; { A semaphore is in an illegal state
- at ReleaseSempahore() }
- AN_FreeTwice = $01000009; { Freeing memory already freed }
- AN_BogusExcpt = $8100000A; { illegal 68k exception taken (obs.) }
- AN_IOUsedTwice = $0100000B; { Attempt to reuse active IORequest }
- AN_MemoryInsane = $0100000C; { Sanity check on memory list failed
- during AvailMem(MEMF_LARGEST) }
- AN_IOAfterClose = $0100000D; { IO attempted on closed IORequest }
- AN_StackProbe = $0100000E; { Stack appears to extend out of range }
- AN_BadFreeAddr = $0100000F; { Memory header not located. [ Usually an
- invalid address passed to FreeMem() ] }
- AN_BadSemaphore = $01000010; { An attempt was made to use the old
- message semaphores. }
- { ------ graphics.library }
- AN_GraphicsLib = $02000000;
- AN_GfxNoMem = $82010000; { graphics out of memory }
- AN_GfxNoMemMspc = $82010001; { MonitorSpec alloc, no memory }
- AN_LongFrame = $82010006; { long frame, no memory }
- AN_ShortFrame = $82010007; { short frame, no memory }
- AN_TextTmpRas = $02010009; { text, no memory for TmpRas }
- AN_BltBitMap = $8201000A; { BltBitMap, no memory }
- AN_RegionMemory = $8201000B; { regions, memory not available }
- AN_MakeVPort = $82010030; { MakeVPort, no memory }
- AN_GfxNewError = $0200000C;
- AN_GfxFreeError = $0200000D;
- AN_GfxNoLCM = $82011234; { emergency memory not available }
- AN_ObsoleteFont = $02000401; { unsupported font description used }
- { ------ layers.library }
- AN_LayersLib = $03000000;
- AN_LayersNoMem = $83010000; { layers out of memory }
- { ------ intuition.library }
- AN_Intuition = $04000000;
- AN_GadgetType = $84000001; { unknown gadget type }
- AN_BadGadget = $04000001; { Recovery form of AN_GadgetType }
- AN_CreatePort = $84010002; { create port, no memory }
- AN_ItemAlloc = $04010003; { item plane alloc, no memory }
- AN_SubAlloc = $04010004; { sub alloc, no memory }
- AN_PlaneAlloc = $84010005; { plane alloc, no memory }
- AN_ItemBoxTop = $84000006; { item box top < RelZero }
- AN_OpenScreen = $84010007; { open screen, no memory }
- AN_OpenScrnRast = $84010008; { open screen, raster alloc, no memory }
- AN_SysScrnType = $84000009; { open sys screen, unknown type }
- AN_AddSWGadget = $8401000A; { add SW gadgets, no memory }
- AN_OpenWindow = $8401000B; { open window, no memory }
- AN_BadState = $8400000C; { Bad State Return entering Intuition }
- AN_BadMessage = $8400000D; { Bad Message received by IDCMP }
- AN_WeirdEcho = $8400000E; { Weird echo causing incomprehension }
- AN_NoConsole = $8400000F; { couldn't open the Console Device }
- AN_NoISem = $04000010; { Intuition skipped obtaining a sem }
- AN_ISemOrder = $04000011; { Intuition obtained a sem in bad order }
- { ------ math.library }
- AN_MathLib = $05000000;
- { ------ dos.library }
- AN_DOSLib = $07000000;
- AN_StartMem = $07010001; { no memory at startup }
- AN_EndTask = $07000002; { EndTask didn't }
- AN_QPktFail = $07000003; { Qpkt failure }
- AN_AsyncPkt = $07000004; { Unexpected packet received }
- AN_FreeVec = $07000005; { Freevec failed }
- AN_DiskBlkSeq = $07000006; { Disk block sequence error }
- AN_BitMap = $07000007; { Bitmap corrupt }
- AN_KeyFree = $07000008; { Key already free }
- AN_BadChkSum = $07000009; { Invalid checksum }
- AN_DiskError = $0700000A; { Disk Error }
- AN_KeyRange = $0700000B; { Key out of range }
- AN_BadOverlay = $0700000C; { Bad overlay }
- AN_BadInitFunc = $0700000D; { Invalid init packet for cli/shell }
- AN_FileReclosed = $0700000E; { A filehandle was closed more than once }
- { ------ ramlib.library }
- AN_RAMLib = $08000000;
- AN_BadSegList = $08000001; { no overlays in library seglists }
- { ------ icon.library }
- AN_IconLib = $09000000;
- { ------ expansion.library }
- AN_ExpansionLib = $0A000000;
- AN_BadExpansionFree = $0A000001; { freeed free region }
- { ------ diskfont.library }
- AN_DiskfontLib = $0B000000;
- { ------ audio.device }
- AN_AudioDev = $10000000;
- { ------ console.device }
- AN_ConsoleDev = $11000000;
- AN_NoWindow = $11000001; { Console can't open initial window }
- { ------ gameport.device }
- AN_GamePortDev = $12000000;
- { ------ keyboard.device }
- AN_KeyboardDev = $13000000;
- { ------ trackdisk.device }
- AN_TrackDiskDev = $14000000;
- AN_TDCalibSeek = $14000001; { calibrate: seek error }
- AN_TDDelay = $14000002; { delay: error on timer wait }
- { ------ timer.device }
- AN_TimerDev = $15000000;
- AN_TMBadReq = $15000001; { bad request }
- AN_TMBadSupply = $15000002; { power supply -- no 50/60Hz ticks }
- { ------ cia.resource }
- AN_CIARsrc = $20000000;
- { ------ disk.resource }
- AN_DiskRsrc = $21000000;
- AN_DRHasDisk = $21000001; { get unit: already has disk }
- AN_DRIntNoAct = $21000002; { interrupt: no active unit }
- { ------ misc.resource }
- AN_MiscRsrc = $22000000;
- { ------ bootstrap }
- AN_BootStrap = $30000000;
- AN_BootError = $30000001; { boot code returned an error }
- { ------ Workbench }
- AN_Workbench = $31000000;
- AN_NoFonts = $B1000001;
- AN_WBBadStartupMsg1 = $31000001;
- AN_WBBadStartupMsg2 = $31000002;
- AN_WBBadIOMsg = $31000003;
- AN_WBReLayoutToolMenu = $B1010009;
- { ------ DiskCopy }
- AN_DiskCopy = $32000000;
- { ------ toolkit for Intuition }
- AN_GadTools = $33000000;
- { ------ System utility library }
- AN_UtilityLib = $34000000;
- { ------ For use by any application that needs it }
- AN_Unknown = $35000000;
- CONST
- IOERR_OPENFAIL = -1; { device/unit failed to open }
- IOERR_ABORTED = -2; { request terminated early [after AbortIO()] }
- IOERR_NOCMD = -3; { command not supported by device }
- IOERR_BADLENGTH = -4; { not a valid length (usually IO_LENGTH) }
- IOERR_BADADDRESS = -5; { invalid address (misaligned or bad range) }
- IOERR_UNITBUSY = -6; { device opens ok, but requested unit is busy }
- IOERR_SELFTEST = -7; { hardware failed self-test }
- type
- pResident = ^tResident;
- tResident = record
- rt_MatchWord : Word; { smallint to match on (ILLEGAL) }
- rt_MatchTag : pResident; { pointer to the above }
- rt_EndSkip : Pointer; { address to continue scan }
- rt_Flags : Byte; { various tag flags }
- rt_Version : Byte; { release version number }
- rt_Type : Byte; { type of module (NT_mumble) }
- rt_Pri : Shortint; { initialization priority }
- rt_Name : STRPTR; { pointer to node name }
- rt_IdString : STRPTR; { pointer to ident string }
- rt_Init : Pointer; { pointer to init code }
- end;
- const
- RTC_MATCHWORD = $4AFC;
- RTF_AUTOINIT = $80;
- RTF_AFTERDOS = $04;
- RTF_SINGLETASK = $02;
- RTF_COLDSTART = $01;
- { Compatibility: }
- RTM_WHEN = $03;
- RTW_COLDSTART = $01;
- RTW_NEVER = $00;
- TYPE
- { ****** MemChunk **************************************************** }
- pMemChunk = ^tMemChunk;
- tMemChunk = Record
- mc_Next : pMemChunk; { * pointer to next chunk * }
- mc_Bytes : ULONG; { * chunk byte size * }
- End;
- { ****** MemHeader *************************************************** }
- pMemHeader = ^tMemHeader;
- tMemHeader = Record
- mh_Node : tNode;
- mh_Attributes : Word; { * characteristics of this region * }
- mh_First : pMemChunk; { * first free region * }
- mh_Lower, { * lower memory bound * }
- mh_Upper : Pointer; { * upper memory bound+1 * }
- mh_Free : Ulong; { * total number of free bytes * }
- End;
- { ****** MemEntry **************************************************** }
- pMemEntry = ^tMemEntry;
- tMemEntry = record
- me_Un : record
- case longint of
- 0 : ( meu_Reqs : ULONG );
- 1 : ( meu_Addr : APTR );
- end;
- me_Length : ULONG;
- end;
- { ****** MemList ***************************************************** }
- { * Note: sizeof(struct MemList) includes the size of the first MemEntry! * }
- pMemList = ^tMemList;
- tMemList = Record
- ml_Node : tNode;
- ml_NumEntries : Word; { * number of entries in this struct * }
- ml_ME : Array [0..0] of tMemEntry; { * the first entry * }
- End;
- { *----- Memory Requirement Types ---------------------------* }
- { *----- See the AllocMem() documentation for details--------* }
- Const
- MEMF_ANY = %000000000000000000000000; { * Any type of memory will do * }
- MEMF_PUBLIC = %000000000000000000000001;
- MEMF_CHIP = %000000000000000000000010;
- MEMF_FAST = %000000000000000000000100;
- MEMF_LOCAL = %000000000000000100000000;
- MEMF_24BITDMA = %000000000000001000000000; { * DMAable memory within 24 bits of address * }
- MEMF_KICK = %000000000000010000000000; { Memory that can be used for KickTags }
- MEMF_CLEAR = %000000010000000000000000;
- MEMF_LARGEST = %000000100000000000000000;
- MEMF_REVERSE = %000001000000000000000000;
- MEMF_TOTAL = %000010000000000000000000; { * AvailMem: return total size of memory * }
- MEMF_NO_EXPUNGE = $80000000; {AllocMem: Do not cause expunge on failure }
- MEM_BLOCKSIZE = 8;
- MEM_BLOCKMASK = MEM_BLOCKSIZE-1;
- Type
- {***** MemHandlerData *********************************************}
- { Note: This structure is *READ ONLY* and only EXEC can create it!}
- pMemHandlerData = ^tMemHandlerData;
- tMemHandlerData = Record
- memh_RequestSize, { Requested allocation size }
- memh_RequestFlags, { Requested allocation flags }
- memh_Flags : ULONG; { Flags (see below) }
- end;
- const
- MEMHF_RECYCLE = 1; { 0==First time, 1==recycle }
- {***** Low Memory handler return values **************************}
- MEM_DID_NOTHING = 0; { Nothing we could do... }
- MEM_ALL_DONE = -1; { We did all we could do }
- MEM_TRY_AGAIN = 1; { We did some, try the allocation again }
- type
- pInterrupt = ^tInterrupt;
- tInterrupt = record
- is_Node : tNode;
- is_Data : Pointer; { Server data segment }
- is_Code : Pointer; { Server code entry }
- end;
- pIntVector = ^tIntVector;
- tIntVector = record { For EXEC use ONLY! }
- iv_Data : Pointer;
- iv_Code : Pointer;
- iv_Node : pNode;
- end;
- pSoftIntList = ^tSoftIntList;
- tSoftIntList = record { For EXEC use ONLY! }
- sh_List : tList;
- sh_Pad : Word;
- end;
- const
- SIH_PRIMASK = $F0;
- { this is a fake INT definition, used only for AddIntServer and the like }
- INTB_NMI = 15;
- INTF_NMI = $0080;
- {
- Every Amiga Task has one of these Task structures associated with it.
- To find yours, use FindTask(Nil). AmigaDOS processes tack a few more
- values on to the end of this structure, which is the difference between
- Tasks and Processes.
- }
- type
- pTask = ^tTask;
- tTask = record
- tc_Node : tNode;
- tc_Flags : Byte;
- tc_State : Byte;
- tc_IDNestCnt : Shortint; { intr disabled nesting }
- tc_TDNestCnt : Shortint; { task disabled nesting }
- tc_SigAlloc : ULONG; { sigs allocated }
- tc_SigWait : ULONG; { sigs we are waiting for }
- tc_SigRecvd : ULONG; { sigs we have received }
- tc_SigExcept : ULONG; { sigs we will take excepts for }
- tc_TrapAlloc : Word; { traps allocated }
- tc_TrapAble : Word; { traps enabled }
- tc_ExceptData : Pointer; { points to except data }
- tc_ExceptCode : Pointer; { points to except code }
- tc_TrapData : Pointer; { points to trap data }
- tc_TrapCode : Pointer; { points to trap code }
- tc_SPReg : Pointer; { stack pointer }
- tc_SPLower : Pointer; { stack lower bound }
- tc_SPUpper : Pointer; { stack upper bound + 2 }
- tc_Switch : Pointer; { task losing CPU }
- tc_Launch : Pointer; { task getting CPU }
- tc_MemEntry : tList; { allocated memory }
- tc_UserData : Pointer; { per task data }
- end;
- {
- * Stack swap structure as passed to StackSwap()
- }
- pStackSwapStruct = ^tStackSwapStruct;
- tStackSwapStruct = Record
- stk_Lower : Pointer; { Lowest byte of stack }
- stk_Upper : ULONG; { Upper end of stack (size + Lowest) }
- stk_Pointer : Pointer; { Stack pointer at switch point }
- end;
- {----- Flag Bits ------------------------------------------}
- const
- TB_PROCTIME = 0;
- TB_ETASK = 3;
- TB_STACKCHK = 4;
- TB_EXCEPT = 5;
- TB_SWITCH = 6;
- TB_LAUNCH = 7;
- TF_PROCTIME = 1;
- TF_ETASK = 8;
- TF_STACKCHK = 16;
- TF_EXCEPT = 32;
- TF_SWITCH = 64;
- TF_LAUNCH = 128;
- {----- Task States ----------------------------------------}
- TS_INVALID = 0;
- TS_ADDED = 1;
- TS_RUN = 2;
- TS_READY = 3;
- TS_WAIT = 4;
- TS_EXCEPT = 5;
- TS_REMOVED = 6;
- {----- Predefined Signals -------------------------------------}
- SIGB_ABORT = 0;
- SIGB_CHILD = 1;
- SIGB_BLIT = 4;
- SIGB_SINGLE = 4;
- SIGB_INTUITION = 5;
- SIGB_DOS = 8;
- SIGF_ABORT = 1;
- SIGF_CHILD = 2;
- SIGF_BLIT = 16;
- SIGF_SINGLE = 16;
- SIGF_INTUITION = 32;
- SIGF_DOS = 256;
- {
- This file defines ports and messages, which are used for inter-
- task communications using the routines defined toward the
- bottom of this file.
- }
- type
- {****** MsgPort *****************************************************}
- pMsgPort = ^tMsgPort;
- tMsgPort = record
- mp_Node : tNode;
- mp_Flags : Byte;
- mp_SigBit : Byte; { signal bit number }
- mp_SigTask : Pointer; { task to be signalled (TaskPtr) }
- mp_MsgList : tList; { message linked list }
- end;
- {****** Message *****************************************************}
- pMessage = ^tMessage;
- tMessage = record
- mn_Node : tNode;
- mn_ReplyPort : pMsgPort; { message reply port }
- mn_Length : Word; { message len in bytes }
- end;
- { mp_Flags: Port arrival actions (PutMsg) }
- CONST
- PF_ACTION = 3; { * Mask * }
- PA_SIGNAL = 0; { * Signal task in mp_SigTask * }
- PA_SOFTINT = 1; { * Signal SoftInt in mp_SoftInt/mp_SigTask * }
- PA_IGNORE = 2; { * Ignore arrival * }
- { Semaphore }
- type
- pSemaphore = ^tSemaphore;
- tSemaphore = record
- sm_MsgPort : tMsgPort;
- sm_Bids : smallint;
- end;
- { This is the structure used to request a signal semaphore }
- pSemaphoreRequest = ^tSemaphoreRequest;
- tSemaphoreRequest = record
- sr_Link : tMinNode;
- sr_Waiter : pTask;
- end;
- { The actual semaphore itself }
- pSignalSemaphore = ^tSignalSemaphore;
- tSignalSemaphore = record
- ss_Link : tNode;
- ss_NestCount : smallint;
- ss_WaitQueue : tMinList;
- ss_MultipleLink : tSemaphoreRequest;
- ss_Owner : pTask;
- ss_QueueCount : smallint;
- end;
- { ***** Semaphore procure message (for use in V39 Procure/Vacate *** }
- pSemaphoreMessage = ^tSemaphoreMessage;
- tSemaphoreMessage = Record
- ssm_Message : tMessage;
- ssm_Semaphore : pSignalSemaphore;
- end;
- const
- SM_SHARED = 1;
- SM_EXCLUSIVE = 0;
- CONST
- { ------ Special Constants --------------------------------------- }
- LIB_VECTSIZE = 6; { Each library entry takes 6 bytes }
- LIB_RESERVED = 4; { Exec reserves the first 4 vectors }
- LIB_BASE = (-LIB_VECTSIZE);
- LIB_USERDEF = (LIB_BASE-(LIB_RESERVED*LIB_VECTSIZE));
- LIB_NONSTD = (LIB_USERDEF);
- { ------ Standard Functions -------------------------------------- }
- LIB_OPEN = -6;
- LIB_CLOSE = -12;
- LIB_EXPUNGE = -18;
- LIB_EXTFUNC = -24; { for future expansion }
- TYPE
- { ------ Library Base Structure ---------------------------------- }
- { Also used for Devices and some Resources }
- pLibrary = ^tLibrary;
- tLibrary = record
- lib_Node : tNode;
- lib_Flags,
- lib_pad : Byte;
- lib_NegSize, { number of bytes before library }
- lib_PosSize, { number of bytes after library }
- lib_Version, { major }
- lib_Revision : Word; { minor }
- lib_IdString : STRPTR; { ASCII identification }
- lib_Sum : ULONG; { the checksum itself }
- lib_OpenCnt : Word; { number of current opens }
- end; { * Warning: size is not a longword multiple ! * }
- CONST
- { lib_Flags bit definitions (all others are system reserved) }
- LIBF_SUMMING = %00000001; { we are currently checksumming }
- LIBF_CHANGED = %00000010; { we have just changed the lib }
- LIBF_SUMUSED = %00000100; { set if we should bother to sum }
- LIBF_DELEXP = %00001000; { delayed expunge }
- {
- This file defines the constants and types required to use
- Amiga device IO routines, which are also defined here.
- }
- TYPE
- {***** Device *****************************************************}
- pDevice = ^tDevice;
- tDevice = record
- dd_Library : tLibrary;
- end;
- {***** Unit *******************************************************}
- pUnit = ^tUnit;
- tUnit = record
- unit_MsgPort : tMsgPort; { queue for unprocessed messages }
- { instance of msgport is recommended }
- unit_flags,
- unit_pad : Byte;
- unit_OpenCnt : Word; { number of active opens }
- end;
- Const
- UNITF_ACTIVE = %00000001;
- UNITF_INTASK = %00000010;
- type
- pIORequest = ^tIORequest;
- tIORequest = record
- io_Message : tMessage;
- io_Device : pDevice; { device node pointer }
- io_Unit : pUnit; { unit (driver private)}
- io_Command : Word; { device command }
- io_Flags : Byte;
- io_Error : Shortint; { error or warning num }
- end;
- pIOStdReq = ^tIOStdReq;
- tIOStdReq = record
- io_Message : tMessage;
- io_Device : pDevice; { device node pointer }
- io_Unit : pUnit; { unit (driver private)}
- io_Command : Word; { device command }
- io_Flags : Byte;
- io_Error : Shortint; { error or warning num }
- io_Actual : ULONG; { actual number of bytes transferred }
- io_Length : ULONG; { requested number bytes transferred}
- io_Data : Pointer; { points to data area }
- io_Offset : ULONG; { offset for block structured devices }
- end;
- { library vector offsets for device reserved vectors }
- const
- DEV_BEGINIO = -30;
- DEV_ABORTIO = -36;
- { io_Flags defined bits }
- IOB_QUICK = 0;
- IOF_QUICK = 1;
- CMD_INVALID = 0;
- CMD_RESET = 1;
- CMD_READ = 2;
- CMD_WRITE = 3;
- CMD_UPDATE = 4;
- CMD_CLEAR = 5;
- CMD_STOP = 6;
- CMD_START = 7;
- CMD_FLUSH = 8;
- CMD_NONSTD = 9;
- { Definition of the Exec library base structure (pointed to by location 4).
- ** Most fields are not to be viewed or modified by user programs. Use
- ** extreme caution.
- }
- type
- pExecBase = ^tExecBase;
- tExecBase = Record
- LibNode : tLibrary; { Standard library node }
- { ******* Static System Variables ******* }
- SoftVer : Word; { kickstart release number (obs.) }
- LowMemChkSum : smallint; { checksum of 68000 trap vectors }
- ChkBase : ULONG; { system base pointer complement }
- ColdCapture, { coldstart soft capture vector }
- CoolCapture, { coolstart soft capture vector }
- WarmCapture, { warmstart soft capture vector }
- SysStkUpper, { system stack base (upper bound) }
- SysStkLower : Pointer; { top of system stack (lower bound) }
- MaxLocMem : ULONG; { top of chip memory }
- DebugEntry, { global debugger entry point }
- DebugData, { global debugger data segment }
- AlertData, { alert data segment }
- MaxExtMem : Pointer; { top of extended mem, or null if none }
- ChkSum : Word; { for all of the above (minus 2) }
- { ***** Interrupt Related ************************************** }
- IntVects : Array[0..15] of tIntVector;
- { ***** Dynamic System Variables ************************************ }
- ThisTask : pTask; { pointer to current task (readable) }
- IdleCount, { idle counter }
- DispCount : ULONG; { dispatch counter }
- Quantum, { time slice quantum }
- Elapsed, { current quantum ticks }
- SysFlags : Word; { misc internal system flags }
- IDNestCnt, { interrupt disable nesting count }
- TDNestCnt : Shortint; { task disable nesting count }
- AttnFlags, { special attention flags (readable) }
- AttnResched : Word; { rescheduling attention }
- ResModules, { resident module array pointer }
- TaskTrapCode,
- TaskExceptCode,
- TaskExitCode : Pointer;
- TaskSigAlloc : ULONG;
- TaskTrapAlloc: Word;
- { ***** System Lists (private!) ******************************* }
- MemList,
- ResourceList,
- DeviceList,
- IntrList,
- LibList,
- PortList,
- TaskReady,
- TaskWait : tList;
- SoftInts : Array[0..4] of tSoftIntList;
- { ***** Other Globals ****************************************** }
- LastAlert : Array[0..3] of LONG;
- { these next two variables are provided to allow
- ** system developers to have a rough idea of the
- ** period of two externally controlled signals --
- ** the time between vertical blank interrupts and the
- ** external line rate (which is counted by CIA A's
- ** "time of day" clock). In general these values
- ** will be 50 or 60, and may or may not track each
- ** other. These values replace the obsolete AFB_PAL
- ** and AFB_50HZ flags.
- }
- VBlankFrequency, { (readable) }
- PowerSupplyFrequency : Byte; { (readable) }
- SemaphoreList : tList;
- { these next two are to be able to kickstart into user ram.
- ** KickMemPtr holds a singly linked list of MemLists which
- ** will be removed from the memory list via AllocAbs. If
- ** all the AllocAbs's succeeded, then the KickTagPtr will
- ** be added to the rom tag list.
- }
- KickMemPtr, { ptr to queue of mem lists }
- KickTagPtr, { ptr to rom tag queue }
- KickCheckSum : Pointer; { checksum for mem and tags }
- { ***** V36 Exec additions start here ************************************* }
- ex_Pad0 : Word;
- ex_LaunchPoint : ULONG;
- ex_RamLibPrivate : Pointer;
- { The next ULONG contains the system "E" clock frequency,
- ** expressed in Hertz. The E clock is used as a timebase for
- ** the Amiga's 8520 I/O chips. (E is connected to "02").
- ** Typical values are 715909 for NTSC, or 709379 for PAL.
- }
- ex_EClockFrequency, { (readable) }
- ex_CacheControl, { Private to CacheControl calls }
- ex_TaskID : ULONG; { Next available task ID }
- ex_Reserved1 : Array[0..4] of ULONG;
- ex_MMULock : Pointer; { private }
- ex_Reserved2 : Array[0..2] of ULONG;
- {***** V39 Exec additions start here *************************************}
- { The following list and data element are used
- * for V39 exec's low memory handler...
- }
- ex_MemHandlers : tMinList; { The handler list }
- ex_MemHandler : Pointer; { Private! handler pointer }
- end;
- { ***** Bit defines for AttnFlags (see above) ***************************** }
- { Processors and Co-processors: }
- CONST
- AFB_68010 = 0; { also set for 68020 }
- AFB_68020 = 1; { also set for 68030 }
- AFB_68030 = 2; { also set for 68040 }
- AFB_68040 = 3;
- AFB_68881 = 4; { also set for 68882 }
- AFB_68882 = 5;
- AFB_FPU40 = 6; { Set if 68040 FPU }
- AFB_68060 = 7;
- AFF_68010 = %00000001;
- AFF_68020 = %00000010;
- AFF_68030 = %00000100;
- AFF_68040 = %00001000;
- AFF_68881 = %00010000;
- AFF_68882 = %00100000;
- AFF_FPU40 = %01000000;
- AFF_68060 = (1 shl 7);
- { AFB_RESERVED8 = %000100000000; }
- { AFB_RESERVED9 = %001000000000; }
- { ***** Selected flag definitions for Cache manipulation calls ********* }
- CACRF_EnableI = %0000000000000001; { Enable instruction cache }
- CACRF_FreezeI = %0000000000000010; { Freeze instruction cache }
- CACRF_ClearI = %0000000000001000; { Clear instruction cache }
- CACRF_IBE = %0000000000010000; { Instruction burst enable }
- CACRF_EnableD = %0000000100000000; { 68030 Enable data cache }
- CACRF_FreezeD = %0000001000000000; { 68030 Freeze data cache }
- CACRF_ClearD = %0000100000000000; { 68030 Clear data cache }
- CACRF_DBE = %0001000000000000; { 68030 Data burst enable }
- CACRF_WriteAllocate = %0010000000000000; { 68030 Write-Allocate mode
- (must always be set!) }
- CACRF_EnableE = 1073741824; { Master enable for external caches }
- { External caches should track the }
- { state of the internal caches }
- { such that they do not cache anything }
- { that the internal cache turned off }
- { for. }
- CACRF_CopyBack = $80000000; { Master enable for copyback caches }
- DMA_Continue = 2; { Continuation flag for CachePreDMA }
- DMA_NoModify = 4; { Set if DMA does not update memory }
- DMA_ReadFromRAM = 8; { Set if DMA goes *FROM* RAM to device }
- { Don't even think about the contents of this structure. Just embed it
- * and reference it
- *}
- type
- PAVLNode = ^tAVLNode;
- tAVLNode = record
- reserved : array[0..3] of ULONG;
- end;
- ppAVLNode = ^pAVLNode;
- PAVLNODECOMP = ^AVLNODECOMP;
- AVLNODECOMP = APTR;
- PAVLKEYCOMP = ^AVLKEYCOMP;
- AVLKEYCOMP = APTR;
- PROCEDURE AbortIO(ioRequest : pIORequest location 'a1'); syscall _ExecBase 480;
- PROCEDURE AddDevice(device : pDevice location 'a1'); syscall _ExecBase 432;
- PROCEDURE AddHead(list : pList location 'a0'; node : pNode location 'a1'); syscall _ExecBase 240;
- PROCEDURE AddIntServer(intNumber : LONGINT location 'd0'; interrupt_ : pInterrupt location 'a1'); syscall _ExecBase 168;
- PROCEDURE AddLibrary(lib : pLibrary location 'a1'); syscall _ExecBase 396;
- PROCEDURE AddMemHandler(memhand : pInterrupt location 'a1'); syscall _ExecBase 774;
- PROCEDURE AddMemList(size : ULONG location 'd0'; attributes : ULONG location 'd1'; pri : LONGINT location 'd2'; base : POINTER location 'a0'; const name : pCHAR location 'a1'); syscall _ExecBase 618;
- PROCEDURE AddPort(port : pMsgPort location 'a1'); syscall _ExecBase 354;
- PROCEDURE AddResource(resource : POINTER location 'a1'); syscall _ExecBase 486;
- PROCEDURE AddSemaphore(sigSem : pSignalSemaphore location 'a1'); syscall _ExecBase 600;
- PROCEDURE AddTail(list : pList location 'a0'; node : pNode location 'a1'); syscall _ExecBase 246;
- FUNCTION AddTask(task : pTask location 'a1';const initPC : POINTER location 'a2';const finalPC : POINTER location 'a3') : POINTER; syscall _ExecBase 282;
- PROCEDURE Alert(alertNum : ULONG location 'd7'); syscall _ExecBase 108;
- FUNCTION AllocAbs(byteSize : ULONG location 'd0'; location : POINTER location 'a1') : POINTER; syscall _ExecBase 204;
- FUNCTION Allocate(freeList : pMemHeader location 'a0'; byteSize : ULONG location 'd0') : POINTER; syscall _ExecBase 186;
- FUNCTION AllocEntry(entry : pMemList location 'a0') : pMemList; syscall _ExecBase 222;
- FUNCTION ExecAllocMem(byteSize : ULONG location 'd0'; requirements : ULONG location 'd1') : POINTER; syscall _ExecBase 198;
- FUNCTION AllocPooled(poolHeader : POINTER location 'a0'; memSize : ULONG location 'd0') : POINTER; syscall _ExecBase 708;
- FUNCTION AllocSignal(signalNum : LONGINT location 'd0') : shortint; syscall _ExecBase 330;
- FUNCTION AllocTrap(trapNum : LONGINT location 'd0') : LONGINT; syscall _ExecBase 342;
- FUNCTION AllocVec(byteSize : ULONG location 'd0'; requirements : ULONG location 'd1') : POINTER; syscall _ExecBase 684;
- FUNCTION AttemptSemaphore(sigSem : pSignalSemaphore location 'a0') : LongBool; syscall _ExecBase 576;
- FUNCTION AttemptSemaphoreShared(sigSem : pSignalSemaphore location 'a0') : ULONG; syscall _ExecBase 720;
- FUNCTION AvailMem(requirements : ULONG location 'd1') : ULONG; syscall _ExecBase 216;
- PROCEDURE CacheClearE(address : POINTER location 'a0'; length : ULONG location 'd0'; caches : ULONG location 'd1'); syscall _ExecBase 642;
- PROCEDURE CacheClearU; syscall _ExecBase 636;
- FUNCTION CacheControl(cacheBits : ULONG location 'd0'; cacheMask : ULONG location 'd1') : ULONG; syscall _ExecBase 648;
- PROCEDURE CachePostDMA(const address : POINTER location 'a0'; VAR length : ULONG location 'a1'; flags : ULONG location 'd0'); syscall _ExecBase 768;
- FUNCTION CachePreDMA(const address : POINTER location 'a0'; VAR length : ULONG location 'a1'; flags : ULONG location 'd1') : POINTER; syscall _ExecBase 762;
- PROCEDURE Cause(interrupt_ : pInterrupt location 'a1'); syscall _ExecBase 180;
- FUNCTION CheckIO(ioRequest : pIORequest location 'a1') : pIORequest; syscall _ExecBase 468;
- PROCEDURE ChildFree(tid : POINTER location 'd0'); syscall _ExecBase 738;
- PROCEDURE ChildOrphan(tid : POINTER location 'd0'); syscall _ExecBase 744;
- PROCEDURE ChildStatus(tid : POINTER location 'd0'); syscall _ExecBase 750;
- PROCEDURE ChildWait(tid : POINTER location 'd0'); syscall _ExecBase 756;
- PROCEDURE CloseDevice(ioRequest : pIORequest location 'a1'); syscall _ExecBase 450;
- PROCEDURE CloseLibrary(lib : pLibrary location 'a1'); syscall _ExecBase 414;
- PROCEDURE ColdReboot; syscall _ExecBase 726;
- PROCEDURE CopyMem(const source : POINTER location 'a0'; dest : POINTER location 'a1'; size : ULONG location 'd0'); syscall _ExecBase 624;
- PROCEDURE CopyMemQuick(const source : POINTER location 'a0'; dest : POINTER location 'a1'; size : ULONG location 'd0'); syscall _ExecBase 630;
- FUNCTION CreateIORequest(const port : pMsgPort location 'a0'; size : ULONG location 'd0') : POINTER; syscall _ExecBase 654;
- FUNCTION CreateMsgPort : pMsgPort; syscall _ExecBase 666;
- FUNCTION CreatePool(requirements : ULONG location 'd0'; puddleSize : ULONG location 'd1'; threshSize : ULONG location 'd2') : POINTER; syscall _ExecBase 696;
- PROCEDURE Deallocate(freeList : pMemHeader location 'a0'; memoryBlock : POINTER location 'a1'; byteSize : ULONG location 'd1'); syscall _ExecBase 192;
- PROCEDURE Debug(flags : ULONG location 'd0'); syscall _ExecBase 114;
- PROCEDURE DeleteIORequest(iorequest : POINTER location 'a0'); syscall _ExecBase 660;
- PROCEDURE DeleteMsgPort(port : pMsgPort location 'a0'); syscall _ExecBase 672;
- PROCEDURE DeletePool(poolHeader : POINTER location 'a0'); syscall _ExecBase 702;
- PROCEDURE Disable; syscall _ExecBase 120;
- FUNCTION DoIO(ioRequest : pIORequest location 'a1') : shortint; syscall _ExecBase 456;
- PROCEDURE Enable; syscall _ExecBase 126;
- PROCEDURE Enqueue(list : pList location 'a0'; node : pNode location 'a1'); syscall _ExecBase 270;
- PROCEDURE ExecFreeMem(memoryBlock : POINTER location 'a1'; byteSize : ULONG location 'd0'); syscall _ExecBase 210;
- PROCEDURE ExecInsert(list : pList location 'a0'; node : pNode location 'a1'; pred : pNode location 'a2'); syscall _ExecBase 234;
- FUNCTION FindName(list : pList location 'a0'; const name : pCHAR location 'a1') : pNode; syscall _ExecBase 276;
- FUNCTION FindPort(const name : pCHAR location 'a1') : pMsgPort; syscall _ExecBase 390;
- FUNCTION FindResident(const name : pCHAR location 'a1') : pResident; syscall _ExecBase 096;
- FUNCTION FindSemaphore(const sigSem : pCHAR location 'a1') : pSignalSemaphore; syscall _ExecBase 594;
- FUNCTION FindTask(const name : pCHAR location 'a1') : pTask; syscall _ExecBase 294;
- PROCEDURE Forbid; syscall _ExecBase 132;
- PROCEDURE FreeEntry(entry : pMemList location 'a0'); syscall _ExecBase 228;
- PROCEDURE FreePooled(poolHeader : POINTER location 'a0'; memory : POINTER location 'a1'; memSize : ULONG location 'd0'); syscall _ExecBase 714;
- PROCEDURE FreeSignal(signalNum : LONGINT location 'd0'); syscall _ExecBase 336;
- PROCEDURE FreeTrap(trapNum : LONGINT location 'd0'); syscall _ExecBase 348;
- PROCEDURE FreeVec(memoryBlock : POINTER location 'a1'); syscall _ExecBase 690;
- FUNCTION GetCC : ULONG; syscall _ExecBase 528;
- FUNCTION GetMsg(port : pMsgPort location 'a0') : pMessage; syscall _ExecBase 372;
- PROCEDURE InitCode(startClass : ULONG location 'd0'; version : ULONG location 'd1'); syscall _ExecBase 072;
- FUNCTION InitResident(const resident_ : pResident location 'a1'; segList : ULONG location 'd0') : POINTER; syscall _ExecBase 102;
- PROCEDURE InitSemaphore(sigSem : pSignalSemaphore location 'a0'); syscall _ExecBase 558;
- PROCEDURE InitStruct(const initTable : POINTER location 'a1'; memory : POINTER location 'a2'; size : ULONG location 'd0'); syscall _ExecBase 078;
- PROCEDURE MakeFunctions(const target : POINTER location 'a0';const functionArray : POINTER location 'a1';const funcDispBase :pointer location 'a2'); syscall _ExecBase 090;
- FUNCTION MakeLibrary(const funcInit : POINTER location 'a0';const structInit : POINTER location 'a1'; libInit : tPROCEDURE location 'a2';dataSize : ULONG location 'd0'; segList : ULONG location 'd0') : pLibrary; syscall _ExecBase 084;
- FUNCTION ObtainQuickVector(interruptCode : POINTER location 'a0') : ULONG; syscall _ExecBase 786;
- PROCEDURE ObtainSemaphore(sigSem : pSignalSemaphore location 'a0'); syscall _ExecBase 564;
- PROCEDURE ObtainSemaphoreList(sigSem : pList location 'a0'); syscall _ExecBase 582;
- PROCEDURE ObtainSemaphoreShared(sigSem : pSignalSemaphore location 'a0'); syscall _ExecBase 678;
- FUNCTION OldOpenLibrary(const libName : pCHAR location 'a1') : pLibrary; syscall _ExecBase 408;
- FUNCTION OpenDevice(const devName : pCHAR location 'a0'; unite : ULONG location 'd0'; ioRequest : pIORequest location 'a1'; flags : ULONG location 'd1') : shortint; syscall _ExecBase 444;
- FUNCTION OpenLibrary(const libName : pCHAR location 'a1'; version : ULONG location 'd0') : pLibrary; syscall _ExecBase 552;
- FUNCTION OpenResource(const resName : pCHAR location 'a1') : POINTER; syscall _ExecBase 498;
- PROCEDURE Permit; syscall _ExecBase 138;
- FUNCTION Procure(sigSem : pSignalSemaphore location 'a0'; bidMsg : pSemaphoreMessage location 'a1') : LongBool; syscall _ExecBase 540;
- PROCEDURE PutMsg(port : pMsgPort location 'a0'; message : pMessage location 'a1'); syscall _ExecBase 366;
- function RawDoFmt(const formatString : pCHAR location 'a0';const dataStream : POINTER location 'a1'; putChProc : tPROCEDURE location 'a2'; putChData : POINTER location 'a3'): pointer; syscall _ExecBase 522;
- PROCEDURE ReleaseSemaphore(sigSem : pSignalSemaphore location 'a0'); syscall _ExecBase 570;
- PROCEDURE ReleaseSemaphoreList(sigSem : pList location 'a0'); syscall _ExecBase 588;
- PROCEDURE RemDevice(device : pDevice location 'a1'); syscall _ExecBase 438;
- FUNCTION RemHead(list : pList location 'a0') : pNode; syscall _ExecBase 258;
- PROCEDURE RemIntServer(intNumber : LONGINT location 'd0'; interrupt_ : pInterrupt location 'a1'); syscall _ExecBase 174;
- PROCEDURE RemLibrary(lib : pLibrary location 'a1'); syscall _ExecBase 402;
- PROCEDURE RemMemHandler(memhand : pInterrupt location 'a1'); syscall _ExecBase 780;
- PROCEDURE Remove(node : pNode location 'a1'); syscall _ExecBase 252;
- PROCEDURE RemPort(port : pMsgPort location 'a1'); syscall _ExecBase 360;
- PROCEDURE RemResource(resource : POINTER location 'a1'); syscall _ExecBase 492;
- PROCEDURE RemSemaphore(sigSem : pSignalSemaphore location 'a1'); syscall _ExecBase 606;
- FUNCTION RemTail(list : pList location 'a0') : pNode; syscall _ExecBase 264;
- PROCEDURE RemTask(task : pTask location 'a1'); syscall _ExecBase 288;
- PROCEDURE ReplyMsg(message : pMessage location 'a1'); syscall _ExecBase 378;
- PROCEDURE SendIO(ioRequest : pIORequest location 'a1'); syscall _ExecBase 462;
- FUNCTION SetExcept(newSignals : ULONG location 'd0'; signalSet : ULONG location 'd1') : ULONG; syscall _ExecBase 312;
- FUNCTION SetFunction(lib : pLibrary location 'a1'; funcOffset : LONGINT location 'a0'; newFunction : tPROCEDURE location 'd0') : POINTER; syscall _ExecBase 420;
- FUNCTION SetIntVector(intNumber : LONGINT location 'd0';const interrupt_ : pInterrupt location 'a1') : pInterrupt; syscall _ExecBase 162;
- FUNCTION SetSignal(newSignals : ULONG location 'd0'; signalSet : ULONG location 'd1') : ULONG; syscall _ExecBase 306;
- FUNCTION SetSR(newSR : ULONG location 'd0'; mask : ULONG location 'd1') : ULONG; syscall _ExecBase 144;
- FUNCTION SetTaskPri(task : pTask location 'a1'; priority : LONGINT location 'd0') : shortint; syscall _ExecBase 300;
- PROCEDURE Signal(task : pTask location 'a1'; signalSet : ULONG location 'd0'); syscall _ExecBase 324;
- PROCEDURE StackSwap(newStack : pStackSwapStruct location 'a0'); syscall _ExecBase 732;
- PROCEDURE SumKickData; syscall _ExecBase 612;
- PROCEDURE SumLibrary(lib : pLibrary location 'a1'); syscall _ExecBase 426;
- FUNCTION SuperState : POINTER; syscall _ExecBase 150;
- FUNCTION Supervisor(userFunction : tPROCEDURE location 'a5') : ULONG; syscall _ExecBase 030;
- FUNCTION TypeOfMem(const address : POINTER location 'a1') : ULONG; syscall _ExecBase 534;
- PROCEDURE UserState(sysStack : POINTER location 'd0'); syscall _ExecBase 156;
- PROCEDURE Vacate(sigSem : pSignalSemaphore location 'a0'; bidMsg : pSemaphoreMessage location 'a1'); syscall _ExecBase 546;
- FUNCTION Wait(signalSet : ULONG location 'd0') : ULONG; syscall _ExecBase 318;
- FUNCTION WaitIO(ioRequest : pIORequest location 'a1') : shortint; syscall _ExecBase 474;
- FUNCTION WaitPort(port : pMsgPort location 'a0') : pMessage; syscall _ExecBase 384;
- PROCEDURE NewMinList(minlist : pMinList location 'a0'); syscall _ExecBase 828;
- FUNCTION AVL_AddNode(root : ppAVLNode location 'a0'; node : pAVLNode location 'a1'; func : POINTER location 'a2') : pAVLNode; syscall _ExecBase 852;
- FUNCTION AVL_RemNodeByAddress(root : ppAVLNode location 'a0'; node : pAVLNode location 'a1') : pAVLNode; syscall _ExecBase 858;
- FUNCTION AVL_RemNodeByKey(root : ppAVLNode location 'a0'; key : POINTER location 'a1'; func : POINTER location 'a2') : pAVLNode; syscall _ExecBase 864;
- FUNCTION AVL_FindNode(CONST root : pAVLNode location 'a0'; key : POINTER location 'a1'; func : POINTER location 'a2') : pAVLNode; syscall _ExecBase 870;
- FUNCTION AVL_FindPrevNodeByAddress(CONST node : pAVLNode location 'a0') : pAVLNode; syscall _ExecBase 876;
- FUNCTION AVL_FindPrevNodeByKey(CONST root : pAVLNode location 'a0'; key : POINTER location 'a1'; func : POINTER location 'a2') : pAVLNode; syscall _ExecBase 882;
- FUNCTION AVL_FindNextNodeByAddress(CONST node : pAVLNode location 'a0') : pAVLNode; syscall _ExecBase 888;
- FUNCTION AVL_FindNextNodeByKey(CONST root : pAVLNode location 'a0'; key : POINTER location 'a1'; func : POINTER location 'a2') : pAVLNode; syscall _ExecBase 894;
- FUNCTION AVL_FindFirstNode(CONST root : pAVLNode location 'a0') : pAVLNode; syscall _ExecBase 900;
- FUNCTION AVL_FindLastNode(CONST root : pAVLNode location 'a0') : pAVLNode; syscall _ExecBase 906;
- FUNCTION FindName(list : pList; const name : String) : pNode;
- FUNCTION FindPort(const name : String) : pMsgPort;
- FUNCTION FindResident(const name : String) : pResident;
- FUNCTION FindSemaphore(const sigSem : String) : pSignalSemaphore;
- FUNCTION FindTask(const name : String) : pTask;
- FUNCTION OldOpenLibrary(const libName : String) : pLibrary;
- FUNCTION OpenDevice(const devName : String; unite : ULONG; ioRequest : pIORequest;flags : ULONG) : shortint;
- FUNCTION OpenLibrary(const libName : String; version : ULONG) : pLibrary;
- FUNCTION OpenResource(const resName : String) : POINTER;
- function RawDoFmt(const formatString : String;const dataStream : POINTER; putChProc :tPROCEDURE; putChData : POINTER): pointer;
- function BitMask(no :shortint): longint;
- function IsListEmpty( list : pList): boolean;
- function IsMsgPortEmpty( mp : pMsgPort): boolean;
- procedure BeginIO(IORequest: PIORequest);
- function CreateExtIO(Port: PMsgPort; Size: LongInt): PIORequest;
- procedure DeleteExtIO(IOReq: PIORequest);
- function CreateStdIO(Port: PMsgPort): PIOStdReq;
- procedure DeleteStdIO(IOReq: PIOStdReq);
- function CreatePort(Name: PChar; Pri: LongInt): PMsgPort;
- procedure DeletePort(Port: PMsgPort);
- function CreateTask(Name: STRPTR; Pri: LongInt; InitPC: Pointer; StackSize: LongWord): PTask;
- procedure DeleteTask(Task: PTask);
- procedure NewList(List: PList);
- IMPLEMENTATION
- function BitMask(no :shortint): longint; inline;
- begin
- BitMask := 1 shl no;
- end;
- function IsListEmpty( list : pList): boolean; inline;
- begin
- IsListEmpty := list^.lh_TailPred = pnode(list);
- end;
- function IsMsgPortEmpty( mp : pMsgPort): boolean; inline;
- begin
- with mp^ do
- IsMsgPortEmpty := mp_MsgList.lh_TailPred = pNode(@mp_MsgList);
- end;
- FUNCTION FindName(list : pList; const name : String) : pNode;
- BEGIN
- FindName := FindName(list,PChar(RawByteString(name)));
- END;
- FUNCTION FindPort(const name : String) : pMsgPort;
- BEGIN
- FindPort := FindPort(PChar(RawByteString(name)));
- END;
- FUNCTION FindResident(const name : String) : pResident;
- BEGIN
- FindResident := FindResident(PChar(RawByteString(name)));
- END;
- FUNCTION FindSemaphore(const sigSem : String) : pSignalSemaphore;
- BEGIN
- FindSemaphore := FindSemaphore(PChar(RawByteString(sigSem)));
- END;
- FUNCTION FindTask(const name : String) : pTask;
- BEGIN
- FindTask := FindTask(PChar(RawByteString(name)));
- END;
- FUNCTION OldOpenLibrary(const libName : String) : pLibrary;
- BEGIN
- OldOpenLibrary := OldOpenLibrary(PChar(RawByteString(libName)));
- END;
- FUNCTION OpenDevice(const devName : String; unite : ULONG; ioRequest : pIORequest;
- flags : ULONG) : shortint;
- BEGIN
- OpenDevice := OpenDevice(PChar(RawByteString(devName)),unite,ioRequest,flags);
- END;
- FUNCTION OpenLibrary(const libName : String; version : ULONG) : pLibrary;
- BEGIN
- OpenLibrary := OpenLibrary(PChar(RawByteString(libName)),version);
- END;
- FUNCTION OpenResource(const resName : String) : POINTER;
- BEGIN
- OpenResource := OpenResource(PChar(RawByteString(resName)));
- END;
- function RawDoFmt(const formatString : String;const dataStream : POINTER; putChProc : tPROCEDURE; putChData : POINTER): pointer;
- BEGIN
- RawDoFmt := RawDoFmt(PChar(RawByteString(formatString)),dataStream,putChProc,putChData);
- END;
- procedure BeginIO(IORequest: PIORequest);
- begin
- asm
- move.l a6,-(a7)
- move.l ioRequest,a1 ; get IO Request
- move.l 20(a1),a6 ; extract Device ptr
- jsr -30(a6) ; call BEGINIO directly
- move.l (a7)+,a6
- end;
- end;
- function CreateExtIO(Port: PMsgPort; Size: LongInt): PIORequest;
- var
- IOReq: PIORequest;
- begin
- IOReq := nil;
- if port <> nil then
- begin
- IOReq := ExecAllocMem(Size, MEMF_CLEAR or MEMF_PUBLIC);
- if IOReq <> nil then
- begin
- IOReq^.io_Message.mn_Node.ln_Type := NT_REPLYMSG;
- IOReq^.io_Message.mn_Length := Size;
- IOReq^.io_Message.mn_ReplyPort := Port;
- end;
- end;
- CreateExtIO := IOReq;
- end;
- procedure DeleteExtIO(IOReq: PIORequest);
- begin
- if IOReq <> nil then
- begin
- IOReq^.io_Message.mn_Node.ln_Type := $FF;
- IOReq^.io_Message.mn_ReplyPort := PMsgPort(-1);
- IOReq^.io_Device := PDevice(-1);
- ExecFreeMem(IOReq, IOReq^.io_Message.mn_Length);
- end
- end;
- function CreateStdIO(Port: PMsgPort): PIOStdReq;
- begin
- CreateStdIO := PIOStdReq(CreateExtIO(Port, SizeOf(TIOStdReq)))
- end;
- procedure DeleteStdIO(IOReq: PIOStdReq);
- begin
- DeleteExtIO(PIORequest(IOReq))
- end;
- function CreatePort(Name: PChar; Pri: LongInt): PMsgPort;
- var
- SigBit: Byte;
- Port: PMsgPort;
- begin
- SigBit := AllocSignal(-1);
- if SigBit = -1 then
- begin
- CreatePort := nil;
- Exit;
- end;
- Port := ExecAllocmem(SizeOf(TMsgPort), MEMF_CLEAR or MEMF_PUBLIC);
- if Port = nil then
- begin
- FreeSignal(SigBit);
- CreatePort := nil;
- Exit;
- end;
- with Port^ do
- begin
- if Assigned(Name) then
- mp_Node.ln_Name := Name
- else
- mp_Node.ln_Name := nil;
- mp_Node.ln_Pri := Pri;
- mp_Node.ln_Type := NT_MsgPort;
- mp_Flags := PA_Signal;
- mp_SigBit := SigBit;
- mp_SigTask := FindTask(nil);
- end;
- if Assigned(Name) then
- AddPort(Port)
- else
- NewList(Addr(Port^.mp_MsgList));
- CreatePort := Port;
- end;
- procedure DeletePort(Port: PMsgPort);
- begin
- if Port <> nil then
- begin
- if Port^.mp_Node.ln_Name <> nil then
- RemPort(port);
- Port^.mp_Node.ln_Type := $FF;
- Port^.mp_MsgList.lh_Head := PNode(-1);
- FreeSignal(Port^.mp_SigBit);
- ExecFreeMem(Port, SizeOf(TMsgPort));
- end;
- end;
- function CreateTask(Name: STRPTR; Pri: LongInt; InitPC: Pointer; StackSize: LongWord): PTask;
- var
- Memlist: PMemList;
- Task: PTask;
- TotalSize: LongInt;
- begin
- task := nil;
- StackSize := (StackSize + 3) and not 3;
- TotalSize := SizeOf(TMemList) + SizeOf(TTask) + StackSize;
- Memlist := ExecAllocMem(TotalSize, MEMF_PUBLIC + MEMF_CLEAR);
- if MemList <> nil then
- begin
- MemList^.ml_NumEntries := 1;
- MemList^.ml_ME[0].me_Un.meu_Addr := Pointer(MemList + 1);
- MemList^.ml_ME[0].me_Length := TotalSize - SizeOf(TMemList);
- Task := PTask(MemList + SizeOf(TMemList) + StackSize);
- Task^.tc_Node.ln_Pri := Pri;
- Task^.tc_Node.ln_Type := NT_TASK;
- Task^.tc_Node.ln_Name := Name;
- Task^.tc_SPLower := Pointer(MemList + SizeOf(TMemList));
- Task^.tc_SPUpper := Pointer(Task^.tc_SPLower + StackSize);
- Task^.tc_SPReg := Task^.tc_SPUpper;
- NewList(@Task^.tc_MemEntry);
- AddTail(@Task^.tc_MemEntry,@MemList^.ml_Node);
- AddTask(Task, InitPC, nil)
- end;
- CreateTask := Task;
- end;
- procedure DeleteTask (task: pTask);
- begin
- RemTask(task)
- end;
- procedure NewList (list: pList);
- begin
- with list^ do
- begin
- lh_Head := pNode(@lh_Tail);
- lh_Tail := NIL;
- lh_TailPred := pNode(@lh_Head)
- end
- end;
- END. (* UNIT EXEC *)
|