Files
blog_os/blog/content/second-edition
Aaron Hill 0c5e303175 Make translate_addr unsafe (#544)
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'
2019-02-01 12:39:14 +01:00
..
2019-01-22 15:47:57 +01:00
2019-02-01 12:39:14 +01:00