make mrproper #清除编译安装的数据 make dep    #清除依赖 tar xvf kernel-rely.tar.tz && cd kernel-rely 需要安装依赖的yum localinstall *.rpm 如果已经有依赖,单独安装内核的rpm -ivh kernel-4.9.86-30.el6.x86_64.rpm --force --nodeps
2023-11-12 12:27:54 82.02MB linux redhat kernel
1
Microsoft Kernel-Mode Driver Framework Install-v1.9 for vista/win2K/winxp/win2k3
2023-11-06 13:06:59 1.32MB WDF WDF01009 Microsoft Kernel-Mode Driver Framework
1
This User Manual describes Mellanox Technologies BlueField™ Ethernet SmartNIC. It provides details as to the interfaces of the board, specifications, required software and firmware for operating the board, and a step-by-step plan of how to bring up the BlueField SmartNIC.
2023-10-17 15:03:05 3.33MB Linux kernel
1
Linux Kernel Networking takes you on a guided in-depth tour of the current Linux networking implementation and the theory behind it. Linux kernel networking is a complex topic, so the book won't burden you with topics not directly related to networking. This book will also not overload you with cumbersome line-by-line code walkthroughs not directly related to what you're searching for; you'll find just what you need, with in-depth explanations in each chapter and a quick reference at the end of each chapter.
2023-10-16 20:02:07 5.34MB Linux Kernel Networking Theory
1
linux2.4.0版本的源代码,可结合毛德操老师的《linux源代码情景分析》一书来学习linux的实现。
2023-08-25 16:19:21 18.87MB linux kernel
1
kernel-3.10.0-862.el7.x86_64.rpm
2023-06-17 20:56:24 46.01MB kernel
中文版linux 内核详细说明帮助文档一共十五章。对想学linux的这是个不错的文档。
2023-06-11 10:37:41 546KB linux linux内核
1
分析linux内核的另一著作,不但说了内核的原理,而且讲了内核为什么这么设计。
2023-05-11 01:49:40 7.82MB linux kernel
1
基于 Aquantia AQC111U 的 USB 以太网适配器的 DSM 驱动程序 这是 Synology NAS 的 AQC111U 驱动程序包。 支持的NAS平台 帝斯曼 6.2 基于阿波罗拉克的产品 DS918+(确认工作) DS620slim DS1019+ DS718+ DS418play DS218+ 您也可以下载驱动程序,包括其他平台从,并确定从模型中的一个正确的驱动程序,但你可能会遇到未经证实的平台上的一些问题。 如果你报告它是否有效,我非常感谢。 注意:我建议使用前端口连接设备,因为有些用户在使用后端口时报告稳定性问题。 支持基于 AQC111U(5.0Gbps) 的设备 目前我只确认 QNAP QNA-UC5G1T 有效。 如果您有其他产品但它们​​不起作用,请使用其供应商 ID 创建问题。 (Type-A, 确认工作) (Type-C) 如
2023-05-04 11:32:44 124KB kernel-module driver synology synology-nas
1
内核可以在运行时动态执行补丁中的代码(kpatch),而不需要重启后再运行补丁代码。对于kpatch的运行原理,可以参看[3], kpatch基于ftrace技术,可以在内核运行时动态的(即不需要重启)、整体替换某个函数(但需要暂时停止所有运行时进程)。如图1所示,具体的,当内核运行之前,加入原来的内核函数名字为func_original(),则内核编译时就先把patch做好(假设替换函数为func_replace()),同时编译进内核中。本文主要解释从gnu汇编原语角度如何实现kpatch,具体kpatch机制可以参考文献[3]。内核文件arch/arm64/include/asm/alternative.h中有一段汇编,涉及内核动态patch技术。
2023-04-19 14:24:41 313KB kpatch Kernel popsection
1