seminix 0.1.57

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

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