📄 makefile
字号:
# Makefile for a basic kernel moduleCC=gccMODCFLAGS := -O6 -Wall -DCONFIG_KERNELD -DMODULE -D__KERNEL__ -DLINUXintrpt.o: intrpt.c /usr/include/linux/version.h $(CC) $(MODCFLAGS) -c intrpt.c echo This module will kill your machine, and you\'ll have echo no way of rebooting it nicely. Before you do insmod, echo do a "sleep 120 ; reboot" in another terminal\!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -