x86: jumping to ring3, first part of system calls implementation
commitb2d7bffdc908c08ce30748d423f2accadd6bacc6
authorPawel Dziepak <pdziepak@quarnos.org>
Thu, 26 Feb 2009 22:34:07 +0000 (26 23:34 +0100)
committerPawel Dziepak <pdziepak@quarnos.org>
Thu, 26 Feb 2009 22:34:07 +0000 (26 23:34 +0100)
tree2b511c4030903893484b5faad409cda3e5f4a651
parentd88cdf3699fb00f48bdad88f1ecf007d8264fd0d
x86: jumping to ring3, first part of system calls implementation
12 files changed:
arch/x86/Makefile
arch/x86/general.h
arch/x86/interrupt.S [copied from arch/x86/taskswitch.h with 58% similarity]
arch/x86/launch.cpp
arch/x86/loaders/systemload.S
arch/x86/lowlevel.cpp
arch/x86/taskswitch.cpp
arch/x86/taskswitch.h
manes/injector.c
modules/module.cpp
modules/module.h
modules/modules_start.cpp