Skip to content

Commit a73edae

Browse files
author
Yuma Arakawa
committed
task: task構造体にtssを含めた
1 parent 7381d85 commit a73edae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/include/sched.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ struct task {
1515
struct task *prev;
1616
struct task *next;
1717
unsigned short task_id;
18+
struct tss tss;
1819
void (*context_switch)(void);
1920
char task_switched_in_time_slice;
2021
unsigned int wakeup_after_msec;

0 commit comments

Comments
 (0)