Skip to content

yhamamachi/linux-pcie-virtio-net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Linux PCIe virtio-net

kernel

Buildroot

First build

wget https://buildroot.org/downloads/buildroot-2024.02.4.tar.gz
tar xf buildroot-2024.02.4.tar.xz
cp buildroot_files/config ./buildroot-2024.02.4/.config
cd ./buildroot-2024.02.4
make
cp ../buildroot_files/S90endpoint ./output/target/etc/init.d
make

Endpoint function setup

Please refer to the buildroot_files/S90endpoint

About

Linux kernel source tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%