diff options
author | Ian Moffett <ian@osmora.org> | 2025-04-02 09:38:22 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-04-02 09:38:22 -0400 |
commit | 753666a333bb9ff0b8410cd729b9d06df85e0013 (patch) | |
tree | 169aa8b4307c65430e0da1b062cce858cfc2d7e7 /sys/arch/aarch64/conf/GENERIC | |
parent | d81f6b1d2cfcae0f90f2394b44cbdf03dcc0c69b (diff) |
kernel/aarch64: Add initial AARCH64 portaarch64
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/aarch64/conf/GENERIC')
-rw-r--r-- | sys/arch/aarch64/conf/GENERIC | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arch/aarch64/conf/GENERIC b/sys/arch/aarch64/conf/GENERIC new file mode 100644 index 0000000..5691685 --- /dev/null +++ b/sys/arch/aarch64/conf/GENERIC @@ -0,0 +1,5 @@ +// Kernel options +option SERIAL_DEBUG yes + +// Kernel constants +setval SCHED_NQUEUE 4 |