Finished device vm_store. Now areas created w/vm_map_physical_memory
commitffcdd7f3369cd70b544aadb329c5b0e8e483ddfb
authorTravis Geiselbrecht <geist@newos.org>
Sun, 8 Jul 2001 01:18:44 +0000 (8 01:18 +0000)
committerTravis Geiselbrecht <geist@newos.org>
Sun, 8 Jul 2001 01:18:44 +0000 (8 01:18 +0000)
treef012eb07de5c286f42bee6333dd779abcef0031b
parenta8edad6b8877f65ffd2cace14854ade3db3914a3
Finished device vm_store. Now areas created w/vm_map_physical_memory
use the new store. Rearranged some code in the region creation area
to make a little more sense. Not totally happy with the layout of the api
at this point, but will fix that later.

git-svn-id: svn+ssh://newos.org/var/svn/newos/newos@202 c25cc9d1-44fa-0310-b259-ad778cb1d433
include/kernel/vm.h
include/kernel/vm_cache.h
include/kernel/vm_store_device.h [new file with mode: 0644]
kernel/vm/vm.c
kernel/vm/vm_cache.c
kernel/vm/vm_store_device.c