Initial paging support
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 29s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
2024-01-17 14:42:07 +01:00
parent 8f40683270
commit 89c18bbce6
9 changed files with 700 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ typedef struct _LOADER_INFORMATION_BLOCK
LOADER_GRAPHICS_INFORMATION_BLOCK FrameBuffer;
} LOADER_INFORMATION_BLOCK, *PLOADER_INFORMATION_BLOCK;
/* Boot Loader memory mapping information */
typedef struct _LOADER_MEMORY_MAPPING
{
LIST_ENTRY ListEntry;