Re: Developing device-drivers without rebuilding the hole kernel

2004-12-18 Thread =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=
"Anton Wöllert" <[EMAIL PROTECTED]> writes: > i want to edit the syscons driver for additional vesa-support. but i don't > want to rebuild the whole kernel every time i add a few new lines or a > function. is there a way to just build the syscons object file and maby a > few dependencies every time

Re: Developing device-drivers without rebuilding the hole kernel

2004-12-18 Thread Joseph Koshy
> want to rebuild the whole kernel every time i add a few new lines or a If you use config(8) to configure your kernel in the "traditional way", this should come for free. See: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html _

Re: Developing device-drivers without rebuilding the hole kernel

2004-12-18 Thread Erik Trulsson
On Sat, Dec 18, 2004 at 02:09:05PM +0100, "Anton Wöllert" wrote: > Hello, > > i want to edit the syscons driver for additional vesa-support. but i don't > want to rebuild the whole kernel every time i add a few new lines or a > function. is there a way to just build the syscons object file and mab

Developing device-drivers without rebuilding the hole kernel

2004-12-18 Thread =?ISO-8859-1?Q?=22Anton_W=F6llert=22?=
Hello, i want to edit the syscons driver for additional vesa-support. but i don't want to rebuild the whole kernel every time i add a few new lines or a function. is there a way to just build the syscons object file and maby a few dependencies every time and then just link it together with the res