summaryrefslogtreecommitdiff
path: root/tests/multiboot/libc.h
AgeCommit message (Collapse)AuthorFilesLines
2015-01-26tests/multiboot: Add test for modulesKevin Wolf1-0/+1
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>
2013-10-28tests: Multiboot mmap test caseKevin Wolf1-0/+61
This adds a test case for Multiboot memory map in the tests/multiboot directory, where future i386 test kernels can be dropped. Because this requires an x86 build host and an installed 32 bit libgcc, the test is not part of a regular 'make check'. The reference output for the test is verified against test runs of the same multiboot kernel booted by some GRUB 0.97. Signed-off-by: Kevin Wolf <kwolf@redhat.com>