toaruos/kernel/misc
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
..
args.c misaka: initial merge 2021-05-31 10:54:11 +09:00
assert.c kernel: at least add full lead comments to everything 2021-11-26 11:31:10 +09:00
elf64.c kernel: don't SUID traced processes 2022-08-18 05:42:48 +09:00
fbterm.c terminal: Bitmap font can use uint8_t 2022-12-13 15:08:56 +09:00
gzip.c gzip: Some const correctness maybe helps 2022-01-12 18:52:52 +09:00
hashmap.c misaka: initial merge 2021-05-31 10:54:11 +09:00
kprintf.c misaka: initial merge 2021-05-31 10:54:11 +09:00
ksym.c kernel: at least add full lead comments to everything 2021-11-26 11:31:10 +09:00
list.c misaka: initial merge 2021-05-31 10:54:11 +09:00
malloc.c aarch64: begin work on new target 2022-01-30 21:25:27 +09:00
pci.c aarch64: be more flexible about where the kernel is physically 2022-02-06 21:10:20 +09:00
ringbuffer.c tty: fix permanently set EOF status on tty 2022-03-22 14:10:30 +09:00
string.c aarch64: A better memcpy for arm 2022-02-03 08:15:02 +09:00
tokenize.c kernel: at least add full lead comments to everything 2021-11-26 11:31:10 +09:00
tree.c misaka: initial merge 2021-05-31 10:54:11 +09:00