summaryrefslogtreecommitdiff
path: root/kernel/arch/aarch64
AgeCommit message (Collapse)Author
2026-04-11bastion: add Kernel, Processor, AcpiTables, DeviceTree classesHEADmasterArseney300
Kernel: main singleton object, that provide access to core kernel entities Processor: empty class, that will be used later for per-CPU entities AcpiTables: class for acpi access (can be obtained through the kernel object) DeviceTree: class for dt access (can be obtained through the kernel object)
2026-04-08bastion: initial implementationArseney300
ready project skeleton dual-arch build system with Linux-config style configuration UEFI EFI stub loader (PE32+) for x86_64 and AArch64 ELF64 kernel parser Temporary framebuffer console freestanding string and c++ abi stubs For now, kernel boots, prints banner, memory map and go halt