摘要:
执行完 board_init_f 后,跳回到 crt0.S中继续执行汇编语言 最后一句,跳转到here处去执行 一、relocate_vectors 重定向向量表 relocate.S (arch\arm\lib) 这一段主要是对前面所说的向量表进行重定向 二、relocate_code here执 阅读全文
摘要:
一、建立自己的 github 进入 github 官网:github网址:https://github.com/ 注册账号,右上角点击 + 号,选择 New repository Repository name:代码仓的名字 Description:描述,自己写 Public:公开代码 Initia 阅读全文