Lines Matching +full:0 +full:x22c
50 add $0x20, %bx
64 pushw %ax /* IP = 0 */
79 /* Read info block in low memory (0x10000 or 0x90000) */
86 cmpw $0x203, %es:0x206 // if protocol >= 0x203
88 movl $0x37ffffff, %es:0x22c // else assume 0x37ffffff
96 xor %es:0x22c, %eax // if it matches es:0x22c
104 mov $0xe801, %ax
107 int $0x15
134 movl %edi, %es:0x218 /* put it in the header */
162 mov $0x10, %eax
173 mov $0, %eax
184 .align 4, 0
186 /* 0x00 */
187 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
189 /* 0x08: code segment (base=0, limit=0xfffff, type=32bit code exec/read, DPL=0, 4k) */
190 .byte 0xff, 0xff, 0x00, 0x00, 0x00, 0x9a, 0xcf, 0x00
192 /* 0x10: data segment (base=0, limit=0xfffff, type=32bit data read/write, DPL=0, 4k) */
193 .byte 0xff, 0xff, 0x00, 0x00, 0x00, 0x92, 0xcf, 0x00