Changeset 2037 for Whitix/trunk
- Timestamp:
- 04/03/09 18:58:24 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/arch/i386/boot/multiboot.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/arch/i386/boot/multiboot.S
r1838 r2037 148 148 /* TSS selector */ 149 149 .word 0x68 /* Limit (length of TSS) */ 150 .word 0x2 100 /* Base*/150 .word 0x2200 /* Base; TODO: Use macro */ 151 151 .word 0x8900 /* Type */ 152 152 .word 0x0000 /* Granularity and limit */
