forked from xt-sys/exectos
Make ExectOS only run on processors which support PAE
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user