mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 08:06:31 +00:00
feat: la64 boot (#1132)
* la64能够进入到kernel_main * ci: 添加为ubuntu编译qemu-loongarch64的脚本 * feat: la64能输出hello world * la64 安装gcc && 配置github ci * chore: 更新CI工作流和构建脚本中的Docker镜像版本至v1.10 Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
8
kernel/src/arch/loongarch64/syscall/mod.rs
Normal file
8
kernel/src/arch/loongarch64/syscall/mod.rs
Normal file
@ -0,0 +1,8 @@
|
||||
use system_error::SystemError;
|
||||
|
||||
pub mod nr;
|
||||
|
||||
/// 系统调用初始化
|
||||
pub fn arch_syscall_init() -> Result<(), SystemError> {
|
||||
todo!("la64:arch_syscall_init");
|
||||
}
|
Reference in New Issue
Block a user