Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alilee/rust-osdev-jumpstart
/ kernel_init
Function
kernel_init
tests/000_kernel_init.rs:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
#[no_mangle]
18
fn kernel_init() {
19
test_main();
20
}
21
22
#[kernel_test]
23
fn kernel_init_runs() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected