From 1963dbcd92c15094c99d2f900e4812611b6af733 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 20 Aug 2018 22:01:25 +0200 Subject: Makefile fix --- asm/multiboot.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm') diff --git a/asm/multiboot.s b/asm/multiboot.s index 54cffbb..a35423c 100644 --- a/asm/multiboot.s +++ b/asm/multiboot.s @@ -32,8 +32,8 @@ .long 0 .long 0 #gfx_stuff 0=enable! -.long 1280 -.long 1024 +.long 640 +.long 480 .long 32 # Currently the stack pointer register (esp) points at anything and using it may -- cgit v1.2.3