X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Fproc.asm;h=20a4fd7806782da1c5fd49f7a9cb492a5239654d;hb=3998cfbbadb005bf3ad52ea2538dc21f82864ddc;hp=fd863a42e93c04f21167bcb38bb0571de4f96116;hpb=321d008781422b7d7137e9acc1ba0e84dec79ff1;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/proc.asm b/Kernel/arch/x86/proc.asm index fd863a42..20a4fd78 100644 --- a/Kernel/arch/x86/proc.asm +++ b/Kernel/arch/x86/proc.asm @@ -239,6 +239,7 @@ GetCPUNum: ; Export a place for the user to jump to to call a syscall ; - Allows the kernel to change the method easily User_Syscall: + xchg bx, bx int 0xAC ; A place to return to and exit