diff options
| author | Miguel <m.i@gmx.at> | 2018-09-21 19:49:53 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-21 19:49:53 +0200 |
| commit | 1e5f3a249d4d389f6f7747c8f26aaf8e2988d930 (patch) | |
| tree | f3d81b0324d0a09595ad5737f8c167f8a7138686 /asm | |
| parent | d7086073d9cc2d6f9174731bf8d8fb907d5d99e7 (diff) | |
struggling with UEFI
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/asm_start.s | 6 |
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 |
