Change Interrupts::Handler

This commit is contained in:
Alex
2023-03-23 20:48:09 +02:00
parent 958e4c792e
commit 6b01a21a71
6 changed files with 20 additions and 7 deletions

View File

@ -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)