add net support

This commit is contained in:
yufeng 2023-02-06 19:21:43 +08:00
parent 680f7fed26
commit 9355acf903
12 changed files with 354 additions and 0 deletions

View file

@ -15,6 +15,7 @@ bitflags = "1.2.1"
xmas-elf = "0.7.0"
volatile = "0.3"
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers", rev = "4ee80e5" }
lose-net-stack = { git = "https://github.com/yfblock/lose-net-stack", rev = "3f467dd" }
easy-fs = { path = "../easy-fs" }
virtio-input-decoder = "0.1.4"
embedded-graphics = "0.7.1"