Home | History | Annotate | Download | only in hdt

Lines Matching full:vesa

41 	more_printf("No VESA BIOS detected\n");
44 more_printf("VESA\n");
45 more_printf(" Vesa version : %d.%d\n", hardware->vesa.major_version,
46 hardware->vesa.minor_version);
47 more_printf(" Vendor : %s\n", hardware->vesa.vendor);
48 more_printf(" Product : %s\n", hardware->vesa.product);
49 more_printf(" Product rev. : %s\n", hardware->vesa.product_revision);
50 more_printf(" Software rev.: %d\n", hardware->vesa.software_rev);
51 more_printf(" Memory (KB) : %d\n", hardware->vesa.total_memory * 64);
52 more_printf(" Modes : %d\n", hardware->vesa.vmi_count);
60 more_printf("No VESA BIOS detected\n");
63 more_printf(" ResH. x ResV x Bits : vga= : Vesa Mode\n");
66 for (int i = 0; i < hardware->vesa.vmi_count; i++) {
67 struct vesa_mode_info *mi = &hardware->vesa.vmi[i].mi;
69 * Sometimes, vesa bios reports 0x0 modes.
76 hardware->vesa.vmi[i].mode + 0x200,
77 hardware->vesa.vmi[i].mode);