Changing syscall interface to jump to KUSER_CODE, allowing use
authorJohn Hodge <[email protected]>
Thu, 22 Jul 2010 13:11:15 +0000 (21:11 +0800)
committerJohn Hodge <[email protected]>
Thu, 22 Jul 2010 13:11:15 +0000 (21:11 +0800)
commite7fb36caedf6cd739359e98a163041b6e058ce7a
tree27d8abdcbbc152bf5b61fc29a83cdd3ebf000614
parent0f54377f4a60ddb606330ced24dc7179383380b1
Changing syscall interface to jump to KUSER_CODE, allowing use
of SYSENTER/SYSCALL instead of int 0x80 to be selected at runtime
- Also moved timer start earlier in startup
Kernel/arch/x86/main.c
Kernel/arch/x86/proc.asm
Kernel/include/syscalls.h
Kernel/include/syscalls.inc.asm
Kernel/syscalls.lst
Usermode/Libraries/libacess.so_src/syscalls.inc.asm

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