Subject: Re: netstat(1) and vmstat(1) in domU
To: Juan RP <juan@xtraeme.nopcode.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: port-xen
Date: 04/01/2005 08:45:30
On Apr 1, 2005, at 8:38 AM, Juan RP wrote:

> Is still necessary to copy the kernel when ksyms is built in the  
> kernel?

No, assuming that the boot loader loads the symbols.  If the boot  
loader does not, you can use SYMTAB_SPACE in the kernel config file  
to allocate space in the kernel, and modify the kernel Makefile to  
inject the symbols into that space (several embedded system platforms  
do this already).

-- thorpej