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.h
blob: b4d0d148f7f589d3a1cb0d02542b4f9847b300cb (
plain
)
1
2
3
4
5
6
7
#ifndef _HALT_H_ #define _HALT_H_ void halt(); void panic(char *msg); #endif