Compile on aarch64.

This commit is contained in:
4lDO2
2024-03-06 10:18:10 +01:00
parent 776a140212
commit 5ecba176f4
4 changed files with 40 additions and 46 deletions
+2
View File
@@ -23,6 +23,8 @@ pub static CONTEXT_SWITCH_LOCK: AtomicBool = AtomicBool::new(false);
// 512 bytes for registers, extra bytes for fpcr and fpsr
pub const KFX_ALIGN: usize = 16;
pub const KSTACK_SIZE: usize = 65536;
pub const KSTACK_ALIGN: usize = 16;
#[derive(Clone, Debug)]
pub struct Context {