| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 [Xen-devel] Para-virtualized linux kernel release for the Tegra2	harmony board.
 
 
We have release a reference code for a para-virtualized linux kernel. You will find it on "git://xenbits.xen.org/people/jm77ryu/linux-xen.git"
 
 In case of xen-arm source, please visit to "git://xenbits.xen.org/people/jm77ryu/xen-arm.git"
 
 
 - Build Instructions: -
 
 1. extract root filesytem contents as following(This requires the root privilege)
 sudo tar -xvpf rootfs_dom0.tar.bz2
 
 2. cp config_dom0 .config
 
 3. make ARCH=arm
 
 ** Turn on target board, and download the xen-arm image(xen) and the kernel image(vmlinux.out0).
 ** download addresse is :
 ***** xen-arm : 0x8000
 ***** guest kernel images : 0x1e800000
 
 - booting domu -
 
 ** To boot domu (the rootfilesystem of dom0 already has prebuilt domu kernel images, see images directory.)
 # smd start     <- start lightweight
 # vm create /etc/xen/dom1
 # xenconsole 1    <= This command switch console to dom 1.
 
 * For domu build, use config_domu configuration file.
 * Don't forget to copy the vmlinux.out1 to rootfs_dom0/images directory after domu kernel build.
   ![]() _______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 
 |