index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Prekernel
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-01-24
Prekernel: Install EL1 vector table at boot on aarch64
Jesse Buhagiar
2021-11-28
Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespace
James Mintram
2021-11-28
Kernel: Set up and activate the MMU in the aarch64 perkernel
James Mintram
2021-11-28
Kernel: Move common aarch64 asm functions into kernel folder and NS
James Mintram
2021-11-28
Kernel: Split prekernel exception level code into its own file
James Mintram
2021-11-28
Kernel: Replace inline asm with typesafe static member functions
James Mintram
2021-10-31
Kernel: Draw picture on screen when booting Raspberry Pi
Marcin Undak
2021-10-31
Kernel: Add very simple PPM parser for Aarch64
Marcin Undak
2021-10-31
Kernel: Add Framebuffer class for Raspberry Pi
Marcin Undak
2021-10-31
Kernel: Add temporary debug printing utilities for Aarch64
Marcin Undak
2021-10-17
Toolchain+Meta: Update LLVM version to 13.0.0
Daniel Bertalan
2021-10-15
Kernel: Print current CPU exception level after booting on Aarch64
Marcin Undak
2021-10-13
Kernel: Add post build step to generate kernel8.img
James Mintram
2021-10-02
Kernel: Add a Timer class for aarch64
Nico Weber
2021-09-27
Kernel: Adjust aarch64 linker script
Nico Weber
2021-09-27
Kernel: Move prekernel linker.ld into Arch subdirectories
Nico Weber
2021-09-26
Kernel: Add UART class for aarch64
Nico Weber
2021-09-26
Kernel: Add a GPIO class for aarch64
Nico Weber
2021-09-19
Kernel: Add a Mailbox class for aarch64
Nico Weber
2021-09-19
Kernel: Add a MMIO class for aarch64
Nico Weber
2021-09-17
Kernel: Don't link Prekernel against kernel_heap
Nico Weber
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
2021-09-12
Kernel: Add a class to wrap aarch64 MIDR_EL1
Nico Weber
2021-09-12
Kernel: Put boot.S first in aarch64 Prekernel source list
Nico Weber
2021-09-12
Kernel: Build Prekernel with -fno-threadsafe-statics
Nico Weber
2021-09-08
Kernel: Don't link Prekernel against libsupc++
Nico Weber
2021-09-07
Kernel: Build MiniStdLib.cpp in aarch64 builds
Nico Weber
2021-09-07
Kernel: Build UBSanitizer.cpp in aarch64 builds
Nico Weber
2021-09-06
Kernel: Let aarch64 port call into C++
Nico Weber
2021-08-28
Prekernel: Make build on aarch64
Nico Weber
2021-08-28
Prekernel: Move boot.S and multiboot.S into an Arch/x86 subfolder
Nico Weber
2021-08-25
CMake: Remove Prekernel incompatible options instead of overriding
Brian Gianforcaro
2021-08-08
Meta: Add Clang support to the CMake build scripts
Daniel Bertalan
2021-07-30
Prekernel: Disable KASAN, so it has no effect when enabled
Brian Gianforcaro
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-23
Prekernel: Don't build the prekernel as a PIE image
Gunnar Beutner
2021-07-18
Kernel: Introduce basic pre-kernel environment
Gunnar Beutner