diff options
Diffstat (limited to 'src/boot/boot.S')
| -rw-r--r-- | src/boot/boot.S | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/boot/boot.S b/src/boot/boot.S index 029a67e..7f12eed 100644 --- a/src/boot/boot.S +++ b/src/boot/boot.S @@ -35,6 +35,15 @@ mb_header_start: .int 12 .int _start # ----------- End tag +# ----------- Ask framebuffer tag +.align 8 +.short 5 +.short 1 +.int 20 +.int 0 +.int 0 +.int 0 +# ----------- End framebuffer .align 8 .int 0x0 .int 0x8 |
