Virtual memory works baby! Virtual Heap at 0x80000000 fully enabled. Next up, EFI...
[reactos.git] / reactos / boot / environ / lib / mm / heapalloc.c
index d514e66..5b65399 100644 (file)
@@ -155,6 +155,8 @@ MmHapHeapAllocatorExtend (
                                        0);
     if (!NT_SUCCESS(Status))
     {
+        EfiPrintf(L"HEAP ALLOCATION FAILED\r\n");
+        EfiStall(1000000);
         return Status;
     }