ladybird/Kernel/Prekernel
Jesse Buhagiar 547322fb95 Prekernel: Install EL1 vector table at boot on aarch64
We now have a function to install a (currently default) vector
table, meaning that any exceptions (or interrupts for that matter)
will be caught by the processor and routed to one of the vectors
inside the table.
2022-01-24 06:57:59 +00:00
..
Arch Prekernel: Install EL1 vector table at boot on aarch64 2022-01-24 06:57:59 +00:00
CMakeLists.txt Prekernel: Install EL1 vector table at boot on aarch64 2022-01-24 06:57:59 +00:00
init.cpp Kernel: Only use multiboot framebuffer details if present 2022-01-06 22:34:11 +01:00
Prekernel.h Kernel: Support loading the kernel at almost arbitrary virtual addresses 2021-07-27 13:15:16 +02:00
UBSanitizer.cpp Kernel: Build UBSanitizer.cpp in aarch64 builds 2021-09-07 20:15:15 +01:00