MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ElTorito.h File Reference

Data Structures

union  CDROM_VOLUME_DESCRIPTOR
 
union  ELTORITO_CATALOG
 

Macros

#define CDVOL_TYPE_STANDARD   0x0
 
#define CDVOL_TYPE_CODED   0x1
 
#define CDVOL_TYPE_END   0xFF
 
#define CDVOL_ID   "CD001"
 
#define CDVOL_ELTORITO_ID   "EL TORITO SPECIFICATION"
 
#define ELTORITO_ID_CATALOG   0x01
 
#define ELTORITO_ID_SECTION_BOOTABLE   0x88
 
#define ELTORITO_ID_SECTION_NOT_BOOTABLE   0x00
 
#define ELTORITO_ID_SECTION_HEADER   0x90
 
#define ELTORITO_ID_SECTION_HEADER_FINAL   0x91
 
#define ELTORITO_NO_EMULATION   0x00
 
#define ELTORITO_12_DISKETTE   0x01
 
#define ELTORITO_14_DISKETTE   0x02
 
#define ELTORITO_28_DISKETTE   0x03
 
#define ELTORITO_HARD_DISK   0x04
 

Detailed Description

ElTorito Partitions Format Definition. This file includes some definitions from

  1. "El Torito" Bootable CD-ROM Format Specification, Version 1.0.
  2. Volume and File Structure of CDROM for Information Interchange, Standard ECMA-119. (IS0 9660)

Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Macro Definition Documentation

#define CDVOL_ELTORITO_ID   "EL TORITO SPECIFICATION"
#define CDVOL_ID   "CD001"
#define CDVOL_TYPE_CODED   0x1
#define CDVOL_TYPE_END   0xFF
#define CDVOL_TYPE_STANDARD   0x0
#define ELTORITO_12_DISKETTE   0x01
#define ELTORITO_14_DISKETTE   0x02
#define ELTORITO_28_DISKETTE   0x03
#define ELTORITO_HARD_DISK   0x04
#define ELTORITO_ID_CATALOG   0x01
#define ELTORITO_ID_SECTION_BOOTABLE   0x88
#define ELTORITO_ID_SECTION_HEADER   0x90
#define ELTORITO_ID_SECTION_HEADER_FINAL   0x91
#define ELTORITO_ID_SECTION_NOT_BOOTABLE   0x00
#define ELTORITO_NO_EMULATION   0x00