bootx_printf
bootx_printf("WARNING: Can't find string index for <%s>\n",
bootx_printf("WARNING: ignoring large property ");
bootx_printf("%s length 0x%x\n", name, size);
bootx_printf("Node without a full name !\n");
#define DBG(fmt...) do { bootx_printf(fmt); } while(0)
bootx_printf("Welcome to Linux, kernel " UTS_RELEASE "\n");
bootx_printf("\nlinked at : 0x%x", KERNELBASE);
bootx_printf("\nframe buffer at : 0x%x", bi->dispDeviceBase);
bootx_printf(" (phys), 0x%x", bi->logicalDisplayBase);
bootx_printf(" (log)");
bootx_printf("\nklimit : 0x%x",(unsigned long)_end);
bootx_printf("\nboot_info at : 0x%x", bi);
bootx_printf("\nMSR : 0x%x", flags);
bootx_printf("\nPVR : 0x%x", pvr);
bootx_printf("\nHID0 : 0x%x", flags);
bootx_printf("\nICTC : 0x%x", flags);
bootx_printf("\n\n");
bootx_printf("bi->deviceTreeOffset : 0x%x\n",
bootx_printf("bi->deviceTreeSize : 0x%x\n",
bootx_printf("\n\n");
bootx_printf(" !!! WARNING - Incompatible version"
bootx_printf(" !!! WARNING - Unsupported machine"
bootx_printf("iMac,1 detected, shutting down USB\n");
bootx_printf("Total space used by parameters & ramdisk: 0x%x\n", space);
bootx_printf("Touching pages...\n");
bootx_printf("Preparing boot params...\n");
bootx_printf("Preparing BAT...\n");