Expand description
Manifest writer for post-EBS.
Binary manifest format for tracking ISO chunks. Written to ESP for bootloader to locate ISO data.
Modules§
- Manifest flags
Structs§
- Parsed manifest information
- Manifest reader for loading existing manifests
- Binary manifest for ISO chunks
Constants§
- Chunk entry size
- Manifest header size
- Manifest magic: “MXISO\x01\x00\x00” (v1 - compatible with morpheus_core)
- Maximum manifest size (header + 16 chunks)
Functions§
- crc32 🔒CRC32 (IEEE 802.3)
- Generate an 8.3 compatible filename for FAT32 Takes ISO name like “tails-amd64-7.3.1.iso” and returns “TAILS731.MFS”