public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [QUESTION] Your way doing kernel/module development
@ 2006-02-11 15:42 Marc Koschewski
  2006-02-11 21:33 ` Jim Crilly
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Koschewski @ 2006-02-11 15:42 UTC (permalink / raw)
  To: linux-kernel

I'd like to get some short but, however, fully descriptive statements about how
you do your module development. I mean, what your way of doing coding,
insmod-ing, rmmod-ing, ... And what about code, that cannot be <M>, just [*] or
must-be-built-in.

Hm, actually there's nothing more to say. Except that I'm tired of rebooting. ;)
I tried kexec() but somehow I dont have all IDE devices sometimes on 'kexec -e'.
So this just not a solution for me... :)

Marc

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [QUESTION] Your way doing kernel/module development
  2006-02-11 15:42 [QUESTION] Your way doing kernel/module development Marc Koschewski
@ 2006-02-11 21:33 ` Jim Crilly
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Crilly @ 2006-02-11 21:33 UTC (permalink / raw)
  To: Marc Koschewski; +Cc: linux-kernel

On 02/11/06 04:42:06PM +0100, Marc Koschewski wrote:
> I'd like to get some short but, however, fully descriptive statements about how
> you do your module development. I mean, what your way of doing coding,
> insmod-ing, rmmod-ing, ... And what about code, that cannot be <M>, just [*] or
> must-be-built-in.
> 
> Hm, actually there's nothing more to say. Except that I'm tired of rebooting. ;)
> I tried kexec() but somehow I dont have all IDE devices sometimes on 'kexec -e'.
> So this just not a solution for me... :)
> 
> Marc

Depending on what part of the kernel you're working on you could look
at using a VM to test in, as long as you don't need direct access to
a specific piece of hardware in your machine you should be able to use
qemu, UML, VMWare, etc to boot your new kernel.

Jim.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-11 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-11 15:42 [QUESTION] Your way doing kernel/module development Marc Koschewski
2006-02-11 21:33 ` Jim Crilly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox