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

@@ -9,21 +9,6 @@
#include <xtos.h>
/**
* Performs an early pre-initialization of hardware-related structures.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
MmInitializeHardware(VOID)
{
/* Check for architecture-specific memory extensions enabled by the firmware or boot loader */
MmpMemoryExtension = MmpMemoryExtensionEnabled();
}
/**
* Performs an early initialization of the XTOS Memory Manager.
*