简
3年前
源码解读Linux等待队列
从源码角度来解读Linux等待队列机制,了解休眠与唤醒的运转原理kernel/include/linux/wait.hkernel/kernel/sched/wait.ckernel/include/linux/sched.hkernel/kernel/sched/core.c一、概述Linux内核的等待队列是非常重要的数据结构,在内核驱动中广为使用,它是
Easter79 Easter79
2年前
systemtap没找到函数变量
为啥systemtap没找到函数hon@station6:~/codebox/stap/net$sudostapL'kernel.function("sock\_recvmsg\_nosec")'kernel.function("sock\_recvmsg\_nosec@/build/linuxAy7j\_C/linux4.4.0/n
Stella981 Stella981
2年前
Linux nfs kernel
fdnfs/usr/lib/modules/usr/lib/modules/4.4.2301.el7.elrepo.x86_64/kernel/drivers/xen/xenfs/usr/lib/modules/4.4.2301.el7.elrepo.x86_64/kernel/drivers/xen/xenfs/xenfs.k
Stella981 Stella981
2年前
Golang Kernel For Jupyter
上篇回顾:VSCodeandNoteBookforJavaScript(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fdotnetcrazy%2Fp%2F9962192.html)正常流程安装Go语言:sudoapti
Wesley13 Wesley13
2年前
Make your own mini Linux OS
Pleasefollowthesteps:1,wget http://www.kernel.org/pub/linux/kernel/v2.6/linux2.6.24.4.tar.bz2(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.kernel.org%2Fpub%
Wesley13 Wesley13
2年前
Oracle的kernel.shmmax和kernel.shmall设置
Oracle的kernel.shmmax和kernel.shmall设置不会推车的娘们2019120412:02:301135收藏3分类专栏:linuxORACLE文章标签:sysctl系统内核oracle操作版权1. kernel.shmmax:是核心参数中最重要的参数之一,用于定义单个共享内存段的最
Stella981 Stella981
2年前
Kernel Memory Allocation
http://kernelnewbies.org/KernelMemoryAllocationKernelMemoryAllocationbyArnoutVandecappelle,MindInthekernel,malloc()isnotavailable.Instead,thekernelhastod
Stella981 Stella981
2年前
Git 安装 on centos7
本文演示如何在CentOS7上安装和使用git。1准备工作1.1浏览器访问安装包下载地址:https://www.kernel.org/pub/software/scm/git/找到下载列表中需要安装的版本,以2.17.0版本为例,地址为:https://www.kernel.org
Wesley13 Wesley13
2年前
linux Wireless基础知识(cfg80211 mac80211 nl80211)
1\.基本概念• cfg80211: 用于对无线设备进行配置管理。与FullMAC,mac80211和nl80211一起工作。(Kernel态)• mac80211:是一个driver开发者可用于为SoftMAC无线设备写驱动的框架 (Kernel态)。• nl80211:用于对无线设备进行配置管理,它是一个基本Netlink
Stella981 Stella981
2年前
Linux内核调优
网络cat/etc/sysctl.conf<<EOFkernel.msgmnb65536kernel.msgmax65536kernel.shmmax68719476736kernel.shmall4294967296net.ipv4.tcp_max_t