Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233815
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/testvbe.c
0
++ b/testvbe.c
Lines 66-73 int main(int argc, char *argv[]) Link Here
66
			return -1;
66
			return -1;
67
		}
67
		}
68
68
69
		printf("%-6.4x %-6.4x %dx%d-%d\n", *s, mib.mode_attr,
69
		printf("%-6.4x %-6.4x %dx%d-%d %x\n", *s, mib.mode_attr,
70
				mib.x_res, mib.y_res, mib.bits_per_pixel);
70
				mib.x_res, mib.y_res, mib.bits_per_pixel, mib.phys_base_ptr);
71
	}
71
	}
72
72
73
	v86_cleanup();
73
	v86_cleanup();

Return to bug 233815