bootloader: Actually, don't release the heap just yet.
The EFI loader still needs it inside platform_start_kernel, unfortunately.
This commit is contained in:
@@ -162,7 +162,8 @@ main(stage2_args *args)
|
|||||||
gKernelArgs.boot_volume_size = gBootVolume.ContentSize();
|
gKernelArgs.boot_volume_size = gBootVolume.ContentSize();
|
||||||
|
|
||||||
platform_cleanup_devices();
|
platform_cleanup_devices();
|
||||||
heap_release(args);
|
// TODO: cleanup, heap_release() etc.
|
||||||
|
heap_print_statistics();
|
||||||
platform_start_kernel();
|
platform_start_kernel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user