09 2023 档案

摘要:#include <stdio.h> extern char **environ; int main(){ int i=0; while(1){ if(*(environ+i)==NULL) break; printf(":%s\n",*(environ+i)); i++ ; } return 0; 阅读全文
posted @ 2023-09-14 14:43 杨大茄子 阅读(32) 评论(0) 推荐(0) 编辑
摘要: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 杨大茄子 阅读(16) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示