From e3bde5d9d4e433c4f8ccd2c7020d36e66712a835 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Januszewski?= Date: Fri, 25 Feb 2011 22:27:39 +0100 Subject: [PATCH] Print phys_base_ptr in testvbe. --- testvbe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.11.4.GIT