kernel-ark/arch/x86/lguest
Rusty Russell 814a0e5cdf Revert lguest magic and use hook in head.S
Version 2.07 of the boot protocol uses 0x23C for the hardware_subarch
field, that for lguest is "1".  This allows us to use the standard
boot entry point rather than the "GenuineLguest" string hack.

The standard entry point also clears the BSS and copies the boot parameters
and commandline for us, saving more code.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2007-10-23 15:49:57 +10:00
..
boot.c Revert lguest magic and use hook in head.S 2007-10-23 15:49:57 +10:00
i386_head.S Revert lguest magic and use hook in head.S 2007-10-23 15:49:57 +10:00
Kconfig Lguest support for Virtio 2007-10-23 15:49:56 +10:00
Makefile