mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-05 20:39:19 +00:00
added no_stack_protector attribute to functions
This commit is contained in:
@ -26,7 +26,7 @@ namespace GlobalDescriptorTable
|
||||
0,
|
||||
};
|
||||
|
||||
void Init(int Core)
|
||||
__attribute__((no_stack_protector)) void Init(int Core)
|
||||
{
|
||||
CPU::x64::lgdt(&gdt);
|
||||
|
||||
|
Reference in New Issue
Block a user