记录我的学习过程:从嵌入式开发走向计算机系统与算法
这个博客主要用于记录我的学习与思考,当前关注方向包括:
- 操作系统工程(xv6 / 系统调用 / 进程机制)
- 嵌入式软件开发(MCU / 电机控制 / BLDC / FOC)
- Linux / 工具链(Bash / Git / 编译环境)
- 计算机基础(数据结构 / 算法 /)
- LLM
同时也会记录一些:
- 调试经验
- 工程问题复盘
- 学习路径反思
/_posts:技术文章/_tabs:导航页面(分类 / 标签 / 关于)/assets:图片与资源文件
bundle install
bundle exec jekyll serve- Jekyll
- GitHub Pages
- Markdown
博客主题基于:
Create new post using:
$ bundle exec jekyll post "My New Post"
# or specify a custom format for the date attribute in the yaml front matter
$ bundle exec jekyll post "My New Post" --timestamp-format "%Y-%m-%d %H:%M:%S %z"
This work is published under MIT License.