make qemu_x86_64_defconfig
make -j 8
make linux-menuconfig # download kernel source and config it
make linux-build
make linux-rebuild
make linux-clean
qemu-system-x86_64 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2 -append root=/dev/sda -vga std
阅读(3280) | 评论(0) | 转发(0) |