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
|
|
@ -442,5 +442,6 @@ print(f'Checksum: \${ s:08X}', '✓' if s == 0xFFFFFFFF else '✗ BAD')
|
|||
- NDK39: `exec/resident.h`, `exec/execbase.h`
|
||||
- amitools: `romtool` — https://github.com/cnvogelg/amitools
|
||||
- See also: [Cold Boot](cold_boot.md) — boot sequence using the ROM
|
||||
- See also: [Kickstart Boot Diagnostics](kickstart-boot-diagnostics.md) — ROM checksum algorithm, CC_BADROMSUM red screen
|
||||
- See also: [Kickstart Init](kickstart_init.md) — how residents are initialized
|
||||
- See also: [Resident Modules](../06_exec_os/resident_modules.md) — RomTag structure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue