Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Non-4kb page size support #517

Open
iximeow opened this issue May 11, 2020 · 0 comments
Open

Non-4kb page size support #517

iximeow opened this issue May 11, 2020 · 0 comments

Comments

@iximeow
Copy link
Contributor

iximeow commented May 11, 2020

lucet-runtime will panic on hosts that don't use 4kb pages, which has been discussed a bit here.

I'm lightly optimistic that adapting lucet-runtime to non-4kb page assumptions might be sufficient to get things working on an otherwise supported platform such as x86_64 linux. I had some concerns that we might assume where the start of the page before the vmctx parameter is, but the one place I could recall seems to measure the offset in a page-size-agnostic manner.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant