History log of /haiku/src/system/kernel/arch/x86/32/syscalls_asm.S
Revision Date Author Comments
# 02dd3236 30-Jul-2012 Alex Smith <alex@alex-smith.me.uk>

Better names for syscall/signal functions copied to the commpage.


# 370ab57d 23-Jul-2012 Alex Smith <alex@alex-smith.me.uk>

Initial userland support for x86_64.

Userland switch is implemented, as is basic system call support (using
SYSCALL/SYSRET). The system call handler is not yet complete: it doesn't
handle more than 6 arguments, and does not perform all the necessary kernel
entry/exit work (neither does the interrupt handler). However, this is
sufficient for runtime_loader to start and print some debug output.


# 02dd3236d21fd322310a1f791bab69d7bc031434 30-Jul-2012 Alex Smith <alex@alex-smith.me.uk>

Better names for syscall/signal functions copied to the commpage.


# 370ab57d49a208f79ce3c5e9f92be13b58c48f18 23-Jul-2012 Alex Smith <alex@alex-smith.me.uk>

Initial userland support for x86_64.

Userland switch is implemented, as is basic system call support (using
SYSCALL/SYSRET). The system call handler is not yet complete: it doesn't
handle more than 6 arguments, and does not perform all the necessary kernel
entry/exit work (neither does the interrupt handler). However, this is
sufficient for runtime_loader to start and print some debug output.