diff options
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 |
