mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-15 17:29:16 +00:00
Fixed wrong stack pointer & new tss command for crash screen
This commit is contained in:
@ -131,6 +131,7 @@ namespace GlobalDescriptorTable
|
||||
} __attribute__((packed)) GlobalDescriptorTableDescriptor;
|
||||
|
||||
extern void *CPUStackPointer[];
|
||||
extern TaskStateSegment tss[];
|
||||
void Init(int Core);
|
||||
void SetKernelStack(void *Stack);
|
||||
}
|
||||
|
Reference in New Issue
Block a user