[BOOT] Execution contexts and more refactoring

This commit is contained in:
2024-10-05 15:44:25 -04:00
parent 7c3dafc051
commit 24a31cab26
13 changed files with 317 additions and 118 deletions

View File

@@ -79,8 +79,6 @@ Return Value:
{
NTSTATUS Status;
DebugPrint(L"Initializing memory manager...\r\n");
//
// Check TranslationType.
//
@@ -105,5 +103,9 @@ Return Value:
return Status;
}
//
// TODO: Finish this routine.
//
return STATUS_SUCCESS;
}