Changeset de07bcf in mainline for arch/amd64/include/pm.h
- Timestamp:
- 2006-05-05T13:42:42Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 203dcd45
- Parents:
- e3c762cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/pm.h
re3c762cd rde07bcf 37 37 38 38 #define IDT_ITEMS 64 39 #define GDT_ITEMS 8 39 #define GDT_ITEMS 9 40 41 #define VESA_INIT_SEGMENT 0x8000 40 42 41 43 #define NULL_DES 0 … … 48 50 /* EndOfWarning */ 49 51 #define TSS_DES 6 52 #define VESA_INIT_DES 8 50 53 51 54 #define gdtselector(des) ((des)<<3)
Note:
See TracChangeset
for help on using the changeset viewer.