changed page allocation to happen on page fault for performance reasons

This commit is contained in:
2025-02-27 23:57:23 +00:00
parent 2915d0c879
commit 192100be7a
9 changed files with 144 additions and 61 deletions
+1
View File
@@ -2,4 +2,5 @@ pub mod io;
pub mod kalloc;
pub mod async_io;
pub mod memory;
pub mod pic;