Hello Shuaib, M. Shuaib Khan wrote: > Hi, > > I am an undergraduate student of Computer Software Engineering at > National University of Sciences and Technology (NUST) Pakistan, > currently in my sixth semester. I am very much interested in working > on lguest as a summer project for Google's SOC 2008. Can anyone kindly > enlist any features/extensions to lguest that could be taken as SOC > projects and that would benefit lguest? > > Any help/directions are highly appreciated. > > Thank you. >
I'm plan to port coLinux kernel patch into the lguest code. So, we no longer need to patch the kernel directly and use the paravirt-ops instead. The current state is, have only reviewed the lguest and found similar code and comments to code as in coLinux. Some code is missing in the lguest, for example switcher code for PAE based host (X86_PAE). Missing also a virtual console, like the hvc_xen.c http://www.colinux.org -- Henry N. _______________________________________________ Lguest mailing list [email protected] https://ozlabs.org/mailman/listinfo/lguest
