mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
QoL improvements
This commit is contained in:
@ -50,7 +50,7 @@ struct CPUData
|
||||
|
||||
/** @brief Is CPU online? */
|
||||
bool IsActive;
|
||||
};
|
||||
} __aligned(16);
|
||||
|
||||
CPUData *GetCurrentCPU();
|
||||
CPUData *GetCPU(long ID);
|
||||
|
Reference in New Issue
Block a user