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