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: 99b171775348da651ab6c1850e355d1810a3a9e6 (
plain
)
1
2
3
4
5
6
7
#ifndef HALT_H #define HALT_H void halt(); void panic(char *msg); #endif