aboutsummaryrefslogtreecommitdiff
path: root/src/core/scheduler.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-17 19:35:56 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-17 19:35:56 +0200
commit29777c1ada7616d6b5996f6d804b2731e7c5ac55 (patch)
treea602c246c5c49c37e3cff1f8205a6c8b90b4810d /src/core/scheduler.h
parenta46c6dc2cc21c7341c7f202879eefd8bfa5909c1 (diff)
Allow syscall to be interrupted!HEADmaster
Diffstat (limited to 'src/core/scheduler.h')
-rw-r--r--src/core/scheduler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/scheduler.h b/src/core/scheduler.h
index 3410ba1..9678470 100644
--- a/src/core/scheduler.h
+++ b/src/core/scheduler.h
@@ -14,6 +14,7 @@ typedef struct REGISTERS {
u32 esi, edi;
u32 ds, es, fs, gs;
u32 eflags;
+ u32 ss0, esp0;
} __attribute__((packed)) REGISTERS;
// If you change the following struct