Skip to content

Commit

Permalink
Merge pull request #84 from SamTebbs33/feature/4kb-paging
Browse files Browse the repository at this point in the history
Add 4kb paging
  • Loading branch information
SamTebbs33 committed Sep 24, 2019
2 parents 7290a50 + 5d14b2b commit 042bae9
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 97 deletions.
1 change: 1 addition & 0 deletions src/kernel/arch/x86/arch.zig
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,5 @@ test "" {
_ = @import("gdt.zig");
_ = @import("idt.zig");
_ = @import("syscalls.zig");
_ = @import("paging.zig");
}
Loading

0 comments on commit 042bae9

Please sign in to comment.