BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / blob / 4e8efebf78742fe6ce4b46bbd72be9eb5b3175dd / memory / paging.h

// Related

Nucleus

Barry Basic paging bc5e11e (3 years, 3 months ago)
#ifndef MEMORY_PAGING_H
#define MEMORY_PAGING_H

#include <stdint.h>
#include <nucleus/cpu.h>

void early_page_fault_handler(struct InterruptFrame *frame, uint32_t err);

#endif