Aman <[EMAIL PROTECTED]> writes:
> kldstat shows the kernel as a loaded module.
> does it mean the kernel after getting in the core is resident to it's
> complete physical size.

Kldstat will tell you exactly how much space the kernel text
(i.e. actual code) is taking up.  As to memory used for kernel data,
try 'vmstat -m'.

> my question is, does the pagedaemon carry out any sort of paging or
> segmentation on the kernel and it's loadable modules though the latter
> seems necessary.

No.

> how much size can be really squeezed out of the kernel 

Ask the freebsd-small mailing list.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to