ref: cc3c4401a74588c302c55ba7acb19cd773fdf775 dir: /libkern/abort.c/
#include <u.h> #include "kern.h" void abort(void) { while(*(int*)0) ; }