GhostBSD/ghostbsd b145f75 (r528)sys/amd64/amd64 pmap.c, sys/i386/i386 pmap.c

This is a fix for the 32K DMA buffer region that was not accounted for,
it relocates it to be after the BIOS memory hole instead of right below
the 640K limit.
THANK YOU CHRIS!!!

From: <cgd at postgres.Berkeley.EDU>
Date: Wed, 29 Sep 93 18:49:58 -0700
basically, reserve a new 32k space right after firstaddr,
and put the buffer space there...

the diffs are below, and are in ~cgd/sys/i386/i386 (in machdep.c)
on freefall.  i obviously can't test them, so if some of you would
look the diffs over and try them out...
DeltaFile
+12-15sys/amd64/amd64/pmap.c
+12-15sys/i386/i386/pmap.c
+24-302 files

UnifiedSplitRaw