From: Sam Vilain (sam_at_vilain.net)
Date: Tue 20 May 2003 - 12:49:51 BST
On Mon, 19 May 2003 20:40, Yann Dupont wrote:
> -A good book on kernel internals ? a good on -line document ?
http://jungla.dit.upm.es/~jmseyas/linux/kernel/hackers-docs.html
> -What is the best way to develop on kernel ? I mean something crash
> resistant : what do you use ? Vmware ? UML ? Are they adequate for this
> task ?
While UML has been more extensively hacked out and developed, there is also
Plex86 (http://www.plex86.org/). with a *very* small patch to the guest
kernel and a minimal `monitor' module in the host operating system, you
can run a full version of Linux inside a virtual machine. Personally I
found UML a poor match for certain tasks because it is linux turned into
an application, *not* a virtual machine.
Get the CVS version; details at:
http://plex86.sourceforge.net/cvs.html
You'll also need to get the patch, etc from:
http://plex86.sourceforge.net/downloads.html
-- Sam Vilain, sam_at_vilain.netFreedom is not worth having if it does not include the freedom to make mistakes. -- Mahatma Gandhi