We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running an hvt image on an apple M1 laptop running linux natively, I get:
solo5-hvt: dist/noop.hvt: Bad address
Looking into the matter it seems like the pagesize is hardcoded to 4k:
solo5/tenders/hvt/hvt_cpu_aarch64.h
Lines 91 to 92 in 0eb8cb8
However M1 machines have a 16k pagesize.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running an hvt image on an apple M1 laptop running linux natively, I get:
Looking into the matter it seems like the pagesize is hardcoded to 4k:
solo5/tenders/hvt/hvt_cpu_aarch64.h
Lines 91 to 92 in 0eb8cb8
However M1 machines have a 16k pagesize.
The text was updated successfully, but these errors were encountered: