kernel: add some basic features
+ feat list: + * gdt/idt + * brokie pmm
This commit is contained in:
parent
a1e27c2730
commit
89bb8c8a4b
31 changed files with 854 additions and 23 deletions
|
@ -1,7 +1,17 @@
|
|||
/*
|
||||
* The Soaplin Kernel
|
||||
* Copyright (C) 2025 The SILD Project
|
||||
*
|
||||
* cpu.c - AArch64 CPU control implementation.
|
||||
*/
|
||||
|
||||
#if defined (__aarch64__)
|
||||
|
||||
#include <arch/cpu.h>
|
||||
|
||||
void arch_init_stage1() {
|
||||
}
|
||||
|
||||
void hcf() {
|
||||
for (;;) {
|
||||
asm ("wfi");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue