diff options
Diffstat (limited to 'rt/+x86_64/halt.s')
| -rw-r--r-- | rt/+x86_64/halt.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rt/+x86_64/halt.s b/rt/+x86_64/halt.s new file mode 100644 index 0000000..72404b3 --- /dev/null +++ b/rt/+x86_64/halt.s @@ -0,0 +1,5 @@ +.globl rt.halt +rt.halt: + cli + hlt + jmp rt.halt |
