mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 15:28:58 +01:00
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:
parent
545ea51c99
commit
9e3eeba450
@ -162,7 +162,8 @@ main(stage2_args *args)
|
||||
gKernelArgs.boot_volume_size = gBootVolume.ContentSize();
|
||||
|
||||
platform_cleanup_devices();
|
||||
heap_release(args);
|
||||
// TODO: cleanup, heap_release() etc.
|
||||
heap_print_statistics();
|
||||
platform_start_kernel();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user