BarryServer : Git

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

// Related

Nucleus

Barry Paging structure lookup 38845f1 (3 years, 3 months ago)
#ifndef MEMORY_PAGING_H
#define MEMORY_PAGING_H

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

extern page_t zeroFrame;

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

#endif