工具&&博客站点集合
博客站
向优秀的前辈们学习~
hitzhangjie
- 腾讯
- 一本有关Dwarf的gitbook: https://www.hitzhangjie.pro/debugger101.io/
- Blog也是基于Hugo构建,风格很好,移动端体验不错。https://www.hitzhangjie.pro/blog/
stdcc
- 上海交大 IPADS
- Blog风格很好,https://stdrc.cc/
- Slides一定得学习,https://stdrc.cc/slides/write-os-in-rust-2.0/slides.html
- 用notion整理表格 https://stdrc.notion.site/c93719166f094ac187dfba6fc199b566
- …
工具站
- Armv8 寄存器、指令速查:http://hehezhou.cn/a64/
- Emoji cheat sheet https://www.webfx.com/tools/emoji-cheat-sheet/
- Windows10搭建局域网FTP服务器
- 跟我一起写Makefile https://seisman.github.io/how-to-write-makefile/Makefile.pdf
- 网络调试工具 http://free.cmsoft.cn/download/cmsoft/assistant/netassist5.0.3.zip
- Gnu gcc 内联汇编官方手册: https://gcc.gnu.org/onlinedocs/gcc/Using-Assembly-Language-with-C.html#Using-Assembly-Language-with-C
交叉编译工具
Linaro: 经常用来编译armv7架构的一些项目。 https://releases.linaro.org/components/toolchain/binaries/
目前我组织的ARM64项目都使用
aarch64-none-linux-gnu-
作为交叉编译工具集, 直达链接: https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.xz