Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Oct 2005 13:55:49 +0200
From:      Attila Nagy <bra@fsn.hu>
To:        freebsd-hackers@freebsd.org
Subject:   Too many segments in the physical address map, giving up
Message-ID:  <4343BF45.7080904@fsn.hu>

next in thread | raw e-mail | index | archive | help
Hello,

I've got an AMD64 compatible machine which dies with
"Too many segments in the physical address map, giving up".

This error is defined in src/sys/amd64/amd64/machdep.c

Changing the following define:
#define PHYSMAP_SIZE    (2 * 8)
to
#define PHYSMAP_SIZE    (2 * 16)

has solved the problem, the machine boots and works without any 
noticeable side effect.

Are there any reasons to keep this and not to increase PHYSMAP_SIZE?

Thanks,
-- 
Attila Nagy                                   e-mail: Attila.Nagy@fsn.hu
Adopt a directory on our free software         phone: +3630 306 6758
server! http://www.fsn.hu/?f=brick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4343BF45.7080904>