ptos/amd64: ps: Add support for CPL 3 processes

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-15 01:10:39 -04:00
parent bda2c510cd
commit 85927ce8c1
4 changed files with 30 additions and 7 deletions
+4
View File
@@ -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_ */