diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-26 12:37:34 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-26 12:37:34 +0200 |
| commit | 9dc527b3be9d493dcf8cf1baf78477373eb5990d (patch) | |
| tree | 0b32c28e57fc5a6a3e6210d9a601dfdbfe246cd8 /src/boot/boot.S | |
| parent | 7db6db5ae64e7ab2626bbd898c63f58e053dc1a6 (diff) | |
Enable psf font for framebuffer display
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 |
