Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SetKernelStack
Function
SetKernelStack
Kernel/include/arch/x86_64/tss.h:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
void InitializeTSS(tss_t* tss, void* gdt);
26
27
inline void SetKernelStack(tss_t* tss, uint64_t stack){
28
tss->rsp0 = stack;
29
}
30
}
Callers
1
Schedule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected