Changeset 2037 for Whitix/trunk

Show
Ignore:
Timestamp:
04/03/09 18:58:24 (3 years ago)
Author:
mwhitworth
Message:

Fix TSS selector base.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/arch/i386/boot/multiboot.S

    r1838 r2037  
    148148        /* TSS selector */ 
    149149        .word 0x68      /* Limit (length of TSS) */ 
    150         .word 0x2100 /* Base */ 
     150        .word 0x2200 /* Base; TODO: Use macro */ 
    151151        .word 0x8900    /* Type */ 
    152152        .word 0x0000 /* Granularity and limit */