Add simple paging, use rust libcore and compile without sse
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
/// A newtype representing a virtual address.
|
||||
#[derive(Copy, Clone, Debug, Eq, Ord, PartialEq, PartialOrd)]
|
||||
pub struct Virtual {
|
||||
/// The inner value.
|
||||
pub inner: usize,
|
||||
}
|
||||
Reference in New Issue
Block a user