MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / kernel_boots_and_exits_cleanly

Function kernel_boots_and_exits_cleanly

crates/os-runtime/tests/boot.rs:320–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318#[test]
319fn my_kernel_warns_for_unimplemented_device_tree() {
320 assert!(
321 kernel::MY_KERNEL.contains("klog.warn") && kernel::MY_KERNEL.contains("device tree"),
322 "unimplemented device-tree stub must emit a warning, not ok"
323 );
324}
325
326// --- End-to-end kernel boot execution ---

Callers

nothing calls this directly

Calls 1

run_kernel_hllFunction · 0.70

Tested by

no test coverage detected