minix/servers/vm/i386
Ben Gras bdab3c4cfb Library call for cpu features; make kernel and vm use this to query cpu
features (specifically: 4MB pages and TLB global bit).  Only enable
these features in CR4 if available. 4MB pages to be used in the near
future.
2009-05-15 17:07:36 +00:00
..
arch_pagefaults.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
arch_vmproc.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
Makefile Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
memory.h start all processes, including VM, in VM_PROCSTART in linear address space, 2009-05-11 19:11:37 +00:00
pagefaults.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
pagetable.c Library call for cpu features; make kernel and vm use this to query cpu 2009-05-15 17:07:36 +00:00
pagetable.h set global flag for kernel pages, so tlb entries for kernel aren't thrown 2009-04-23 15:11:16 +00:00
util.s Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
vm.c don't call this function with a bogus addr (done by region.c print code) 2009-05-12 11:35:49 +00:00