#include "kern/error.hpp" extern "C" [[noreturn]] auto abort() -> void { teachos::panic("Abort called"); }