seminix 0.1.60

seminix 内核标准库
Documentation
1
2
3
4
use semx_rt_define::aarch64::{KERNEL_DS, USER_DS};

pub(super) const ARCH_USER_DS: usize = USER_DS;
pub(super) const ARCH_KERNEL_DS: usize = KERNEL_DS;