From: <er...@he...> - 2004-06-01 00:01:06
|
On Mon, May 31, 2004 at 05:30:22PM +0000, Steven James wrote: > Greetings, > > For x86 (32 bit at least) kernels be sure NOT to select the configuration > option: 'Use register arguments (EXPERIMENTAL)' CONFIG_REGPARM. > > Otherwise, on the slave, setscheduler and IO forwarding will fail. CONFIG_4KSTACKS is also not your friend. There are some hard coded stack sizes in some the ASM chunks what will need changing. - Erik |