mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-07 13:29:18 +00:00
Revamped kernel panic functions with significant improvements
This commit is contained in:
@ -479,9 +479,8 @@ namespace Driver
|
||||
{
|
||||
dbg_api("%d, %s", MajorID, Name);
|
||||
|
||||
Tasking::PCB *pcb = TaskManager->CreateProcess(nullptr,
|
||||
Name, Tasking::System,
|
||||
nullptr, true, 0, 0);
|
||||
Tasking::PCB *pcb = TaskManager->CreateProcess(nullptr, Name, Tasking::System,
|
||||
true, 0, 0);
|
||||
|
||||
return pcb->ID;
|
||||
}
|
||||
|
Reference in New Issue
Block a user