From 7639aef32ed5ffd272701d955147b8b50aad53e0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 27 Dec 2016 20:47:19 -0700 Subject: [PATCH] Default to choosing a resolution --- x86_64/config.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x86_64/config.asm b/x86_64/config.asm index a0fee01811..8e3b220c66 100644 --- a/x86_64/config.asm +++ b/x86_64/config.asm @@ -4,8 +4,8 @@ USE16 align 512, db 0 config: - .xres: dw 1024 - .yres: dw 768 + .xres: dw 0 + .yres: dw 0 times 512 - ($ - config) db 0