sortix-mirror/sortix/x86-family
Jonas 'Sortie' Termansen 22990b77b8 Refactored the internal kernel memory management API.
It is now permission-oriented, not just user/kernel oriented.

Added <sys/mman.h> with nice PROT_{READ,WRITE,EXEC,FORK} constants.
2012-07-06 17:18:07 +02:00
..
gdt.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
gdt.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
idt.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
idt.h Split descriptor_tables.cpp into a gdt.cpp and idt.cpp. 2012-03-01 00:15:28 +01:00
memorymanagement.cpp Refactored the internal kernel memory management API. 2012-07-06 17:18:07 +02:00
memorymanagement.h Refactored the internal kernel memory management API. 2012-07-06 17:18:07 +02:00
msr.cpp Added support for MSRs, PAT and MTRRs. 2012-07-01 00:55:36 +02:00
msr.h Added support for MSRs, PAT and MTRRs. 2012-07-01 00:55:36 +02:00
x86-family.cpp Added a CPU::ShutDown() function. 2011-11-05 19:13:16 +01:00
x86-family.h Added a CPU::ShutDown() function. 2011-11-05 19:13:16 +01:00