Ensure SS and RSP are saved in trap frame

This commit is contained in:
2026-03-15 17:32:01 +01:00
parent 6cdb66cbb3
commit 0fed593147
2 changed files with 11 additions and 1 deletions

View File

@@ -56,6 +56,8 @@
#define TrapSegEs 330
#define TrapSegFs 332
#define TrapSegGs 334
#define TrapRsp 496
#define TrapSegSs 504
/* KTRAP_FRAME length related definitions */
#define TRAP_FRAME_SIZE 512