NeKernel dev
Loading...
Searching...
No Matches
GPT.h File Reference
#include <FirmwareKit/EFI/EFI.h>
#include <NeKit/Config.h>

Go to the source code of this file.

Classes

struct  Kernel::GPT_PARTITION_TABLE
struct  Kernel::GPT_PARTITION_ENTRY

Namespaces

namespace  Kernel
 UPS inline definitions.

Macros

#define kSectorAlignGPT_PartTbl   (420U)
#define kSectorAlignGPT_PartEntry   (72U)
#define kMagicLenGPT   (8U)
#define kMagicGPT   ("EFI PART")
#define kGPTPartitionTableLBA   (512U + sizeof(GPT_PARTITION_TABLE))

Macro Definition Documentation

◆ kGPTPartitionTableLBA

#define kGPTPartitionTableLBA   (512U + sizeof(GPT_PARTITION_TABLE))

◆ kMagicGPT

#define kMagicGPT   ("EFI PART")

◆ kMagicLenGPT

#define kMagicLenGPT   (8U)

◆ kSectorAlignGPT_PartEntry

#define kSectorAlignGPT_PartEntry   (72U)

◆ kSectorAlignGPT_PartTbl

#define kSectorAlignGPT_PartTbl   (420U)