> Is the usable size of kernel limited?
> I use NOT gziped variation of kernel, just as is written in "Compiling
> kernels (Plan 9 wiki)".
> Am I wrong?
> 
> Antonin

yes.  l.s sets up a temporary page table with 4MB mapped.  the whole
uncompressed kernel plus any memory needed for the kernel page table
plus any data structures needed before the kpt is established must fit in
3MB.  remember the bottom MB is basically wasted.

- erik

Reply via email to