This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
sparkle
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
memory::paging: Add note that we use recursive P4 paging
master
3moon
8 years ago
parent
d471b2ca67
commit
e01d08162c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/arch/x86_64/memory/paging/mod.rs
+ 1
- 1
src/arch/x86_64/memory/paging/mod.rs
View File
@ -1,4 +1,4 @@
//! Paging subsystem.
//! Paging subsystem.
*Note: uses recursive mapping.*
//!
//! Extremely ripped off from Phil Oppermann's tutorials, because I don't feel like writing
//! a paging system off the top of my head today.
Write
Preview
Loading…
Cancel
Save