This website requires JavaScript.
Explore
Help
Sign In
oneechanhax
/
phunix
Watch
1
Star
0
Fork
0
You've already forked phunix
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
phunix
/
servers
/
vm
/
i386
History
Ben Gras
f86da99e67
map in kernel in 4MB, global-bit-set 'pages' if hardware
...
supports it. helps performance. broken use of region data structure for kernel mapping to be fixed.
2009-05-18 15:34:42 +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
map in kernel in 4MB, global-bit-set 'pages' if hardware
2009-05-18 15:34:42 +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