摘要: https://github.com/rlepigre/bare-metal-aarch64/tree/master/step-04 void kernel_entry(){ // Go in an infinite loop of "wfe" instructions. while(1){ asm 阅读全文
posted @ 2023-09-01 01:41 杨大茄子 阅读(13) 评论(0) 推荐(0) 编辑