diff --git a/Readme.md b/Readme.md index 65e34084e179bf7842d99c3e9ce6771c22e9a435..137343ee2133b960c767a52bdeac96beab4d3ab2 100755 --- a/Readme.md +++ b/Readme.md @@ -95,9 +95,9 @@ Xen的编译运行均在飞腾FT2000/4上,Xen的版本为4.15.1,测试内核 booti 0x93000000 - 0x90100000; ### 3.1.1 e2000q启动Xen和Dom0 - ext4load ext4load scsi 0:3 0x90000000 boot/xen-e2000q.dtb; - ext4load ext4load scsi 0:3 0x91000000 boot/Image; - ext4load ext4load scsi 0:3 0x95000000 boot/xen + ext4load scsi 0:3 0x90000000 boot/xen-e2000q.dtb; + ext4load scsi 0:3 0x91000000 boot/Image; + ext4load scsi 0:3 0x95000000 boot/xen fdt addr 0x90000000; fdt set /chosen \#address-cells <1>; @@ -108,7 +108,7 @@ Xen的编译运行均在飞腾FT2000/4上,Xen的版本为4.15.1,测试内核 fdt set /chosen/module@0 compatible "xen,linux-zimage" "xen,multiboot-module"; fdt set /chosen/module@0 reg <0x91000000 0x3000000>; - booti 0x95000000 -:- 0x90000000 + booti 0x95000000 - 0x90000000 下图是Xen的启动过程和dom0的登录界面: @@ -135,6 +135,8 @@ Dom0启动后,需要挂载Xen相关的文件系统和启动守护进程,之 # source environ.sh +(注意,在库上的脚本environ.sh中有一行“vif=["bridge=xenbr0"]”,若不使用第4章节的虚拟网卡,此行需删除,否则会报错。) + 打印Xen系统信息: ![](https://gitee.com/phytium_embedded/phytium-xen/raw/master/pic/xl-info.png)