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