Make ExectOS only run on processors which support PAE
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 55s
Builds / ExectOS (i686) (push) Successful in 53s

This commit is contained in:
2024-05-24 16:30:39 +02:00
parent 5221db2e63
commit b4588d5b4c
5 changed files with 9 additions and 50 deletions

View File

@@ -20,8 +20,6 @@ XTAPI
VOID
KepInitializeKernel(VOID)
{
/* Initialize architecture specific hardware extensions */
MmInitializeHardware();
}
/**