index
:
APLOS
master
An operating system experiment
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
panic.c
blob: 5b17b04897867981add8b957c037ddbe0066663e (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#include "aplos.h" void panic(void) { print(u8"--- PANIC ---\n"); halt(); }