用Qemu模拟ARM

用Qemu模拟ARM(1)linux 前面已经安装并配置了编译链和qemu,如今能够用qemu来模拟arm平台了。ios 1. Hello, Qemu!编程 输入下面的代码:安全 hello.c - hello.c架构 #include<stdio.h> int main() { printf("Hello, Qemu!\n"); return 0; } 编译并运行:app $ arm-non
相关文章
相关标签/搜索