toaruos/kernel/arch/aarch64
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
..
bootstub rpi400: initial platform support 2022-02-16 12:36:03 +09:00
rpi400 terminal: Bitmap font can use uint8_t 2022-12-13 15:08:56 +09:00
arch.c kernel: Support SA_NODEFER 2022-08-06 18:24:06 +09:00
context.S aarch64: split up assembly, add more comments 2022-02-02 12:49:04 +09:00
dtb.c aarch64: expose dtb as a device file 2022-02-23 20:40:53 +09:00
entry.S aarch64: split up assembly, add more comments 2022-02-02 12:49:04 +09:00
fwcfg.c aarch64: cleanup 2022-02-11 11:54:28 +09:00
gic.c aarch64: remove some debug messages 2022-03-04 22:08:05 +09:00
irq.S aarch64: basic tracing support 2022-02-02 20:52:56 +09:00
link.ld aarch64: increase inital stack size for kernel startup 2022-02-09 21:01:26 +09:00
main.c aarch64: enable userspace access to timer physical counter 2022-08-30 17:12:49 +09:00
mmu.c aarch64: (wip) support kernel modules 2022-04-13 16:19:56 -07:00
pl011.c aarch64: interrupt mapping improvements, chained interrupt handlers 2022-02-12 13:47:21 +09:00
rpi_miniuart.c rpi400: mini uart driver 2022-02-23 16:33:30 +09:00
rpi.c rpi400: try to clean up rpi stuff 2022-02-23 09:49:16 +09:00
smp.c rpi400: smp startup 2022-02-18 18:44:23 +09:00
traceback.c aarch64: cleanup, fix warnings 2022-02-23 10:27:47 +09:00
virtio.c aarch64: don't be so intent on running driver bringup on cpu0 2022-08-30 17:11:42 +09:00