blob: 4e670bbb4c5c056f89c245265028e89491a305e7 (
plain)
1
2
3
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.
|