Kernel/armv7 - Enabled UART input on tegra2
[tpg/acess2.git] / KernelLand / Kernel / arch / x86_64 / proc.asm
index f3b3a28..aff670a 100644 (file)
@@ -147,4 +147,15 @@ Proc_RestoreSSE:
        fxrstor [rdi]
        ret
 
+[section .usertext]
+
+[global User_Signal_Kill]
+User_Signal_Kill:
+       xor rax, rax
+       mov bx, di
+       mov bh, 0x02
+       int 0xAC
+       jmp $
+
+
 ; vim: ft=nasm

UCC git Repository :: git.ucc.asn.au