diff --git a/sortix/kernel.cpp b/sortix/kernel.cpp index cf6bd253..2a2e7cc4 100644 --- a/sortix/kernel.cpp +++ b/sortix/kernel.cpp @@ -203,7 +203,7 @@ namespace Sortix #else // TODO: UGLY HACK because JSVM doesn't support multiboot yet! initrd = (uint8_t*) 0x180000UL; - initrdsize = 0x80000; // 512 KiB + initrdsize = 0x280000; // 2 MiB 512 KiB #endif #ifndef JSSORTIX