export fn start_kernel() callconv(.c) noreturn { // Placeholder for kernel start function while (true) {} }