mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 04:19:16 +00:00
KernelShutdownThread stub
This commit is contained in:
@ -27,6 +27,8 @@ namespace Tasking
|
||||
{
|
||||
extern "C" void OneShot(int TimeSlice)
|
||||
{
|
||||
if (TimeSlice == 0)
|
||||
TimeSlice = 10;
|
||||
#if defined(__amd64__)
|
||||
((APIC::Timer *)Interrupts::apicTimer[GetCurrentCPU()->ID])->OneShot(CPU::x64::IRQ16, TimeSlice);
|
||||
#elif defined(__i386__)
|
||||
|
Reference in New Issue
Block a user