diff options
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/multiboot.s | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/asm/multiboot.s b/asm/multiboot.s index 22be3d1..1d808a3 100644 --- a/asm/multiboot.s +++ b/asm/multiboot.s @@ -27,10 +27,10 @@ .long 0 .long 0 -.long 1 #gfx_stuff -.long 800 -.long 600 -.long 24 +.long 0 #gfx_stuff 0=enable! +.long 1280 +.long 1024 +.long 32 # 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 @@ -58,7 +58,6 @@ _start: push %ebx #pass address of the multiboot information data structure push %eax #pass eax, so kernel can check for magic number - call kernel_main |
