Luca Dariz, le sam. 28 oct. 2023 18:48:19 +0200, a ecrit:
> Il 22/10/23 17:19, Samuel Thibault ha scritto:
> > Luca Dariz, le jeu. 19 oct. 2023 20:57:46 +0200, a ecrit:
> > > * tests/configfrag.ac: add MIGUSER, required for user-space tests as
> > >it might be different from the one used to ubi
Hi,
Il 22/10/23 17:19, Samuel Thibault ha scritto:
Luca Dariz, le jeu. 19 oct. 2023 20:57:46 +0200, a ecrit:
* tests/configfrag.ac: add MIGUSER, required for user-space tests as
it might be different from the one used to ubild the kernel.
Can't we just automatically select the proper mig?
Hello,
Nice! :D
Luca Dariz, le jeu. 19 oct. 2023 20:57:46 +0200, a ecrit:
> * tests/configfrag.ac: add MIGUSER, required for user-space tests as
> it might be different from the one used to ubild the kernel.
Can't we just automatically select the proper mig? depending on
user-land bitness we c
* tests/Makefrag.am: add rules to build simple user-space test
modules, including generating mig stubs. The tests reuse some kernel
code (the printf(), mach_atoi(), mem*(), str*() functions) so we can
use the freestanding environment and not depend on glibc.
* tests/README: add basic info on