summaryrefslogtreecommitdiff
path: root/kernel/firmware
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)