linux杂项
伶优
coder
展开
-
ifneq ($(KERNELRELEASE),) 是做什么用的
Makefile ifneq ($(KERNELRELEASE),) param-objs := file1.o file2.o obj-m := param.oelse KDIR := /lib/modules/2.6.18-53.el5/buildall: make -C $(KDIR) M=$(PWD) modulesclean: rm -f *.ko *.o *.mod.o *.mod.c *.symversendif KERNELRELEASE是在内核源码的顶层Makefile中.原创 2022-01-27 10:11:34 · 1373 阅读 · 0 评论 -
linux 资源管理
PRCM:Power, Reset & Clock Management(linux) 冷启动:Cold Reset, 关闭电源,再打开电源重启计算机 热启动:Warm Reset, 在不关闭电源的情况,由软件控制重启计算机 linux时间同步:ntp popen/pclose:可用来判断进程状态 exec:进程映像替换 signal(SIGCHLD, SIG_IGN):将僵尸进程交给init进程来领养 SIGPIPE: linux 软件watchdog linux时间同步,ntpd、ntpda.原创 2021-02-25 15:38:44 · 176 阅读 · 1 评论 -
linux:博客收藏
蜗窝科技 wwang’s blog原创 2020-12-22 15:45:20 · 109 阅读 · 0 评论