From f8eb68a3b841054690d7ebf3f0c8c83e243d1bff Mon Sep 17 00:00:00 2001 From: tkchia Date: Fri, 30 Sep 2022 08:05:28 +0000 Subject: [PATCH] [metal] When listing VESA video modes, say "X" "Y" not "wid" "ht" Following @paulwratt's suggestion at https://github.com/jart/cosmopolitan/pull/637#issuecomment-1262114637 --- libc/vga/rlinit-vesa.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libc/vga/rlinit-vesa.S b/libc/vga/rlinit-vesa.S index bb83af868..691c04c76 100644 --- a/libc/vga/rlinit-vesa.S +++ b/libc/vga/rlinit-vesa.S @@ -588,9 +588,9 @@ str.bad_mode: .endobj str.bad_mode str.mode_list_start: .ascii "info: VESA video modes:\r\n" - .ascii " mode# wid ht bpp" - .ascii " mode# wid ht bpp" - .asciz " mode# wid ht bpp\r\n" + .ascii " mode# X Y bpp" + .ascii " mode# X Y bpp" + .asciz " mode# X Y bpp\r\n" .endobj str.mode_list_start .type_list: