summaryrefslogtreecommitdiff
path: root/src/arch/x86/process.hh
AgeCommit message (Expand)Author
2009-02-27X86: Add a vsyscall page for 32 bit processes to use.Gabe Black
2009-02-27X86: Set up a space for a GDT in SE so we can set up TLS or LDT segments.Gabe Black
2009-02-27Processes: Make getting and setting system call arguments part of a process o...Gabe Black
2009-02-27X86: Distinguish the width of values on the stack between 32 and 64 bit proce...Gabe Black
2008-12-04This patch pulls out the auxiliary vector struct from individual ISALisa Hsu
2007-10-16Make the process objects use the Params structs in their constructors, and us...Gabe Black
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-03-03Add build hooks for x86.Gabe Black