diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/entry.asm | 7 |
1 files changed, 4 insertions, 3 deletions
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 |