Re: Purpose of using __be16 inside a data structure?

2011-08-14 Thread Michael Blizek
Hi! On 08:41 Sun 14 Aug , ?? wrote: Hi all, Please tell me the difference between using unsigned short and __be16 to declear a variable in a data structure. For example, in include/net/inet_sock.h, struct inet_sock is decleared as struct inet_sock {     __be16

Re: Dev Environment?

2011-08-14 Thread Mulyadi Santosa
Hi :) On Sun, Aug 14, 2011 at 11:51, Daniel Hilst Selli danielhi...@gmail.com wrote: Thanks Mulyadi, I was installing gentoo with qemu.. but takes soo long to install that I give up, I was thinking in a minimal distro as dsl or lfs. What you suggest ? Next time, pls keep kernelnewbies list

Re: Tracing file size changes

2011-08-14 Thread Christophe Hauser
On Fri, Aug 12, 2011 at 08:58:41PM -0400, Chris wrote: Will Inotify help? http://en.wikipedia.org/wiki/Inotify http://www.kernel.org/doc/man-pages/online/pages/man7/inotify.7.html It is pretty much what I want to do, the problem with it is that it doesn't appear to be

Re: Dev Environment?

2011-08-14 Thread Daniel Hilst Selli
Em 14-08-2011 05:59, Mulyadi Santosa escreveu: Hi :) On Sun, Aug 14, 2011 at 11:51, Daniel Hilst Sellidanielhi...@gmail.com wrote: Thanks Mulyadi, I was installing gentoo with qemu.. but takes soo long to install that I give up, I was thinking in a minimal distro as dsl or lfs. What you

Re: Dev Environment?

2011-08-14 Thread Mulyadi Santosa
Hi :) On Mon, Aug 15, 2011 at 11:38, Christophe ker...@kereoz.org wrote: I personally like to debootstrap a Debian and make a qcow2 image from it. You don't need the kernel to be on the image as you can directly pass a kernel to qemu with the -kernel option. I agree, just to add that AFAICT

Re: Dev Environment?

2011-08-14 Thread Christophe Hauser
On Sun, Aug 14, 2011 at 03:59:04PM +0700, Mulyadi Santosa wrote: Hi :) On Sun, Aug 14, 2011 at 11:51, Daniel Hilst Selli danielhi...@gmail.com wrote: Thanks Mulyadi, I was installing gentoo with qemu.. but takes soo long to install that I give up, I was thinking in a minimal distro as