toaruos/kernel/arch/aarch64
2022-02-11 11:55:36 +09:00
..
bootstub aarch64: be more flexible about where the kernel is physically 2022-02-06 21:10:20 +09:00
arch.c aarch64: Actually reset kernel stack on exec 2022-02-07 12:46:13 +09:00
context.S aarch64: split up assembly, add more comments 2022-02-02 12:49:04 +09:00
dtb.c aarch64: cleanup 2022-02-11 11:54:28 +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
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: Add a tty driver for the pl011 uart 2022-02-11 11:55:36 +09:00
mmu.c aarch64: fix mmu_first_n_frames since ram moved 2022-02-09 23:14:50 +09:00
pl011.c aarch64: Add a tty driver for the pl011 uart 2022-02-11 11:55:36 +09:00
smp.c aarch64: cleanup 2022-02-11 11:54:28 +09:00
traceback.c aarch64: basic kernel tracebacks on el1-el1 fault 2022-02-07 12:38:30 +09:00
virtio.c aarch64: cleanup 2022-02-11 11:54:28 +09:00