From 881a837adb930a0a3316ab57da95d46c1943f3f1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 22 Jul 2020 16:32:17 +0200 Subject: Bumped up resolution --- src/entry.asm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/entry.asm') diff --git a/src/entry.asm b/src/entry.asm index 855c50f..286f267 100644 --- a/src/entry.asm +++ b/src/entry.asm @@ -7,9 +7,10 @@ %define LOCATION 0x7c00 ; Bootloader location ; General configurations -%define VIDEO_WIDTH 1024 -%define VIDEO_HEIGHT 768 -%define VIDEO_BPP 3 +; TODO: Find out why 2560x1600 doesn't work +%define VIDEO_WIDTH 1920 +%define VIDEO_HEIGHT 1200 +%define VIDEO_BPP 4 ; Interrupts %define VIDEO_INT 0x10 ; Video BIOS Interrupt -- cgit v1.2.3