Home | History | Annotate | Download | only in rump
History log of /src/tests/rump/Makefile
RevisionDateAuthorComments
 1.6  10-Mar-2011  pooka Add a test checks that 16 rump kernels on one shmif bus can ping
each other.
 1.5  13-Jul-2010  jmmv Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
 1.4  16-Jun-2010  pooka Add simple etfs test which almost tests for bug fixed yesterday
(the yesterday bug was against an emulated block device, so slighlty
different). But at least this test uncovered a few bugs already.
 1.3  09-Jun-2010  pooka Add a test which checks autoloading modules from the host's
/stand/arch/vers/kmods works in rump (and that the result is usable ;).

On i386 this "just works". For amd64, due to -mcmodel=kernel,
things are a little more complicated. We must have the entire rump
kernel loaded in the lower 2GB. Currently, this can be done either
by using the non-PIC version for the rump kernel compiled with
-mcmodel=small, or, as njoly pointed out, using netbsd32, which
causes vm_default_addr() to give something in the lower 2GB and
therefore shared libs "magically" getting loaded there. I guess
it would be possible to put a suggested vaddr into the rump kernel
libs and make ld.elf_so map memory from the suggested address if
present ... but that's another show.

Also thanks to tron for access to an amd64 so that I could verify
the test works.
 1.2  31-May-2010  pooka Add some kernel namespace (i.e. _KERNEL) helpers for regression tests.
 1.1  02-May-2009  pooka branches: 1.1.2;
add regression test for module init/fini in rump
 1.1.2.2  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.1.2.1  02-May-2009  jym file Makefile was added on branch jym-xensuspend on 2009-05-13 19:19:34 +0000

RSS XML Feed