05 2022 档案

 
聊聊开发和设计的一些话题
摘要:本次blog只讲8个事情,主要包括内核、进程、规范等话题。 1. kernel编译ko kernel如何去编译一个.ko文件? 请看如下的Makefile obj-m:=helloworld.o mymodule-objs:=module KDIR?= default: make -C $(KDIR 阅读全文
posted @ 2022-05-25 14:38 real-watson 阅读(81) 评论(0) 推荐(0) 编辑
结构体和指针
摘要:1. 结构体地址: #include <stdio.h> #include <stdlib.h> #include <string.h> struct son { int money; }; struct dah { int money; }; struct father { struct son 阅读全文
posted @ 2022-05-12 18:22 real-watson 阅读(43) 评论(0) 推荐(0) 编辑
深入分析链表实现队列流程(看图)
摘要: 阅读全文
posted @ 2022-05-09 15:15 real-watson 阅读(21) 评论(0) 推荐(0) 编辑

 

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