OpenCore
1.0.4
OpenCore Bootloader
|
#include <Base.h>
#include <Uefi.h>
#include <Library/UefiImageLib.h>
Go to the source code of this file.
Data Structures | |
struct | _EFILDRHANDOFF |
struct | EFILDR_IMAGE |
struct | EFILDR_HEADER |
Macros | |
#define | EFILDR_BASE_SEGMENT 0x2000 |
#define | EFILDR_LOAD_ADDRESS (EFILDR_BASE_SEGMENT << 4) |
#define | EFILDR_HEADER_ADDRESS (EFILDR_LOAD_ADDRESS+0x2000) |
#define | EFILDR_CB_VA 0x00 |
Typedefs | |
typedef struct _EFILDRHANDOFF | EFILDRHANDOFF |
Copyright (c) 2006, 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.
Module Name: EfiLdrHandoff.h
Abstract:
Revision History:
Definition in file EfiLdrHandoff.h.
#define EFILDR_BASE_SEGMENT 0x2000 |
Definition at line 28 of file EfiLdrHandoff.h.
#define EFILDR_CB_VA 0x00 |
Definition at line 32 of file EfiLdrHandoff.h.
#define EFILDR_HEADER_ADDRESS (EFILDR_LOAD_ADDRESS+0x2000) |
Definition at line 30 of file EfiLdrHandoff.h.
#define EFILDR_LOAD_ADDRESS (EFILDR_BASE_SEGMENT << 4) |
Definition at line 29 of file EfiLdrHandoff.h.
typedef struct _EFILDRHANDOFF EFILDRHANDOFF |