Changeset dd4d6b0 in mainline for arch/amd64/src/pm.c


Ignore:
Timestamp:
2006-02-06T23:47:47Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
37b451f7
Parents:
40ca402
Message:

Basic amd syscall support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/pm.c

    r40ca402 rdd4d6b0  
    7272          .granularity = 1,
    7373          .base_24_31  = 0 },
     74        /* UDATA descriptor */
     75        { .limit_0_15  = 0xffff,
     76          .base_0_15   = 0,
     77          .base_16_23  = 0,
     78          .access      = AR_PRESENT | AR_DATA | AR_WRITABLE | DPL_USER,
     79          .limit_16_19 = 0xf,
     80          .available   = 0,
     81          .longmode    = 0,
     82          .special     = 1,
     83          .granularity = 1,
     84          .base_24_31  = 0 },
    7485        /* UTEXT descriptor */
    7586        { .limit_0_15  = 0xffff,
     
    8192          .longmode    = 1,
    8293          .special     = 0,
    83           .granularity = 1,
    84           .base_24_31  = 0 },
    85         /* UDATA descriptor */
    86         { .limit_0_15  = 0xffff,
    87           .base_0_15   = 0,
    88           .base_16_23  = 0,
    89           .access      = AR_PRESENT | AR_DATA | AR_WRITABLE | DPL_USER,
    90           .limit_16_19 = 0xf,
    91           .available   = 0,
    92           .longmode    = 0,
    93           .special     = 1,
    9494          .granularity = 1,
    9595          .base_24_31  = 0 },
Note: See TracChangeset for help on using the changeset viewer.