cvs commit: src/sys/vm vm_pageq.c

Dag-Erling Smørgrav des at des.no
Sat Apr 16 05:34:26 PDT 2005


Bernd Walter <ticso at cicely12.cicely.de> writes:
> I thought x86 world is always continuous - beside that traditional
> 640k-1M hole.
> Where can I find informations on how this is setup?

sys/<arch>/<machine>/machdep.c, look for <machine>_init() where
physmem is computed.  On i386 and amd64, the physical memory map is
obtained from the BIOS.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the cvs-all mailing list