新增VirtIO网卡驱动 (#194)

* 修复内存bug与grub安装脚本的错误

* 修改小bug

* PCI增加功能与virtio-net驱动

* little fix

* virtio-net小修改
This commit is contained in:
YJwu2023
2023-03-11 21:09:50 +08:00
committed by GitHub
parent 1d48996375
commit 26d84a3139
22 changed files with 1416 additions and 10 deletions

View File

@ -169,7 +169,8 @@
"acpi.h": "c",
"assert.h": "c",
"sys_version.h": "c",
"cmd.h": "c"
"cmd.h": "c",
"net.h": "c"
},
"C_Cpp.errorSquiggles": "Enabled",
"esbonio.sphinx.confDir": "",