tests/multiboot: Add test for modules

This test case is meant to detect corruptions of the Multiboot modules
as well as the multiboot modules list and the module command lines.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Kevin Wolf 2015-01-15 12:26:44 +01:00 committed by Paolo Bonzini
parent b4168498f6
commit a9c837d8ef
7 changed files with 119 additions and 2 deletions

View file

@ -57,5 +57,6 @@ static inline void outb(uint16_t port, uint8_t data)
/* Misc functions */
void printf(const char *fmt, ...);
void* memcpy(void *dest, const void *src, int n);
#endif