mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-27 05:55:00 +00:00
Add GetKernelStack
This commit is contained in:
@@ -135,6 +135,7 @@ namespace GlobalDescriptorTable
|
||||
extern TaskStateSegment tss[];
|
||||
void Init(int Core);
|
||||
void SetKernelStack(void *Stack);
|
||||
void *GetKernelStack();
|
||||
}
|
||||
|
||||
#define GDT_KERNEL_CODE offsetof(GlobalDescriptorTable::GlobalDescriptorTableEntries, Code)
|
||||
|
Reference in New Issue
Block a user