Kernel: We now store the processes exit code
This commit is contained in:
@@ -122,7 +122,7 @@ namespace IDT
|
||||
{
|
||||
auto message = BAN::String::formatted("{}, aborting\n", isr_exceptions[isr]);
|
||||
(void)Kernel::Process::current().write(STDERR_FILENO, message.data(), message.size());
|
||||
Kernel::Process::current().exit();
|
||||
Kernel::Process::current().exit(1);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user