We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
教材中的实验 所需的文件系统镜像desktop.img 能否提供? 如网卡实验中,qemu命令里的initrd-4.19 和 desktop.img能否一并放在仓库里便于环境对齐。
The text was updated successfully, but these errors were encountered:
你好 网卡实验中所涉及到的镜像文件没有经过特殊修改 initrd-4.19 为编译 Linux 4.19 版本内核时自动生成的 initrd.img 镜像文件; desktop.img 为普通的磁盘镜像,可以通过 qemu-img 等方式把 ubuntu 或 openEuler 的标准磁盘镜像转化为 img 格式 此外,如果您想尝试教材中的实验,也可以访问头歌平台与本教材配套的实验课程,平台提供了在线的服务器环境和实验的指导可以参考。
initrd-4.19
desktop.img
qemu-img
Sorry, something went wrong.
No branches or pull requests
教材中的实验 所需的文件系统镜像desktop.img 能否提供?
如网卡实验中,qemu命令里的initrd-4.19 和 desktop.img能否一并放在仓库里便于环境对齐。
The text was updated successfully, but these errors were encountered: