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

Load kernel modules #524

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 31, 2024

  1. wsl-distro: introduce wsl.kernelModules option

    WSL now supports kernel modules and come with a bunch configured as `m`
    and can be loaded this way. For example `vhci-hcd` used by usbip has
    changed from `y` to `m` and hence need to be explicitly loaded.
    terlar committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8628e78 View commit details
    Browse the repository at this point in the history
  2. usbip: enable vhci-hcd module

    terlar committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    94010f2 View commit details
    Browse the repository at this point in the history