소스 검색

v0.6 readme

cuu 1 개월 전
부모
커밋
994a646d30
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Code/Kernel/v0.6/README.md

+ 1 - 0
Code/Kernel/v0.6/README.md

@@ -13,6 +13,7 @@ After git apply all patches
 
 ```
 make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- clockworkpi_cpi3_defconfig
+make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
 mkimage -A arm -O linux -T kernel -C none -a 0x40008000 -e 0x40008000 -n "Linux kernel" -d arch/arm/boot/zImage uImage
 ```