1
linux/Documentation/lguest
Jes Sorensen 511801dc31 Change example launcher to use unsigned long not u32
Apply Clue 2x4 to lguest userland<->kernel handling code and the
lguest launcher. Pointers are not to be passed in u32's!

Basic rule of thumb: Anything passing u32's back and forth should be
passing unsigned longs to be portable to 64 bit archs.

For those who forgotten already, I repeat: NO POINTERS IN u32!

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2007-10-23 15:49:52 +10:00
..
extract lguest: documentation I: Preparation 2007-07-26 11:35:16 -07:00
lguest.c Change example launcher to use unsigned long not u32 2007-10-23 15:49:52 +10:00
lguest.txt lguest.txt update 2007-10-23 15:49:48 +10:00
Makefile Introduce guest mem offset, static link example launcher 2007-10-23 15:49:50 +10:00