Files
blog_os/blog
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-02-01 12:39:14 +01:00
2019-01-22 15:52:22 +01:00
2017-03-12 00:19:46 +01:00
2018-03-18 17:24:28 +01:00