Changeset 22cf454d in mainline for arch/ia32/include/pm.h
- Timestamp:
- 2006-05-05T10:32:21Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3c762cd
- Parents:
- bdc5c516
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/pm.h
rbdc5c516 r22cf454d 31 31 32 32 #define IDT_ITEMS 64 33 #define GDT_ITEMS 7 33 #define GDT_ITEMS 8 34 35 #define VESA_INIT_SEGMENT 0x8000 34 36 35 37 #define NULL_DES 0 … … 40 42 #define TSS_DES 5 41 43 #define TLS_DES 6 /* Pointer to Thread-Local-Storage data */ 44 #define VESA_INIT_DES 7 42 45 43 46 #define selector(des) ((des)<<3)
Note:
See TracChangeset
for help on using the changeset viewer.