lucet icon indicating copy to clipboard operation
lucet copied to clipboard

Non-4kb page size support

Open iximeow opened this issue 4 years ago • 0 comments

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.

iximeow avatar May 11 '20 20:05 iximeow