Data Fields | |
| uint8_t | indicator |
| Boot indicator. | |
| uint8_t | media_type |
| Media type. | |
| uint16_t | load_segment |
| Load segment. | |
| uint8_t | filesystem |
| System type. | |
| uint8_t | reserved_a |
| Unused. | |
| uint16_t | length |
| Sector count. | |
| uint32_t | start |
| Starting sector. | |
| uint8_t | reserved_b [20] |
| Unused. | |
Definition at line 81 of file eltorito.c.
Boot indicator.
Must be ELTORITO_BOOTABLE for a bootable ISO image
Definition at line 86 of file eltorito.c.
Referenced by eltorito_read_catalog().
Load segment.
Definition at line 92 of file eltorito.c.
Referenced by eltorito_load(), eltorito_load_disk(), and eltorito_read_catalog().
1.5.7.1