summaryrefslogtreecommitdiff
path: root/asm/asm_start.s
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-21 19:49:53 +0200
committerMiguel <m.i@gmx.at>2018-09-21 19:49:53 +0200
commit1e5f3a249d4d389f6f7747c8f26aaf8e2988d930 (patch)
treef3d81b0324d0a09595ad5737f8c167f8a7138686 /asm/asm_start.s
parentd7086073d9cc2d6f9174731bf8d8fb907d5d99e7 (diff)
struggling with UEFI
Diffstat (limited to 'asm/asm_start.s')
-rw-r--r--asm/asm_start.s6
1 files changed, 5 insertions, 1 deletions
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