XenevaOS
Loading...
Searching...
No Matches
Classes | Macros
Mbr.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MBR_PARTITION_RECORD
 
struct  MASTER_BOOT_RECORD
 

Macros

#define MBR_SIGNATURE   0xaa55
 
#define EXTENDED_DOS_PARTITION   0x05
 
#define EXTENDED_WINDOWS_PARTITION   0x0F
 
#define MAX_MBR_PARTITIONS   4
 
#define PMBR_GPT_PARTITION   0xEE
 
#define EFI_PARTITION   0xEF
 
#define MBR_SIZE   512
 

Detailed Description

Legacy Master Boot Record Format Definition.

Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Macro Definition Documentation

◆ EFI_PARTITION

#define EFI_PARTITION   0xEF

◆ EXTENDED_DOS_PARTITION

#define EXTENDED_DOS_PARTITION   0x05

◆ EXTENDED_WINDOWS_PARTITION

#define EXTENDED_WINDOWS_PARTITION   0x0F

◆ MAX_MBR_PARTITIONS

#define MAX_MBR_PARTITIONS   4

◆ MBR_SIGNATURE

#define MBR_SIGNATURE   0xaa55

◆ MBR_SIZE

#define MBR_SIZE   512

◆ PMBR_GPT_PARTITION

#define PMBR_GPT_PARTITION   0xEE