01 2024 档案

摘要:U-Boot Sandbox 是一个仿真平台,可以用来调试u-boot的非架构相关代码。 平台:ubuntu 22.04 for x86_64 1. 开发环境 Ubuntu 22.04 for x86_64. $ sudo apt update $ sudo apt install build-es 阅读全文
posted @ 2024-01-15 21:28 this毛豆 阅读(433) 评论(0) 推荐(0)
摘要:ARM v7处理器有9种模式(参考自官方文档): 模式 缩写 编码 特权级别 执行 安全状态 User usr 10000 PL0 Always Both FIQ fiq 10001 PL1 Always Both IRQ irq 10010 PL1 Always Both Supervisor s 阅读全文
posted @ 2024-01-03 16:35 this毛豆 阅读(227) 评论(0) 推荐(0)