mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
docs: Document CDFS architecture and handler ecosystem
- Add comprehensive cdfs.md covering ISO 9660, UDF, handlers, and hardware. - Update relevant section indexes (07_dos, 10_devices, 02_boot_sequence) and root README. - Expand scsi.md to link to the new CDFS coverage.
This commit is contained in:
parent
36b2ea8af3
commit
b915524667
6 changed files with 897 additions and 5 deletions
|
|
@ -200,6 +200,7 @@ The Amiga's documentation was scattered across out-of-print manuals, Usenet post
|
|||
| [process_management.md](07_dos/process_management.md) | CreateNewProc, SystemTagList |
|
||||
| [packet_system.md](07_dos/packet_system.md) | DosPacket, ACTION_* codes |
|
||||
| [filesystem.md](07_dos/filesystem.md) | FFS/OFS block layout, hash, checksum |
|
||||
| [cdfs.md](07_dos/cdfs.md) | **CD-ROM filesystems**: ISO 9660, Rock Ridge, Joliet, UDF, HFS; 7 handler implementations; architecture; hardware platforms |
|
||||
| [environment.md](07_dos/environment.md) | GetVar/SetVar, local/global env variables |
|
||||
| [error_handling.md](07_dos/error_handling.md) | IoErr, error codes, PrintFault |
|
||||
| [cli_shell.md](07_dos/cli_shell.md) | CLI/Shell deep dive: architecture, pipes & I/O redirection, script cookbook (7 patterns), ReadArgs API, built-in commands, named antipatterns, TRIPOS heritage |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue