|
|
| version 1.1, 2003/12/08 00:55:31 | version 1.2, 2004/01/13 16:37:42 |
|---|---|
| Line 68 typedef union { | Line 68 typedef union { |
| } TASK_STATE_T; | } TASK_STATE_T; |
| void load_tr(WORD selector); | void load_tr(WORD selector); |
| void get_stack_from_tss(BYTE pl, WORD* new_ss, DWORD* new_esp); | void get_stack_from_tss(DWORD pl, WORD* new_ss, DWORD* new_esp); |
| WORD get_link_selector_from_tss(); | WORD get_link_selector_from_tss(); |
| void task_switch(selector_t* selector, int type); | void task_switch(selector_t* selector, int type); |