mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Remove test_paging function
This commit is contained in:
@@ -67,8 +67,6 @@ pub extern "C" fn rust_main(multiboot_information_address: usize) {
|
||||
multiboot_end,
|
||||
memory_map_tag.memory_areas());
|
||||
|
||||
memory::test_paging(&mut frame_allocator);
|
||||
|
||||
enable_nxe_bit();
|
||||
enable_write_protect_bit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user