index
:
cuddles.git
master
cute x86-64 operating system, WIP ^w^. todo: https://pad.piratenpartei.at/p/cuddlesOS
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stage3
/
halt.c
blob: 63ad8e255e65f3396cd8d416ccea3cd0af4ca441 (
plain
)
1
2
3
4
5
6
7
#include "halt.h" void halt() { for (;;) ; }