mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
QoL and bug fixes
This commit is contained in:
@ -45,7 +45,7 @@ struct CPUData
|
||||
uintptr_t TempStack; /* gs+0x8 */
|
||||
|
||||
/** @brief Used by CPU */
|
||||
uintptr_t Stack;
|
||||
uintptr_t Stack; /* gs+0x10 */
|
||||
|
||||
/** @brief CPU ID. */
|
||||
int ID;
|
||||
|
Reference in New Issue
Block a user