Richardhongyu / rust-e1000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust simple e1000 device driver (Intel ethernet adapter)

This is for figuring out proper Rust PCI, DMA, network abstraction APIs for NIC drivers.

I implemented abstraction APIs (PCI, DMA, network, etc) for minimum functionality. No unsafe for calling C APIs in the driver. I've been working for upstreaming. Meanwhile you can compile the driver with my fork of Linux kernel.

$ make KDIR=~/git/linux LLVM=1

This driver works on QEMU, howerver nothing else works.

About

License:GNU General Public License v2.0


Languages

Language:Rust 99.8%Language:Makefile 0.2%