Skip to content

qemu: better description of kernel requirements #6

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Revision 1.2 implementation is available here: [https://github.com/OpenChannelSS

Note that revision 1.2 is no longer being maintained.

# Use a custom kernel
# Kernel

The development of the lightnvm subsystem is hosted here:
pblk and the LightNVM subsystem will typically not be enabled in your distro kernel so you probably need to compile one. Use the most recent mainline kernel or (better) use the lightnvm subsystem development tree:

`git clone https://github.com/OpenChannelSSD/linux.git`

and the latest work is found in the for-4.XX/core branch.
The latest work is found in the for-x.x/core branch.

Make sure that the Linux kernel .config file at least includes:

Expand Down