plan9fox/sys
cinap_lenrek 32604cd830 pc64: move VMAP into its own PDP (for vmware)
modifying the kernel pdp (CPU0PDP) hangs vmware. so
we initialize the pdp with KZERO and KZERO+1GB map
in l.s and never change it. (except when removing
the zero double map which seems to work).

VMAP has its own pdp now allowing to map 512GB of
physical address space. this simplifies the code
a bit and gives nice virtual addresses.
2014-02-15 06:17:05 +01:00
..
doc /sys/doc: permissions for cleanps, mkdirlist, mkfilelist 2012-10-20 19:09:54 +02:00
games/lib fortunes: undelete 2014-01-22 01:19:50 -05:00
include pool: use uintptr for pool size 2014-02-06 22:47:05 +01:00
lib acid: add semacquire/semrelease/tsemacquire syscalls, handle _seek hack for amd64 (thanks erik) 2014-02-14 14:02:33 +01:00
man pool(2): fix ulong -> uintptr 2014-02-12 18:53:03 +01:00
src pc64: move VMAP into its own PDP (for vmware) 2014-02-15 06:17:05 +01:00