MCPcopy 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
113uintptr_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

bootstrapFunction · 0.85
bootstrapFunction · 0.85
bootstrapFunction · 0.85
bootstrapFunction · 0.85
bootstrapFunction · 0.85

Calls 1

check_kernel_translatedFunction · 0.85

Tested by

no test coverage detected