toaruos/kernel
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
..
arch terminal: Bitmap font can use uint8_t 2022-12-13 15:08:56 +09:00
audio kernel: enable -Wstrict-prototypes 2022-09-17 13:37:02 +09:00
misc terminal: Bitmap font can use uint8_t 2022-12-13 15:08:56 +09:00
net net: Cleanup headers 2022-09-17 13:35:31 +09:00
sys kernel: brute-force locking around unmap syscall, should make thread stuff more stable? 2022-11-08 10:35:45 +09:00
vfs kernel: fix swapped LCUC conversion in tty 2022-12-07 13:40:55 +09:00
video kernel: enable -Wstrict-prototypes 2022-09-17 13:37:02 +09:00
binfmt.c kernel: at least add full lead comments to everything 2021-11-26 11:31:10 +09:00
generic.c kernel: cleanup kernel/generic.c 2021-11-26 10:29:28 +09:00