Subject: Re: building new kernel under current
To: None <kue@zerberus.gud.siemens.co.at>
From: None <bachesta@genesis.Data-IO.COM>
List: current-users
Date: 01/13/1994 06:17:17
>Finally I got some progress installing current on mu machine. I have now reached
>the state where it is time to build a new kernel, but when the new kernel is
>about to get linked I get the following messages :
>pmap.o: Undefined symbol _pmap_steal_memory from text segment
>ioconf.o: Undefined symbol _swappagerattach from data segment
>ioconf.o: Undefined symbol _vnodepagerattach from data segment
>ioconf.o: Undefined symbol _devpagerattach from data segment

>I have set the appropriate options in my config file (SWAPPAGER,VNODEPAGER and
>DEVPAGER) and I have the corresponding pseudo-devices. I tried all combinations
>of including the above mentioned options and pseudo-devices, but without any
>success. I include my config file :

>pseudo-device	swappager
>pseudo-device	vnodepager
>pseudo-device	devpager

Correct me if I'm wrong but the above pseudo device has been replaced
by the OPTIONS definition of:

options         SWAPPAGER,VNODEPAGER,DEVPAGER


I noticed you have both defined. Try removing the psuedo-device entries.

I hope this helps.

Thanks

Jim Bachesta
bachesta@data-io.com


------------------------------------------------------------------------------