Kevin Boos

Results 327 comments of Kevin Boos

Closed by #732, which moves the compilation of assembly code out of the `Makefile` and into the nano_core's build script.

Blocked on the merging of dedicated `MappedPagesMut`/`MappedPagesExec`/etc types

We have also experienced this issue on custom x86_64-based targets for quite a long time. My workaround has just been to write `#[no_mangle]` wrappers around the missing functions, but it'd...

Thanks for the update, appreciate it!

Hi @Pantyhose-X, thanks for the comment. Unfortunately I'm not quite sure what you're asking for. Is it something along the lines of wanting the source code for Theseus made available...

Or if this is about running Theseus on a machine that uses a proxy, or using a proxy to redirect Theseus's inbound & outbound traffic, we do have instructions for...

Right, you said that already, but I was hoping to clarify. You'd like a UI application that runs atop Theseus for the purpose of creating a network proxy?

> @kevinaboos should be ready for review Great! I'll take a look tonight or tomorrow late afternoon.

To answer your question: > Do we / does the device author always know what kind of address a determine_mem_base call returns? Yes, but we should verify that by actually...

As discussed on discord, I can reproduce the error, which is caused by not using a range of pages and frames that are properly aligned to a 2MiB boundary.