Commit Graph

8 Commits

Author SHA1 Message Date
K. Lange 48a184012b boot: draw something when loading ramdisk in vga text mode 2023-07-21 13:01:42 +09:00
K. Lange 940d82f0f4 terminal: Bitmap font can use uint8_t
The baked Deja Vu Sans Mono is 8 pixels wide, so we don't need
to use uint16_t to hold rows of pixel data. Also, splash-log
doesn't render text anymore (it defers to the kernel console),
so we don't need to include the font there any more.
2022-12-13 15:08:56 +09:00
K. Lange dea94e3c5b boot: first pass at cleanup, just make sure everything has lead comments 2021-11-26 13:18:08 +09:00
K. Lange 241a7d6a95 boot: Don't clear lines before printing on them when drawing banners 2021-10-26 18:32:32 +09:00
K. Lange d17394b6a0 boot: Prettify 2021-10-26 16:14:57 +09:00
K. Lange da535e7c04 boot: VBE modesetting 2021-10-25 13:00:40 +09:00
K. Lange 1a44f8a2f3 boot: merge retooled EFI loader 2021-09-07 11:47:08 +09:00
K. Lange e680a7a61f boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00