Compiling the Linux Kernel

Last week and how it had been announced, Linus Torvalds released the new version of the Linux Kernel series 3.0 Because of this and the request of several geeks friends, I write this small handbook. Compile the Kernel Source, the Debian way. /me laughs while caresses her black cat, muahaha muahaha Almost all my nerds [...]

Kernel Linux 3.0: “Documentation/lguest not found”

While I’m trying to compile the Kernel Linux 3.0 gave me an error: [...] Documentation/lguest not found [...] This because lguest is not anymore into ./Documentation, now is in ./Documentation/virtual Obviously there are not documentation yet, however I solved this issue with a dirty hacks. Just find the string and change it: $ find “.” [...]