From: Henry N. <Hen...@Ar...> - 2008-03-11 20:31:39
|
David H. Lynch Jr. wrote: > I lurk on this list. > When I work with windows desktops, I make heavy use of coLinux. > Mostly I work under Linux anymore so I use it less. > However one of my projects is a hosted embeded linux system on a > PC Card. > I have been very intrigued at borrowing colinux ideas to provide > my linux target, > with access to resources on the host - much the way colinux > scarfs resources from windows. > > I have not been foloowing the lguest and paravirt_ops work within > the kernel > is there a good reference or howto for further information ? Yes. The kernel driver (similar to linux.sys): http://lxr.linux.no/linux/drivers/lguest/ and the user land application, like coLinux exe-Daemons: http://lxr.linux.no/linux/Documentation/lguest/ (Links are from Kernel 2.6.23, more recent exist in current Kernel) -- Henry N. |