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