ExitBootServicesWorksNow

This commit is contained in:
Jezura777 2025-04-12 21:36:18 +02:00
parent 951ee15924
commit 871845f7c1
2 changed files with 66 additions and 31 deletions

View file

@ -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