初始化riscv的内存管理模块,并且设置保留内存 (#506)

This commit is contained in:
LoGin
2024-02-04 14:35:18 +08:00
committed by GitHub
parent a02ce654cf
commit 453452cc02
26 changed files with 1018 additions and 186 deletions

View File

@ -76,7 +76,7 @@ impl TimeSpec {
#[cfg(target_arch = "riscv64")]
{
unimplemented!("TimeSpec::now()")
return TimeSpec::new(0, 0);
}
}
}