issues
search
includeos
/
IncludeOS
A minimal, resource efficient unikernel for cloud services
https://includeos.github.io/
Apache License 2.0
4.93k
stars
365
forks
source link
Add SMP option to nix, enable SMP for selected tests, add ccache option for tests.
#2278
Closed
alfreb
closed
2 months ago
alfreb
commented
2 months ago
test.sh: Add env var to enable ccache, default to off.
Add smp parameter to nix default, shell, and overlay. Enable with --arg smp true.
Added multiple cores to paging, UDP and exceptions tests, add them to an SMP test set.
Enable boot logger to tests make it easier toverify that multiple cores come up.
Disable SMP for chainloader. It would be nice to test 32 bit multicore, but not in there.
MagnusS
commented
2 months ago
Looks great - thanks for the rebase :)