Closed tsoutsman closed 1 year ago
Continuation of https://github.com/rust-osdev/x86_64/issues/125 I suppose.
To add some context, we noticed this lack of inlining while switching some CPU-local storage code in Theseus OS from using inline assembly to using this crate's segment base register access functions.
Continuation of https://github.com/rust-osdev/x86_64/issues/125 I suppose.