OpenCore
1.0.4
OpenCore Bootloader
|
#include <AppleBootArgs.h>
Data Fields | |
UINT16 | Revision |
UINT16 | Version |
CHAR8 | CommandLine [BOOT_LINE_LENGTH] |
UINT32 | MemoryMap |
UINT32 | MemoryMapSize |
UINT32 | MemoryMapDescriptorSize |
UINT32 | MemoryMapDescriptorVersion |
Boot_VideoV1 | Video |
UINT32 | deviceTreeP |
UINT32 | deviceTreeLength |
UINT32 | kaddr |
UINT32 | ksize |
UINT32 | efiRuntimeServicesPageStart |
UINT32 | efiRuntimeServicesPageCount |
UINT32 | efiSystemTable |
UINT8 | efiMode |
UINT8 | __reserved1 [3] |
UINT32 | __reserved2 [1] |
UINT32 | performanceDataStart |
UINT32 | performanceDataSize |
UINT64 | efiRuntimeServicesVirtualPageStart |
UINT32 | __reserved3 [2] |
Definition at line 88 of file AppleBootArgs.h.
UINT8 BootArgs1::__reserved1[3] |
Definition at line 112 of file AppleBootArgs.h.
UINT32 BootArgs1::__reserved2[1] |
Definition at line 113 of file AppleBootArgs.h.
UINT32 BootArgs1::__reserved3[2] |
Definition at line 117 of file AppleBootArgs.h.
CHAR8 BootArgs1::CommandLine[BOOT_LINE_LENGTH] |
Definition at line 92 of file AppleBootArgs.h.
UINT32 BootArgs1::deviceTreeLength |
Definition at line 102 of file AppleBootArgs.h.
UINT32 BootArgs1::deviceTreeP |
Definition at line 101 of file AppleBootArgs.h.
UINT8 BootArgs1::efiMode |
Definition at line 111 of file AppleBootArgs.h.
UINT32 BootArgs1::efiRuntimeServicesPageCount |
Definition at line 108 of file AppleBootArgs.h.
UINT32 BootArgs1::efiRuntimeServicesPageStart |
Definition at line 107 of file AppleBootArgs.h.
UINT64 BootArgs1::efiRuntimeServicesVirtualPageStart |
Definition at line 116 of file AppleBootArgs.h.
UINT32 BootArgs1::efiSystemTable |
Definition at line 109 of file AppleBootArgs.h.
UINT32 BootArgs1::kaddr |
Definition at line 104 of file AppleBootArgs.h.
UINT32 BootArgs1::ksize |
Definition at line 105 of file AppleBootArgs.h.
UINT32 BootArgs1::MemoryMap |
Definition at line 94 of file AppleBootArgs.h.
UINT32 BootArgs1::MemoryMapDescriptorSize |
Definition at line 96 of file AppleBootArgs.h.
UINT32 BootArgs1::MemoryMapDescriptorVersion |
Definition at line 97 of file AppleBootArgs.h.
UINT32 BootArgs1::MemoryMapSize |
Definition at line 95 of file AppleBootArgs.h.
UINT32 BootArgs1::performanceDataSize |
Definition at line 115 of file AppleBootArgs.h.
UINT32 BootArgs1::performanceDataStart |
Definition at line 114 of file AppleBootArgs.h.
UINT16 BootArgs1::Revision |
Definition at line 89 of file AppleBootArgs.h.
UINT16 BootArgs1::Version |
Definition at line 90 of file AppleBootArgs.h.
Boot_VideoV1 BootArgs1::Video |
Definition at line 99 of file AppleBootArgs.h.