toaruos/kernel/arch/aarch64/rpi400
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
..
fbterm.c terminal: Bitmap font can use uint8_t 2022-12-13 15:08:56 +09:00
link.ld rpi400: initial platform support 2022-02-16 12:36:03 +09:00
main.c rpi400: try to clean up rpi stuff 2022-02-23 09:49:16 +09:00
start.S rpi400: initial platform support 2022-02-16 12:36:03 +09:00