可以使用skyeye来仿真raw-os, 下面是github 的地址,感谢作者feixiaoxing。
https://github.com/feixiaoxing/skyeye_rawos
使用步骤:
architecture: arm920
chip: s3c2410
os: raw-os 1.053
compiler: arm-linux-gcc 4.4.3
emulator: skyeye 1.2.6
compile step: make & skyeye -e nvme_os
debug: skyeye -e nvme_os -d
./gdb nvme_os & target remote :12345 & c