Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ init
Function
init
src/sys/idt.rs:130–134 ·
view source on GitHub ↗
Initialize
()
Source
from the content-addressed store, hash-verified
128
129
// Initialize
130
pub fn init()
131
{
132
// Load the IDT
133
IDT.load();
134
}
135
136
137
// The intridx function, which translates interrupt-requests into system-interrupts
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected