FreeBSD 4.7-RELEASE-p27 (VKERN)

2004-11-06 Thread TWG Engineering
Dear group, I am interested in setting up a server for my students at University of Indianapolis with a virtual OS configuration. I have used servers with the VKERN configuration. I have not been able to find information on setting up a box with whatever current release has this feature set

Re: Loadable Scheduler in Freebsd

2004-11-06 Thread John-Mark Gurney
Devesh Shah wrote this message on Thu, Nov 04, 2004 at 15:22 -0800: Based on the SYSINIT framework, I have made ULE scheduler as a loadable module but have not quite figured how to migrate from default 4bsd to newly loaded ule scheduler or is it possible at all. As someone suggested,

Re: Loadable Scheduler in Freebsd

2004-11-06 Thread Luigi Rizzo
On Sat, Nov 06, 2004 at 11:21:23AM -0800, John-Mark Gurney wrote: Devesh Shah wrote this message on Thu, Nov 04, 2004 at 15:22 -0800: Based on the SYSINIT framework, I have made ULE scheduler as a loadable module but have not quite figured how to migrate from default 4bsd to newly loaded

Re: FreeBSD 4.7-RELEASE-p27 (VKERN)

2004-11-06 Thread Kris Kennaway
On Sat, Nov 06, 2004 at 09:22:13AM -0500, TWG Engineering wrote: Dear group, I am interested in setting up a server for my students at University of Indianapolis with a virtual OS configuration. I have used servers with the VKERN configuration. I have not been able to find information on

Cannot compile a simple program..

2004-11-06 Thread Haulmark, Chris
I made a simple hello.c #includestdio.h int main() { printf(Hello World\n); return 0; } When I do this: lrids# cc -o helloworld hello.c cc: Internal compiler error: program ld got fatal signal 11 lrids# It also creates a ld.core in the same directory. I was given

RE: Cannot compile a simple program..

2004-11-06 Thread Haulmark, Chris
Disregard this. Just found a link. http://www.bitwizard.nl/sig11/ This was in the OutBox and I thought I deleted it before it was sent. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Haulmark, Chris Sent: Saturday, November 06, 2004 7:28 PM

Re: Loadable Scheduler in Freebsd

2004-11-06 Thread Julian Elischer
John-Mark Gurney wrote: Devesh Shah wrote this message on Thu, Nov 04, 2004 at 15:22 -0800: Based on the SYSINIT framework, I have made ULE scheduler as a loadable module but have not quite figured how to migrate from default 4bsd to newly loaded ule scheduler or is it possible at all. As