MCPcopy 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
134pub fn get_user_segments() -> (SegmentSelector, SegmentSelector) {
135 (GDT.1.user_code_selector, GDT.1.user_data_selector)
136}

Callers 2

new_user_threadFunction · 0.85
dispatch_syscallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected