mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
Update Task.cpp
This commit is contained in:
parent
4f94d4cc6d
commit
9d4fb06f4c
@ -56,6 +56,7 @@ namespace Tasking
|
||||
__attribute__((no_stack_protector)) void Task::OnInterruptReceived(CPU::x64::TrapFrame *Frame)
|
||||
{
|
||||
fixme("unimplemented");
|
||||
OneShot(500); // test
|
||||
}
|
||||
#elif defined(__i386__)
|
||||
__attribute__((no_stack_protector)) void Task::OnInterruptReceived(void *Frame)
|
||||
|
Loading…
x
Reference in New Issue
Block a user