diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-10-29 11:26:44 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-10-29 11:26:44 +0300 |
commit | c4fcc92183c55db868d0d6ae53e6009fb2e53ee5 (patch) | |
tree | ad5ef50aa07465e11f779c4482e20e6071182e9c /arch/i686/include/sys/control.h | |
parent | makefile: add libk target (diff) | |
download | kernel-c4fcc92183c55db868d0d6ae53e6009fb2e53ee5.tar.xz |
makefile: add i686/arch.a target
Diffstat (limited to 'arch/i686/include/sys/control.h')
-rw-r--r-- | arch/i686/include/sys/control.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/i686/include/sys/control.h b/arch/i686/include/sys/control.h deleted file mode 100644 index a40a67f..0000000 --- a/arch/i686/include/sys/control.h +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once - -static void -abort() -{ - asm volatile(R"(cli -h: hlt -jmp h)"); -} |