//! Pure-Rust "hello world" compute kernel: every hart logs its greeting to the
//! U-mode trace buffer and returns. See the package README for the mechanism.
use ;
// The `_start` entry point (naked, in .text.init). The stack pointer is set by
// firmware before entry.
kernel_entry!;
pub extern "C"
!