Changeset 6f878b7 in mainline for arch/amd64/include/pm.h


Ignore:
Timestamp:
2005-08-30T15:06:03Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9387ea
Parents:
1e9a463
Message:

AMD64 now can switch into long mode.
Basic page tables working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/include/pm.h

    r1e9a463 r6f878b7  
    3535
    3636#define IDT_ITEMS 64
    37 #define GDT_ITEMS 6
     37#define GDT_ITEMS 7
    3838
    3939#define NULL_DES        0
     
    5353#define AR_CODE         (3<<3)
    5454#define AR_WRITABLE     (1<<1)
     55#define AR_READABLE     (1<<1)
    5556#define AR_INTERRUPT    (0xe)
    5657#define AR_TSS          (0x9)
Note: See TracChangeset for help on using the changeset viewer.