From: MichaƂ Januszewski Date: Fri, 25 Feb 2011 21:27:39 +0000 (+0100) Subject: Print phys_base_ptr in testvbe. X-Git-Tag: v86d-0.1.10^0 X-Git-Url: https://repo.or.cz/w/v86d.git/commitdiff_plain/e3bde5d9d4e433c4f8ccd2c7020d36e66712a835 Print phys_base_ptr in testvbe. --- diff --git a/testvbe.c b/testvbe.c index f1b54f3..b9e1a14 100644 --- a/testvbe.c +++ b/testvbe.c @@ -66,8 +66,8 @@ int main(int argc, char *argv[]) return -1; } - printf("%-6.4x %-6.4x %dx%d-%d\n", *s, mib.mode_attr, - mib.x_res, mib.y_res, mib.bits_per_pixel); + printf("%-6.4x %-6.4x %dx%d-%d %x\n", *s, mib.mode_attr, + mib.x_res, mib.y_res, mib.bits_per_pixel, mib.phys_base_ptr); } v86_cleanup();