tests: Multiboot mmap test case
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: NKevin Wolf <kwolf@redhat.com>
Showing
tests/multiboot/Makefile
0 → 100644
tests/multiboot/libc.c
0 → 100644
tests/multiboot/libc.h
0 → 100644
tests/multiboot/link.ld
0 → 100644
tests/multiboot/mmap.c
0 → 100644
tests/multiboot/mmap.out
0 → 100644
tests/multiboot/multiboot.h
0 → 100644
tests/multiboot/run_test.sh
0 → 100755
tests/multiboot/start.S
0 → 100644
想要评论请 注册 或 登录