Data Fields | |
| uint8_t | record_indicator |
| Boot record indicator; must be 0. | |
| uint8_t | iso9660_id [5] |
| ISO-9660 identifier; must be "CD001". | |
| uint8_t | version |
| Version, must be 1. | |
| uint8_t | system_indicator [32] |
| Boot system indicator; must be "EL TORITO SPECIFICATION". | |
| uint8_t | unused [32] |
| Unused. | |
| uint32_t | sector |
| Boot catalog sector. | |
Definition at line 44 of file eltorito.c.
Boot record indicator; must be 0.
Definition at line 46 of file eltorito.c.
Referenced by eltorito_read_voldesc().
Boot catalog sector.
Definition at line 56 of file eltorito.c.
Referenced by eltorito_read_voldesc().
1.5.7.1