Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 121bbc3

Browse files
authored
awd
1 parent 8729239 commit 121bbc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/core/process.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ typedef struct {
2424
int exitc;
2525
u32 usp; // user stack pointer
2626
u32 ksp; // kernel stack pointer.
27+
u32 entry;
28+
u32 stack;
2729
proc_state_t proc_state;
2830
Domain domain;
2931
page_dir_t page_dir;

0 commit comments

Comments
 (0)