Lines Matching +full:0 +full:xcf
15 #define BOOT_SEG 0xffff0000 /* linear segment of boot code */
16 #define a32 .byte 0x67;
17 #define o32 .byte 0x66;
60 .word 0x10 /* segment */
63 .word 0 /* limit */
64 .long 0 /* base */
72 .word 0x1f /* limit (31 bytes = 4 GDT entries - 1) */
83 * 0x00 NULL
84 * 0x08 Unused
85 * 0x10 32bit code
86 * 0x18 32bit data/stack
89 .word 0x0000 /* limit_low */
90 .word 0x0000 /* base_low */
91 .byte 0x00 /* base_middle */
92 .byte 0x00 /* access */
93 .byte 0x00 /* flags + limit_high */
94 .byte 0x00 /* base_high */
97 .word 0x0000 /* limit_low */
98 .word 0x0000 /* base_low */
99 .byte 0x00 /* base_middle */
100 .byte 0x00 /* access */
101 .byte 0x00 /* flags + limit_high */
102 .byte 0x00 /* base_high */
106 * - Base = 0x00000000
108 * - Access = Present, Ring 0, Exec (Code), Readable
111 .word 0xffff /* limit_low */
112 .word 0x0000 /* base_low */
113 .byte 0x00 /* base_middle */
114 .byte 0x9b /* access */
115 .byte 0xcf /* flags + limit_high */
116 .byte 0x00 /* base_high */
120 * - Base = 0x00000000
122 * - Access = Present, Ring 0, Non-Exec (Data), Writable
125 .word 0xffff /* limit_low */
126 .word 0x0000 /* base_low */
127 .byte 0x00 /* base_middle */
128 .byte 0x93 /* access */
129 .byte 0xcf /* flags + limit_high */
130 .byte 0x00 /* base_high */