Home | History | Annotate | Download | only in modules

Lines Matching full:vesa

4  * Dump information about what VESA graphics modes are supported.
12 #include "../lib/sys/vesa/vesa.h"
29 struct vesa_info *vesa;
31 vesa = lmalloc(sizeof(*vesa));
32 if (!vesa) {
36 gi = &vesa->gi;
37 mi = &vesa->mi;
47 printf("No VESA BIOS detected\n");
50 printf("VESA information structure has bad magic, trying anyway...\n");
84 lfree(vesa);