ExitBootServicesWorksNow
This commit is contained in:
parent
951ee15924
commit
871845f7c1
2 changed files with 66 additions and 31 deletions
11
uefi.inc
11
uefi.inc
|
@ -299,6 +299,17 @@ struc EFI_GRAPHICS_OUTPUT_MODE_INFORMATION {
|
|||
.PixelsPerScanline int32
|
||||
}
|
||||
struct EFI_GRAPHICS_OUTPUT_MODE_INFORMATION
|
||||
|
||||
struc EFI_MEMORY_DESCRIPTOR {
|
||||
.Type int32
|
||||
.Pad int32
|
||||
.PhysicalStart int64
|
||||
.VirtualStart int64
|
||||
.NumberOfPages int64
|
||||
.Attribute int64
|
||||
}
|
||||
struct EFI_MEMORY_DESCRIPTOR
|
||||
|
||||
;---macros to make life easier---
|
||||
;call it early, after entry point is the best
|
||||
macro InitializeLib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue