Files
blog_os/blog/content
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-27 18:00:08 +01:00
2018-10-17 13:40:29 +02:00