Skip to content
New issue

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

A little question #1

Open
weida2 opened this issue Jul 24, 2023 · 1 comment
Open

A little question #1

weida2 opened this issue Jul 24, 2023 · 1 comment

Comments

@weida2
Copy link

weida2 commented Jul 24, 2023

Hello, I have read your relevant paper, can I use femu to reproduce the relevant work without using openssd platform

@yzim
Copy link
Collaborator

yzim commented Jul 25, 2023

It makes sense to port the functionalities of lambda-io to FEMU. You can try to port lambda-device (nvme-ctl and uebpf-rt) to FEMU and run lambda-kernel in the guest OS. Specifically, nvme-ctl contains the logic to parse, process, and complete an NVMe command. You should merge it into the FEMU NVMe controller. uebpf-rt provides the sBPF/eBPF runtime on both aarch64 and x86-64. Please pay attention to your machine's ISA. You should compile uebpf-rt to x86-64 if you run FEMU on an x86-64 machine and link it to FEMU.

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

No branches or pull requests

2 participants