lguest: documentation I: Preparation
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 26 Jul 2007 17:41:02 +0000 (10:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 26 Jul 2007 18:35:16 +0000 (11:35 -0700)
commitf938d2c892db0d80d144253d4a7b7083efdbedeb
tree1fbc946a9fb59827001a5d4d5224abe5e624e605
parentdfb68689bf3e3d31dc9fb5c2bde5379a4ca9b0ec
lguest: documentation I: Preparation

The netfilter code had very good documentation: the Netfilter Hacking HOWTO.
Noone ever read it.

So this time I'm trying something different, using a bit of Knuthiness.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14 files changed:
Documentation/lguest/extract [new file with mode: 0644]
Documentation/lguest/lguest.c
drivers/lguest/Makefile
drivers/lguest/README [new file with mode: 0644]
drivers/lguest/core.c
drivers/lguest/hypercalls.c
drivers/lguest/interrupts_and_traps.c
drivers/lguest/io.c
drivers/lguest/lguest.c
drivers/lguest/lguest_bus.c
drivers/lguest/lguest_user.c
drivers/lguest/page_tables.c
drivers/lguest/segments.c
drivers/lguest/switcher.S