Changeset 6f878b7 in mainline for arch/amd64/include/pm.h
- Timestamp:
- 2005-08-30T15:06:03Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9387ea
- Parents:
- 1e9a463
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/pm.h
r1e9a463 r6f878b7 35 35 36 36 #define IDT_ITEMS 64 37 #define GDT_ITEMS 637 #define GDT_ITEMS 7 38 38 39 39 #define NULL_DES 0 … … 53 53 #define AR_CODE (3<<3) 54 54 #define AR_WRITABLE (1<<1) 55 #define AR_READABLE (1<<1) 55 56 #define AR_INTERRUPT (0xe) 56 57 #define AR_TSS (0x9)
Note:
See TracChangeset
for help on using the changeset viewer.