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

Build and run file system with LKL #482

Open
sihangliu opened this issue Jan 2, 2020 · 1 comment
Open

Build and run file system with LKL #482

sihangliu opened this issue Jan 2, 2020 · 1 comment

Comments

@sihangliu
Copy link

I am a beginner to LKL. I would like to compile and run a file system in userspace so that I would not need root privilege. Could anyone give me some pointers to get started with?

The file system I am trying to use supports kernel version 4.15. So I first checkout to the commit that merges with 4.15 (0109747) and then build both the LKL tools (tools/lkl) and source (make menuconfig, then make). I am wondering how I can build the source code of this kernel module with LKL and run it? Do I need to modify the Makefile of this file system and change the kernel source to the LKL version in order to build it (I found doing so would incur a few compilation errros)? Is the existing lklfuse a good example to start with? Thanks!

@docfate111
Copy link

I would like to know the answer to this as well.

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