mirror of
https://github.com/krislamo/kernmod.git
synced 2025-09-09 07:49:29 +00:00
A hello world Linux kernel module
This commit is contained in:
6
Vagrantfile
vendored
Normal file
6
Vagrantfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "debian/bullseye64"
|
||||
config.vm.synced_folder ".", "/vagrant"
|
||||
config.vm.network "private_network", type: "dhcp"
|
||||
config.vm.provision "shell", path: "build.sh"
|
||||
end
|
Reference in New Issue
Block a user