Kickstart boot diagnostics article added

This commit is contained in:
Ilia Sharin 2026-06-02 11:57:54 -04:00
parent 2283178f09
commit 97b4cb26cc
11 changed files with 688 additions and 0 deletions

View file

@ -14,3 +14,4 @@ From power-on to Workbench desktop: hardware init, ROM validation, kernel creati
| [dos_boot.md](dos_boot.md) | strap module, boot block format and execution, MountList/DOSDrivers, system assigns, Startup-Sequence walkthrough |
| [floppy_vs_hdd_physical_boot.md](floppy_vs_hdd_physical_boot.md) | Physical hardware mechanisms: floppy MFM streaming, HDD RDB scanning, DMA transfers, and physical failure modes |
| [early_startup.md](early_startup.md) | Early Startup Control menu: boot device selection, display mode override, recovery scenarios |
| [kickstart-boot-diagnostics.md](kickstart-boot-diagnostics.md) | **Kickstart POST: color-screen self-test architecture, 7-phase ColdStart sequence, coldCrash handler, diagnostic cartridge intercept, troubleshooting cross-reference** |