question about building a custom kernel

2009-12-19 Thread Jamie Griffin
Hi I have been reading the handbook to learn about building a custom kernel, but just wanted to ask something about gathering information about my hardware before I give it a go. The handbook suggests the command: # pciconf -lv ...which I like because it provides a clear list of components I

Re: question about building a custom kernel

2009-12-19 Thread Tim Judd
On 12/19/09, Jamie Griffin j...@koderize.com wrote: Hi I have been reading the handbook to learn about building a custom kernel, but just wanted to ask something about gathering information about my hardware before I give it a go. The handbook suggests the command: # pciconf -lv

Re: question about building a custom kernel

2009-12-19 Thread Jamie Griffin
On Sat, Dec 19, 2009 at 10:41:14AM -0700, Tim Judd wrote: Can I ask for more details from you why you're interested in building a custom kernel? --TJ Thanks for the information Tim. I don't have a specific need to build a custom kernel at the moment, I really just want to learn how to do

Re: question about building a custom kernel

2009-12-19 Thread Roland Smith
On Sat, Dec 19, 2009 at 04:13:09PM +, Jamie Griffin wrote: The handbook suggests the command: # pciconf -lv On my system, this command does print out information for quite a few components, I just wondered if this information is all I need to work from or is it not an accurate or

Re: question about building a custom kernel

2009-12-19 Thread ill...@gmail.com
2009/12/19 Jamie Griffin j...@koderize.com: Hi I have been reading the handbook to learn about building a custom kernel, but just wanted to ask something about gathering information about my hardware before I give it a go. The handbook suggests the command: # pciconf -lv ...which I like

Re: question about building a custom kernel

2009-12-19 Thread Bruce Cran
that substantial savings are still possible. Another reason for building a custom kernel is to add functionality that isn't available through modules, such as support for DTrace. -- Bruce Cran ___ freebsd-questions@freebsd.org mailing list http

Re: question about building a custom kernel

2009-12-19 Thread Robert Huff
ill...@gmail.com writes: You aren't going to gain much in speed or size savings, so do take care to understand what you hope to gain. While I haven't done even an eyeball check recently, not too long ago the size savings for an aggressively pruned kernel could be quite noticable;

Re: building good custom kernel

2005-04-25 Thread Ed Stover
On Thu, 2005-04-21 at 14:48 +0500, [EMAIL PROTECTED] wrote: hi , i tried building the freebsd 5.3 kernel and it works fine, but can u people give me some tips regarding optimizing kernel during build, even saving a single cpu cycle would mean a lot. i would like to have a kernel

building good custom kernel

2005-04-21 Thread ananth_g
hi , i tried building the freebsd 5.3 kernel and it works fine, but can u people give me some tips regarding optimizing kernel during build, even saving a single cpu cycle would mean a lot. i would like to have a kernel that is really optimized. And what do you people do to fine tune

Re: Building a custom kernel

2005-01-01 Thread Nikolas Britton
Kvesdn Gbor wrote: Hi, I'd like to build a monolithic kernel without loadable module support. I've also made it on Linux, but I haven't found such howto for FreeBSD. Is there any opportunity to do this? makeoptions MODULES_OVERRIDE= this will only prevent kernel modules from being build, so

Building a custom kernel

2004-12-28 Thread Kvesdn Gbor
Hi, I'd like to build a monolithic kernel without loadable module support. I've also made it on Linux, but I haven't found such howto for FreeBSD. Is there any opportunity to do this? Thanks, Gabor Kovesdan ___ freebsd-questions@freebsd.org mailing

Re: Building a custom kernel

2004-12-28 Thread Phil Schulz
Kövesdán Gábor wrote: I'd like to build a monolithic kernel without loadable module support. I've also made it on Linux, but I haven't found such howto for FreeBSD. Is there any opportunity to do this? this doesn't answer your question directly but you can disable (un-)loading of modules during

Problems building simple custom Kernel

2004-04-22 Thread Lamb, Andrew
Hi all, I'm trying to build a custom kernel for my compaq DPENS 450 PC. I can build the GENERIC kernel OK but when i try my own it always crashes with the same errors (bellow). Love some input. Thanks in advance for you help. Andy ***snip cc -shared -nostdlib hack.c -o hack.So rm -f hack.c

Re: Problems building simple custom Kernel

2004-04-22 Thread Lowell Gilbert
Lamb, Andrew [EMAIL PROTECTED] writes: I'm trying to build a custom kernel for my compaq DPENS 450 PC. I can build the GENERIC kernel OK but when i try my own it always crashes with the same errors (bellow). Love some input. Note the following: deviceumass #

RE: Problems building simple custom Kernel

2004-04-22 Thread Lamb, Andrew
building simple custom Kernel Lamb, Andrew [EMAIL PROTECTED] writes: I'm trying to build a custom kernel for my compaq DPENS 450 PC. I can build the GENERIC kernel OK but when i try my own it always crashes with the same errors (bellow). Love some input. Note the following: device