mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
21 lines
1,022 B
Markdown
21 lines
1,022 B
Markdown
|
|
[← Home](../README.md)
|
||
|
|
|
||
|
|
# exec.library — Kernel Overview
|
||
|
|
|
||
|
|
## Section Index
|
||
|
|
|
||
|
|
| File | Description |
|
||
|
|
|---|---|
|
||
|
|
| [exec_base.md](exec_base.md) | ExecBase structure — full field listing |
|
||
|
|
| [library_system.md](library_system.md) | Library node, OpenLibrary lifecycle |
|
||
|
|
| [library_vectors.md](library_vectors.md) | JMP table, LVO offsets, MakeFunctions |
|
||
|
|
| [tasks_processes.md](tasks_processes.md) | Task/Process structs, scheduling |
|
||
|
|
| [interrupts.md](interrupts.md) | Interrupt levels, INTENA, AddIntServer |
|
||
|
|
| [memory_management.md](memory_management.md) | AllocMem, FreeMem, MemHeader |
|
||
|
|
| [message_ports.md](message_ports.md) | MsgPort, PutMsg, GetMsg, WaitPort |
|
||
|
|
| [signals.md](signals.md) | AllocSignal, SetSignal, Wait |
|
||
|
|
| [semaphores.md](semaphores.md) | SignalSemaphore, ObtainSemaphore |
|
||
|
|
| [io_requests.md](io_requests.md) | IORequest, DoIO, SendIO, AbortIO |
|
||
|
|
| [lists_nodes.md](lists_nodes.md) | MinList/List/Node traversal |
|
||
|
|
| [resident_modules.md](resident_modules.md) | RomTag, RTF_AUTOINIT, FindResident |
|