Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ hltloop
Function
hltloop
src/lib.rs:74–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
pub fn hltloop() -> !
75
{
76
loop
77
{
78
x86_64::instructions::hlt();
79
}
80
}
81
82
// This implementation is used for the FAT filesystem.
83
pub trait BlockDevice
Callers
5
panic
Function · 0.85
test_panic_handler
Function · 0.85
test_kernmain
Function · 0.85
_start
Function · 0.85
page_fault_handler
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_panic_handler
Function · 0.68
test_kernmain
Function · 0.68