Task contexts now load segment registers correctly
Interrupt enable bit set in saved EFLAGS register
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
|
||||
void *initialize_context(void *task_entry, struct page_stack_t *page_stack);
|
||||
|
||||
void load_context(struct process_state_t *context) __attribute__((noreturn));
|
||||
void load_context(struct process_state_t *context) __attribute__((naked));
|
||||
|
||||
Reference in New Issue
Block a user