add net support, fix merge error
This commit is contained in:
parent
1a2838d670
commit
2e81c8960c
11 changed files with 365 additions and 0 deletions
|
@ -14,6 +14,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" }
|
||||
embedded-graphics = "0.7.1"
|
||||
tinybmp = "0.3.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue