mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
Kickstart boot diagnostics article added
This commit is contained in:
parent
2283178f09
commit
97b4cb26cc
11 changed files with 688 additions and 0 deletions
|
|
@ -315,6 +315,7 @@ Enforcer doesn't prevent the crash — it just reports it with enough context to
|
|||
- Motorola: *MC68040 User's Manual* — exception stack frame formats
|
||||
- NDK39: `exec/alerts.h`, `exec/tasks.h` (tc_ExceptCode), `exec/execbase.h`
|
||||
- ADCD 2.1: `Supervisor`, `SetExcept`, `Alert`
|
||||
- See also: [Kickstart Boot Diagnostics](../02_boot_sequence/kickstart-boot-diagnostics.md) — exception vector write-verify test (Phase 5), coldExcept handler (CC_EXCEPTION yellow screen)
|
||||
- See also: [Interrupts](interrupts.md) — auto-vector interrupt handling
|
||||
- See also: [Multitasking](multitasking.md) — how debuggers use TRAP for breakpoints
|
||||
- *Amiga ROM Kernel Reference Manual: Exec* — exception handling chapter
|
||||
|
|
|
|||
|
|
@ -247,4 +247,5 @@ After loading Kickstart ROM:
|
|||
- ADCD 2.1: exec.library autodoc
|
||||
- See also: [Library System](library_system.md) — how libraries relate to ExecBase
|
||||
- See also: [Multitasking](multitasking.md) — TaskReady/TaskWait and scheduler internals
|
||||
- See also: [Kickstart Boot Diagnostics](../02_boot_sequence/kickstart-boot-diagnostics.md) — ColdStart ExecBase allocation, chip RAM sizing
|
||||
- *Amiga ROM Kernel Reference Manual: Exec* — ExecBase chapter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue