Kernel: kmalloc does not dump stack trace
dump_stack_trace() page faults and i dont feel like debugging this now :)
This commit is contained in:
@@ -189,7 +189,8 @@ static void init2(void* tty1)
|
||||
MUST(Process::create_kernel(
|
||||
[](void*)
|
||||
{
|
||||
MUST(LibELF::ELF::load_from_file("/bin/test"sv));
|
||||
if (auto res = LibELF::ELF::load_from_file("/boot/banan-os.kernel"sv); res.is_error())
|
||||
dwarnln("{}", res.error());
|
||||
Process::current().exit();
|
||||
}, nullptr
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user