⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 check_kernel

📁 最新rtlinux内核源码
💻
字号:
#!/bin/bashif [ $(grep -c "$(uname -r)" ${LINUXDIR}/include/linux/version.h) != 0 ]then	echo <<EOF ***** *****    WARNING!!! ***** *****    The kernel that is currently running is a different *****    version than the source in ${LINUXDIR}.  The current *****    compile will create a module that is *incompatible* *****    with the running kernel.  (This may be exactly what *****    you want, however.) *****EOFfi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -