mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 04:19:16 +00:00
Change Interrupts::Handler
This commit is contained in:
@ -740,7 +740,7 @@ namespace Tasking
|
||||
return Process;
|
||||
}
|
||||
|
||||
Task::Task(const IP EntryPoint) : Interrupts::Handler(CPU::x86::IRQ16)
|
||||
Task::Task(const IP EntryPoint) : Interrupts::Handler(16) /* IRQ16 */
|
||||
{
|
||||
SmartLock(TaskingLock);
|
||||
#if defined(a64)
|
||||
|
Reference in New Issue
Block a user