mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
Kernel: Expand the kernel memory slot from 16 MiB to 32 MiB
Like in 8cd5477e54, we need to expand the
kernel slot again to be able to boot again.
This commit is contained in:
@@ -104,7 +104,7 @@ static Processor s_bsp_processor; // global but let's keep it "private"
|
||||
|
||||
extern "C" UNMAP_AFTER_INIT [[noreturn]] void init()
|
||||
{
|
||||
if ((FlatPtr)&end_of_kernel_image >= 0xc1000000u) {
|
||||
if ((FlatPtr)&end_of_kernel_image >= 0xc2000000u) {
|
||||
// The kernel has grown too large again!
|
||||
asm volatile("cli;hlt");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user