mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
docs(amiga): make cross-references clickable markdown links
Convert bare .md path references in 29 files to proper [name](relative/path) markdown links for GitHub navigation.
This commit is contained in:
parent
551ebda2b1
commit
fca930d0db
29 changed files with 46 additions and 46 deletions
|
|
@ -122,5 +122,5 @@ CIA interrupts are serviced via AddIntServer on `INTB_PORTS` (level 2, CIA-A) or
|
|||
|
||||
- NDK39: `hardware/intbits.h`, `hardware/cia.h`
|
||||
- ADCD 2.1: `AddIntServer`, `RemIntServer`, `SetIntVector`, `Disable`, `Forbid`
|
||||
- `01_hardware/common/cia_chips.md` — CIA timer and ICR details
|
||||
- `01_hardware/ocs_a500/custom_registers.md` — INTENA/INTREQ register listing
|
||||
- [cia_chips.md](../01_hardware/common/cia_chips.md) — CIA timer and ICR details
|
||||
- [custom_registers.md](../01_hardware/ocs_a500/custom_registers.md) — INTENA/INTREQ register listing
|
||||
|
|
|
|||
|
|
@ -94,4 +94,4 @@ if (lib) printf("Found v%d\n", lib->lib_Version);
|
|||
|
||||
- NDK39: `exec/libraries.h`
|
||||
- ADCD 2.1: `OpenLibrary`, `CloseLibrary`, `FindName`
|
||||
- `04_linking_and_libraries/shared_libraries_runtime.md` — expunge lifecycle
|
||||
- [shared_libraries_runtime.md](../04_linking_and_libraries/shared_libraries_runtime.md) — expunge lifecycle
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ APTR SetFunction(struct Library *library, LONG funcOffset, APTR newFunction);
|
|||
old_write = SetFunction((struct Library *)DOSBase, -48, my_write_hook);
|
||||
```
|
||||
|
||||
See `05_reversing/dynamic/setfunction_patching.md` for trampoline patterns.
|
||||
See [setfunction_patching.md](../05_reversing/dynamic/setfunction_patching.md) for trampoline patterns.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -121,5 +121,5 @@ If `LIBF_SUMUSED` is set, exec verifies the checksum at `CloseLibrary` time. Pat
|
|||
|
||||
- NDK39: `exec/execbase.h`, `exec/libraries.h`
|
||||
- ADCD 2.1: `MakeFunctions`, `MakeLibrary`, `SetFunction`, `SumLibrary`
|
||||
- `05_reversing/static/library_jmp_table.md` — reconstruction workflow
|
||||
- `04_linking_and_libraries/lvo_table.md` — complete LVO reference tables
|
||||
- [library_jmp_table.md](../05_reversing/static/library_jmp_table.md) — reconstruction workflow
|
||||
- [lvo_table.md](../04_linking_and_libraries/lvo_table.md) — complete LVO reference tables
|
||||
|
|
|
|||
|
|
@ -147,5 +147,5 @@ DeletePool(pool); /* LVO -714 */
|
|||
|
||||
- NDK39: `exec/memory.h`, `exec/execbase.h`
|
||||
- ADCD 2.1: `AllocMem`, `FreeMem`, `AllocVec`, `FreeVec`, `CreatePool`
|
||||
- `01_hardware/common/address_space.md` — full address map
|
||||
- [address_space.md](../01_hardware/common/address_space.md) — full address map
|
||||
- *Amiga ROM Kernel Reference Manual: Exec* — memory management chapter
|
||||
|
|
|
|||
|
|
@ -128,5 +128,5 @@ DeleteMsgPort(port);
|
|||
|
||||
- NDK39: `exec/tasks.h`, `exec/execbase.h`
|
||||
- ADCD 2.1: `AllocSignal`, `FreeSignal`, `Signal`, `Wait`, `SetSignal`
|
||||
- `06_exec_os/tasks_processes.md` — tc_SigAlloc, tc_SigRecvd fields
|
||||
- [tasks_processes.md](tasks_processes.md) — tc_SigAlloc, tc_SigRecvd fields
|
||||
- *Amiga ROM Kernel Reference Manual: Exec* — signals chapter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue