index
:
kernel.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
i686
/
sys
/
control.h
blob: a40a67ff546b98dd38abdb387200ba8c17803932 (
plain
)
1
2
3
4
5
6
7
8
9
#pragma once
static void
abort
()
{
asm
volatile
(
R
"(cli
h: hlt
jmp h)"
);
}