diff options
Diffstat (limited to 'include/09.paging/deo6')
| -rw-r--r-- | include/09.paging/deo6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/09.paging/deo6 b/include/09.paging/deo6 new file mode 100644 index 0000000..4e670bb --- /dev/null +++ b/include/09.paging/deo6 @@ -0,0 +1,4 @@ +void set_pt(size_t num,uint32_t address) +{ + // holds the physical address where we want to start mapping these pages to. + // in this case, we want to map these pages to the very beginning of memory. |
