ptos/amd64: ps: Add support for CPL 3 processes
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -17,9 +17,13 @@
|
||||
* information.
|
||||
*
|
||||
* @FrameSnapshot: Processor state snapshot
|
||||
* @KStackBase: TSS RSP0 base
|
||||
* @KStackLength: TSS RSP0 length
|
||||
*/
|
||||
typedef struct {
|
||||
TRAP_FRAME FrameSnapshot;
|
||||
UPTR KStackBase;
|
||||
USIZE KStackLength;
|
||||
} TCB;
|
||||
|
||||
#endif /* !_MACHINE_TCB_H_ */
|
||||
|
||||
Reference in New Issue
Block a user