Re: RELENG_7_0: KVA_PAGES=375, BTX halted

2008-01-14 Thread Boris Samorodov
On Mon, 14 Jan 2008 13:27:11 -0800 Kip Macy wrote: > Read the comment in pmap.h: > /* > * Size of Kernel address space. This is the number of page table pages > * (4MB each) to use for the kernel. 256 pages == 1 Gigabyte. > * This **MUST** be a multiple of 4 (eg: 252, 256, 260, etc). > */ >

Re: RELENG_7_0: KVA_PAGES=375, BTX halted

2008-01-14 Thread Peter Wemm
Kip, do you think a CTASSERT might be in order? On Jan 14, 2008 1:27 PM, Kip Macy <[EMAIL PROTECTED]> wrote: > Read the comment in pmap.h: > > /* > * Size of Kernel address space. This is the number of page table pages > * (4MB each) to use for the kernel. 256 pages == 1 Gigabyte. > * This **

Re: RELENG_7_0: KVA_PAGES=375, BTX halted

2008-01-14 Thread Kip Macy
On Jan 14, 2008 1:42 PM, Peter Wemm <[EMAIL PROTECTED]> wrote: > Kip, do you think a CTASSERT might be in order? Good idea. Your patch or mine? :-) -Kip > > On Jan 14, 2008 1:27 PM, Kip Macy <[EMAIL PROTECTED]> wrote: > > Read the comment in pmap.h: > > > > /* > > * Size of Kernel address space

Re: RELENG_7_0: KVA_PAGES=375, BTX halted

2008-01-14 Thread Kip Macy
Read the comment in pmap.h: /* * Size of Kernel address space. This is the number of page table pages * (4MB each) to use for the kernel. 256 pages == 1 Gigabyte. * This **MUST** be a multiple of 4 (eg: 252, 256, 260, etc). */ #ifndef KVA_PAGES #ifdef PAE #define KVA_PAGES 512 #else #d

RELENG_7_0: KVA_PAGES=375, BTX halted

2008-01-14 Thread Boris Samorodov
Hello, can you tell me which value may be used for KVA_PAGES? If I use KVA_PAGES=360, the system boots. If I use KVA_PAGES=375, the system halts at BTX stage: ftp://ftp.ipt.ru/pub/images/btx_halted/img014.jpg The kernel is GENERIC + SCHED_ULE, some IPFWIREWALL, etc. - localhost%% uname -a Fr