mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix typo in initrd extraction failure panic.
This commit is contained in:
parent
320b953e20
commit
1dee12e58e
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ static void BootThread(void* /*user*/)
|
|||
|
||||
// Install the initrd into our fresh RAM filesystem.
|
||||
if ( !InitRD::ExtractFromPhysicalInto(initrd, initrdsize, droot) )
|
||||
Panic("Unable to extract initrd into RAM root filesystem. You machine "
|
||||
Panic("Unable to extract initrd into RAM root filesystem. Your machine "
|
||||
"needs more memory to boot using this initrd, as a rule of thumb "
|
||||
"you need twice as much memory as the size of the initrd device.");
|
||||
|
||||
|
|
Loading…
Reference in a new issue