seminix 0.1.60

seminix 内核标准库
Documentation
1
2
3
4
use crate::space::mm::pgtabledef::PAGE_SIZE;

pub(super) const ARCH_USER_DS: usize = PAGE_SIZE;
pub(super) const ARCH_KERNEL_DS: usize = PAGE_SIZE;