Skip to content

Commit

Permalink
Arch: move 64bit paging into own mod and start on structures
Browse files Browse the repository at this point in the history
  • Loading branch information
corigan01 committed Nov 25, 2024
1 parent 2b357c2 commit 9c1705e
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 313 deletions.
2 changes: 1 addition & 1 deletion crates/arch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#![no_std]

pub mod io;
pub mod paging;
pub mod paging64;
pub mod registers;

pub mod interrupts {
Expand Down
312 changes: 0 additions & 312 deletions crates/arch/src/paging.rs

This file was deleted.

Loading

0 comments on commit 9c1705e

Please sign in to comment.