mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add missing and (#1093)
This commit is contained in:
@@ -447,7 +447,7 @@ When we run it, we see the following output:
|
||||
|
||||
We see that there are various non-empty entries, which all map to different level 3 tables. There are so many regions because kernel code, kernel stack, the physical memory mapping, and the boot information all use separate memory areas.
|
||||
|
||||
To traverse the page tables further and take a look at a level 3 table, we can take the mapped frame of an entry convert it to a virtual address again:
|
||||
To traverse the page tables further and take a look at a level 3 table, we can take the mapped frame of an entry and convert it to a virtual address again:
|
||||
|
||||
```rust
|
||||
// in the `for` loop in src/main.rs
|
||||
|
||||
Reference in New Issue
Block a user