2021-09-03
字符设备驱动框架#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/cdev.h>
2021-06-03
Miscellaneous
嵌入式 ARM 技术概论Cortex-A9 八种工作模式
处理器工作模式
缩写
描述
用户模式 (User)
usr
正常程序执行模式,大部分任务执行在这种模式下
快速中断模式 (FIQ)
fiq
当一个高优先级中断产生时会进
2021-05-29
Miscellaneous
GNU ARM 汇编程序格式整体结构.section .mysection, "x"
.text
.global test
test:
ADD r0, r0, r1
MOV pc, lr
.data /*定义数据段,即程
2020-11-18
Miscellaneous
Blog
多写博客!
为 docsify 适配 dark mode
为 Live2D 添加 moc3 模型支持
添加新的 Live2D 角色
重构 waifu-tips, 抛弃 jquery
2020-04-04
Miscellaneous