mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
This function casts a usize argument to a pointer, and dereferences it. This is undefined behavior unless level_4_table_addr is the address of a valid PageTable, so the function should be marked 'unsafe'