next up previous contents index
Next: 10.5.10 gate_init: install gate Up: (X86) Processor Identification and Previous: 10.5.8 paging_enable: enable page

10.5.9 paging_disable: disable page translation

   

SYNOPSIS

#include <oskit/x86/paging.h>

void paging_disable(void);

DESCRIPTION

Turns paging off and flushes the TLB.

This function assumes that the currently loaded page directory equivalently maps the physical memory that contains the currently executing code, the currently loaded GDT and IDT.



University of Utah Flux Research Group