Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ get_user_segments
Function
get_user_segments
kernel/src/gdt.rs:134–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
pub fn get_user_segments() -> (SegmentSelector, SegmentSelector) {
135
(GDT.1.user_code_selector, GDT.1.user_data_selector)
136
}
Callers
2
new_user_thread
Function · 0.85
dispatch_syscall
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected