From 1e5f3a249d4d389f6f7747c8f26aaf8e2988d930 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 21 Sep 2018 19:49:53 +0200 Subject: struggling with UEFI --- asm/asm_start.s | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'asm') diff --git a/asm/asm_start.s b/asm/asm_start.s index 8f0cf1e..6ed43ca 100644 --- a/asm/asm_start.s +++ b/asm/asm_start.s @@ -42,10 +42,14 @@ call smp_start .long 0 # we override this from grub anyway +#.long 0 #gfx_stuff 0=enable! +#.long 640 +#.long 480 +#.long 32 .long 0 #gfx_stuff 0=enable! .long 640 .long 480 -.long 32 +.long 24 # Currently the stack pointer register (esp) points at anything and using it may # cause massive harm. Instead, we'll provide our own stack. We will allocate -- cgit v1.2.3