[NTVDM]
[reactos.git] / reactos / subsystems / mvdm / ntvdm / bios / bios32 / bios32.c
index 6f43a49..3546de6 100644 (file)
@@ -27,8 +27,6 @@
 #include "vidbios32.h"
 #include "moubios32.h"
 
-#include "ems.h"
-
 #include "io.h"
 #include "hardware/cmos.h"
 #include "hardware/pic.h"
@@ -665,13 +663,6 @@ Bios32Post(VOID)
 
     SearchAndInitRoms(&BiosContext);
 
-    /* Initialize EMS */
-    if (!EmsInitialize(EMS_TOTAL_PAGES))
-    {
-        DPRINT1("Could not initialize EMS. EMS will not be available.\n"
-                "Try reducing the number of EMS pages.\n");
-    }
-
     /*
      * End of the 32-bit POST portion. We then fall back into 16-bit where
      * the rest of the POST code is executed, typically calling INT 19h
@@ -733,7 +724,6 @@ BOOLEAN Bios32Initialize(VOID)
 
 VOID Bios32Cleanup(VOID)
 {
-    EmsCleanup();
     MouseBios32Cleanup();
     VidBios32Cleanup();
     KbdBios32Cleanup();