Microkernel thing OS experiment (Zig ⚡)
1pub inline fn die() noreturn { 2 while (true) { 3 asm volatile ("hlt"); 4 } 5}