Skip to content

Commit

Permalink
Kernel: open issue read_cr3 arch-independent
Browse files Browse the repository at this point in the history
  • Loading branch information
Orycterope committed Aug 1, 2019
1 parent 4559c60 commit af56289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/paging/arch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pub use self::i386::table::{ActiveHierarchy, InactiveHierarchy};
pub use self::i386::entry::I386Entry as Entry;
pub use self::i386::entry::I386EntryFlags as EntryFlags;
pub use self::i386::is_paging_on;
pub use self::i386::{read_cr2, read_cr3}; // todo give access to this in an arch-independent way
pub use self::i386::{read_cr2, read_cr3}; // TODO: expose current page directory's address in an arch-independant way.
pub use self::i386::lands::{KernelLand, UserLand, RecursiveTablesLand};

0 comments on commit af56289

Please sign in to comment.