mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
244 B
9 lines
244 B
#ifndef _Task_c_h
|
|
#define _Task_c_h
|
|
#define TSS386_MINLIM (103)
|
|
#define TSS386_EIP_OFFSET (32)
|
|
#define TSS386_CR3_OFFSET (28)
|
|
#define TSS386_IO_MAP_PTR_OFS (102)
|
|
#define TSS286_MINLIM (41)
|
|
#define TSS286_IP_OFFSET (14)
|
|
#endif /* ! _Task_c_h */
|