Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ check_kernel
Function
check_kernel
boot/generic/src/kernel.c:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
uintptr_t check_kernel(void *start)
114
{
115
return check_kernel_translated(start, (uintptr_t) start);
116
}
117
118
/**
119
* Checks that the kernel ELF image is valid, and returns the entry point
Callers
5
bootstrap
Function · 0.85
bootstrap
Function · 0.85
bootstrap
Function · 0.85
bootstrap
Function · 0.85
bootstrap
Function · 0.85
Calls
1
check_kernel_translated
Function · 0.85
Tested by
no test coverage detected