Browse Source

memory::paging: Add note that we use recursive P4 paging

master
3moon 8 years ago
parent
commit
e01d08162c
1 changed files with 1 additions and 1 deletions
  1. +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.


Loading…
Cancel
Save