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

Additional filesystem support (e.g., EXT4, logfs) #10

Open
felipehuici opened this issue Aug 28, 2019 · 2 comments
Open

Additional filesystem support (e.g., EXT4, logfs) #10

felipehuici opened this issue Aug 28, 2019 · 2 comments
Labels
kind/project Issue is a substantial contribution

Comments

@felipehuici
Copy link
Member

No description provided.

@felipehuici felipehuici added the kind/project Issue is a substantial contribution label Aug 28, 2019
@casonschindler
Copy link

Hello, do you mind expanding on what would be needed for this? Thanks!

@felipehuici
Copy link
Member Author

Hi, sure, right now Unikraft only supports ramfs and 9pfs (https://www.kernel.org/doc/Documentation/filesystems/9p.txt). This item would be about adding support for another filesystem (e.g., ext4, logfs, or even https://virtio-fs.gitlab.io/). The idea would be probably to port it from an existing OS/implementation.

@nderjung nderjung added this to TODO in General Kanban May 10, 2021
eduardvintila pushed a commit to eduardvintila/unikraft_riscv64 that referenced this issue Jul 28, 2023
The VDSO is responsible for the virtual system calls in a basic
linux application and makes so that some system calls will be faster
because the transition between kernel mode and user mode is eliminated.
Therefore, it shouldn't be used in Unikraft. At the moment, in musl
this feature is enabled and functions like __clock_gettime will generate
a segfault.

Signed-off-by: Florin Postolache <florin.postolache80@gmail.com>
Reviewed-by: Dragos Iulian Argint <dragosargint21@gmail.com>
Approved-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: unikraft#10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/project Issue is a substantial contribution
Projects
No open projects
Development

No branches or pull requests

2 participants