aboutsummaryrefslogtreecommitdiff
path: root/include/09.paging/paging6.c
blob: c5ffd58558072d7db25fdb763c6068354de761c5 (plain)
1
2
3
4
5
6
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.