Lines Matching +full:0 +full:xb0000
38 #define memzero(s, n) memset((s), 0, (n))
104 #define XMTRDY 0x20
106 #define TXR 0 /* Transmit register (WRITE) */
110 unsigned timeout = 0xffff;
112 while ((inb(early_serial_base + LSR) & XMTRDY) == 0 && --timeout)
132 if (lines == 0 || cols == 0)
138 while ((c = *s++) != '\0') {
140 x = 0;
148 x = 0;
162 outb(0xff & (pos >> 9), vidport+1);
164 outb(0xff & (pos >> 1), vidport+1);
174 *--p = '\0';
176 while (mindig-- > 0 || value) {
178 digit += (digit >= 10) ? ('a'-10) : '0';
245 * 0 - zero terminator for 64 bit relocations
247 * 0 - zero terminator for 32 bit relocations
308 for (i = 0; i < ehdr.e_phnum; i++) {
314 if ((phdr->p_align % 0x200000) != 0)
353 NULL, error) < 0)
385 lines = cols = 0;
397 * 0 extract_offset +INIT_SIZE
423 vidmem = (char *) 0xb0000;
424 vidport = 0x3b4;
426 vidmem = (char *) 0xb8000;
427 vidport = 0x3d4;
499 if (heap > 0x3fffffffffffUL)
504 if (heap > ((-__PAGE_OFFSET-(128<<20)-1) & 0x7fffffff))
521 debug_putstr("done.\nBooting the kernel (entry_offset: 0x");