由买买提看人间百态

topics

全部话题 - 话题: kernel
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c*******h
发帖数: 1096
1
我比较钝,完全听不懂。。。
举个最简单的例子,我想用kernel svm分基因,那是应该用polynomial kernel呢还是
rbf kernel呢?用polynomial kernel的话用多少阶的呢?用rbf kernel的话用多大
variance的呢?
我就是想在实验之前先有个感觉,而不是所有都试一遍,哪个好就哪个,换一个数据
集又一切重来。凡方法总有优缺点,适用范围。即使只是比较polynomial和rbf两个
kernel,那它们相比较,孰优孰劣呢?
主要是觉得kernel越来越流行,但好像基本上都是盲试啊

kernel
d*******o
发帖数: 5897
2
来自主题: Linux版 - 问个kernel module的编译问题
刚学内核模块编程不久,照着网上的Linux Kernel Module Programming学的。现在有
个问题,如果我的kernel source code要调用非linux kernel source的函数,应该怎
么做呢?比如我现在的目录结构是:
/usr/src/linux 放的是linux kernel source
/usr/src/xenomai 放的是一个第三方的kernel patch和source,上面的linux kernel
source已经被这个目录下的source patch过,

我自己要写的kernel module放在
/home/pcuser/mymodule下,就一个文件,mymod.c,init函数里调用了/usr/src/
xenomai的kernel space API。

通过加-I -L选项,我能编译mymod.c,得到mymod.ko。但是insmod mymod.ko时,报错
,说有Undefined symbol,就是这个第三方的函数。这个第三方的source code有自己
的Makefile,在它的顶层目录里make是可以... 阅读全帖
c******n
发帖数: 4965
3
what exactly does "kernel preemption" mean?
does the kernel control path have to be strictly paired up, well formed?
i.e.
user mode -- intr , kernerl 1 mode --> intr, kernel 2 preemption --> intr --
-> kernel 3 ---> ret_from_intr ---> kernel2 ret_from_intr ---> kernel 1 ret_
from_intr ---> user mode
or can it directly call schedule() in kernel 3 stage and does a context
switch to a user process ?
the book "understanding linux kernel" is very confusing on this
c******n
发帖数: 4965
4
来自主题: Linux版 - kernel bug??
in handling an interrupt, kernel first saves all the register contents , in
the SAVE_ALL macro, in the last part of this macro, it adjusts the
data segment selectors for kernel mode.
in kernel 2.4, the __KERNEL_DS segment is loaded into %ds and %es, at line
98 of:
http://lxr.linux.no/#linux-old+v2.4.31/arch/i386/kernel/entry.S
but in kernel 2.6, __USER_DS segment is loaded into %ds and %es, at line
227 of :
http://lxr.linux.no/#linux+v2.6.33/arch/x86/kernel/entry_32.S
I understand that on x86,
S*A
发帖数: 7142
5
来自主题: Linux版 - glibc和kernel的兼容性问题
应该没有问题的。glibc 几乎是一直向下兼容的。我还没有听说这个
interface 会让旧的 glibc 不能跑的变化。这就是 kernel 重来不
改变 system call API 的原因。例如新的 mmap 是加一个 mmap2 的
system call. 然后内部把旧的 mmap system call 翻译到等价的 mmap2
上面去。不会直接换 mmap system call 的。
kernel developer 非常注意不干这种 break glibc 向下兼容的事情的。
因为就 kernel developer 自己就很不方便,你要 bisect 一个 kernel
regression 还要换 glibc? Linus 那关肯定就过不了。
有其他的东西可能会导致换新 kernel 跑不起来,例如 udev, modprobe
这些东西。但是你什么时候注意到新 kernel 让旧的 libc 跑不起来的?
我是没有见过。
h****n
发帖数: 298
6
来自主题: Classified版 - Kernel Windows Driver Dev in Bellevue, WA
Brief job description given below:
Windows internals debugging work. Mostly kernel mode but some user
mode too.

Components: drivers, IO subsystem, memory manager, camera, graphics,
other kernel components that are victims or culprits in a functioning system

Basic skills needed: Good understanding of OS fundamentals, should
know Windows internals, should be good at problem solving and at debugging,
should have good experience with Windows kernel and user mode debugging (
Kernel debugging ... 阅读全帖
r**u
发帖数: 1567
7
【 以下文字转载自 CS 讨论区 】
发信人: raou (raou), 信区: CS
标 题: user virtual address space VS kernel virtual address space
发信站: BBS 未名空间站 (Sun Apr 18 17:14:09 2010, 美东)
32-bit machine,virtual address space 4GB,kernel(e.g. linux)会把这4GB,分成
3GB user/1GB kernel。
1GB kernel virtual address space跟物理内存是1-to-1的map。对user virtual addr
做virtual --> physical 转换是也是转到一个kernel virtual addr再到physical
memory。
那这样不是只能用到1GB physical memory,如果有更多
的就用不到了。windows也有这个机制,好奇这样的话不是加内存都没用?大牛给解释
一下啊
l*******y
发帖数: 1498
8
少于896M的话,我觉得所有的 physical address都能被kernel直接访问,都有logical
address.
user virtual addr 和 kernel virtual addr 应该可map到同一physical page吧,如
果kernel 想访问的话。
当user app 执行write或者read时,会通过相应system call 进入kernel mode,这个
时候kernel 应该直接用user app的page table 就可以了吧。我也不确定,我自己理解
的。。。

addr
c**********e
发帖数: 3
9
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: cacatitilake (titicaca), 信区: SanFrancisco
标 题: 湾区著名网络公司招kernel engineer
关键字: kernel engineer 招人 工作
发信站: BBS 未名空间站 (Tue Jul 13 01:09:08 2010, 美东)
湾区著名网络公司招kernel engineer。如果有兴趣,请回站内信箱联系。
===============
We are looking for a kernel engineer.
Responsibilities
• Design, develop, and support kernel and platform services
in multi-processor/multi-core next-gen high performance and scalable
networking appliances
• Design and debug code f
h****n
发帖数: 298
10
来自主题: JobMarket版 - Kernel Windows Driver Dev in Bellevue, WA
Brief job description given below:
Windows internals debugging work. Mostly kernel mode but some user
mode too.

Components: drivers, IO subsystem, memory manager, camera, graphics,
other kernel components that are victims or culprits in a functioning system

Basic skills needed: Good understanding of OS fundamentals, should
know Windows internals, should be good at problem solving and at debugging,
should have good experience with Windows kernel and user mode debugging (
Kernel debugging ... 阅读全帖
c**********e
发帖数: 3
11
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: cacatitilake (titicaca), 信区: SanFrancisco
标 题: 湾区著名网络公司招kernel engineer
关键字: kernel engineer 招人 工作
发信站: BBS 未名空间站 (Tue Jul 13 01:09:08 2010, 美东)
湾区著名网络公司招kernel engineer。如果有兴趣,请回站内信箱联系。
===============
We are looking for a kernel engineer.
Responsibilities
• Design, develop, and support kernel and platform services
in multi-processor/multi-core next-gen high performance and scalable
networking appliances
• Design and debug code f
w****g
发帖数: 597
12
[1]
http://en.wikipedia.org/wiki/Linux_kernel
Linux kernel
The Linux kernel is an operating system kernel used by a family of Unix-like
[4] operating systems. The term Linux distribution is used to refer to the
various operating systems that run on top of the Linux Kernel.
The Linux kernel is released under the GNU General Public License version 2
(GPLv2)[3] plus proprietary licenses for some controversial BLOBs and is
developed by contributors worldwide; Linux is one of the most prominent
examp
a*******e
发帖数: 3021
13
来自主题: Linux版 - f11给我装的是kernel.i586
我以前用f9都是i686阿
这是f11的,还带个尾巴。。。
yum list *kernel*
Loaded plugins: refresh-packagekit
Installed Packages
kernel-PAE.i686 2.6.29.4-167.fc11
installed
kernel-PAE.i686 2.6.29.6-217.2.3.fc11
@updates
kernel-firmware.noarch 2.6.29.6-217.2.3.fc11
@updates
kernel-headers.i586 2.6.29.6-217.2.3.fc11
@updates
d*******r
发帖数: 3299
14
问题是这样的,我要在一个Linux-based小系统(就一switch)上开发些新功能,
我要compile出针对那小系统的kernel的.ko文件,再load上去。
它的kernel version 是: 2.6.24-1-486, 它的硬盘上找不到
目录 /lib/modules/2.6.24-1-486/build,
也没有找到有2.6.24-1-486 kernel的linux header files.
遗留的文档提到用 testing/unstable 的 Debian with 2.6.24 kernel就可以用来build loadable .ko,我试验了不少2.6.24的kernel, 都不行,编译出来的.ko文件load不上去,都通不过校验:
# insmod xxx_mod_1.ko
insmod: error inserting 'xxx_mod_1.ko': -1 Invalid module format
# dmesg|tail
xxx_mod: disagrees about version of symbol struct_module
xxx_m
r**u
发帖数: 1567
15
【 以下文字转载自 CS 讨论区 】
发信人: raou (raou), 信区: CS
标 题: user virtual address space VS kernel virtual address space
发信站: BBS 未名空间站 (Sun Apr 18 17:14:09 2010, 美东)
32-bit machine,virtual address space 4GB,kernel(e.g. linux)会把这4GB,分成
3GB user/1GB kernel。
1GB kernel virtual address space跟物理内存是1-to-1的map。对user virtual addr
做virtual --> physical 转换是也是转到一个kernel virtual addr再到physical
memory。
那这样不是只能用到1GB physical memory,如果有更多
的就用不到了。windows也有这个机制,好奇这样的话不是加内存都没用?大牛给解释
一下啊
h*******x
发帖数: 12808
16
来自主题: Linux版 - 怎么保存kernel panic的消息?
最近修改kernel用sctp协议module,添加一些功能。我的修改的modules有时候会导致
linux
kernel panic,然后linux直接crush了。怎么能把linux kernel panic最后几条
message保存
下来呢?syslogd之类无法记录最后几条消息,/var/log/message和/var/log/kern.log
都没有
最后panic前的dump。虽然kernel panic dump会往console上显示,但是我的程序在实
验室跑的
很好,到了外边(距离实验室比较远)测试就crash,很郁闷。没法查看。
我现在是打算弄一个虚拟机,跑测试kernel,远程vnc上,这样crash了之后,能看到虚
拟机上看到最
后的消息,还是很麻烦。有些时候消息多了,就看不到了。有没有别的办法呢?
w****g
发帖数: 597
17
Linux Kernel 2.6.34 版本已经正式发布。该版本添加了 Ceph 和 LogFS 两个新的文
件系统,其中前者为分布式的文件系统,后者是适用于 Flash 设备的文件系统。Linux
Kernel 2.6.34 的其他特性包括新的 Vhost net、改进了 Btrfs 文件系统、对
Kprobes jump 进行了优化、新的 perf 功能、RCU lockdep、Generalized TTL
Security Mechanism (RFC 5082) 及 private VLAN proxy arp (RFC 3069) 支持、
asynchronous 挂起恢复等等。 你可以参阅 Linux Kernel Newbies
了解有关此版本的变化详情。Linux Kernel 2.6.34 的源代码可从 The Linux Kernel
Archives 网站下载。
Linux 2.6.34 has been released.
Summary: This version adds two new filesystem, the
S*A
发帖数: 7142
18
来自主题: Linux版 - glibc和kernel的兼容性问题
比较孤陋寡闻,你说的是那个事情?
听上去很不解啊, 很难想象 kernel break glibc 的 memcpy.
glibc 的 memcpy 关 kernel 什么事呢?
如果说是在 kernel 引用 glibc 的 memcpy, 那完全是 kernel
内部的问题,和 LZ 关心的 kernel & glibc 兼容性是两回事。
b****y
发帖数: 169
19
来自主题: Linux版 - glibc和kernel的兼容性问题
两位大牛的讨论让我受益匪浅。
没错,我是可以通过串口重烧kernel image
不过升级kernel除了改image, 是否还要更新文件系统里的其他部分?
kernel module应该是一个,不过是按kernel版本存放的。
还有其他的么?
SSA提到的udev可能会是一个问题。我现在是devfs, 新的kernel里还有吧?还是必须升
级到udev?
mod_probe 是个什么问题?
我的系统是PowerPC 603e。我以前也交叉编译,但总有一些小问题。现在目标上编译虽
然慢一些,但是省心多了。大不了编译个3天,只要别出错。
S*A
发帖数: 7142
20
来自主题: Linux版 - 问个kernel module的编译问题
You need to make sure your module is using the
the xenomai kernel as the Kbuild source kernel.
Also you need to make sure the symbol you used in
the xenomai kernel is exported as kernel symbols.
You can try to locate the symbol in /proc/kallsyms.
If it is not in there, then you need to export those symbol
in the kernel first before they can be used in the module.
X****r
发帖数: 3557
21
It is the kernel, not the CPU, does the scheduling, and the threads
being scheduled by the kernel are called, by definition, kernel threads.
Sure, we can make that every user thread corresponding one kernel thread
and let the kernel to handle scheduling, context switch, etc, completely,
which is called 1:1 mapping.

them
c**********e
发帖数: 3
22
来自主题: Classified版 - 湾区著名网络公司招kernel engineer
湾区著名网络公司招kernel engineer。如果有兴趣,请回站内信箱联系。
===============
We are looking for a kernel engineer.
Responsibilities
• Design, develop, and support kernel and platform services
in multi-processor/multi-core next-gen high performance and scalable
networking appliances
• Design and debug code for kernel-level services, virtual
memory, memory management, multi-threading, IPC mechanisms, and layer 2/3/4
protocols.
Requirements
• A minimum of MSEE/MSCS/PHD
t******e
发帖数: 2
23
You can either send resume to my email h*******[email protected] or post to http://vmware.jobs/palo-alto-ca/sr-mts-kernel-test-developer/45409495/job/.
--------------
Posting Title: Sr MTS - Kernel Test Developer
Advertised Location: Palo Alto, CA, US
Job Description:
Test core components of enterprise-class virtualization platform including:
developing and writing test cases for new product features; manual and
automated test execution to verify virtualized software systems, reporting
test results an... 阅读全帖
c*******h
发帖数: 1096
24
对任何一个可以拓展到用kernel的算法,一般来说怎么选kernel和怎么定kernel
里面的参数?除了试个遍,有没有什么理论或者intuition可以在实际做之前大
概预想一下用什么kernel会出什么结果?
c*******h
发帖数: 1096
25
说白了就是缺乏直观的或者理论的认识,不知道各种kernel长的什么样。统计上来说,
cross validation只不过是给一些数字来convince大家说对目前的数据集这个好那个不
好,但没有说出来各个model的本质是什么。
举个例子,(当然很有可能是不对的,)如果一个数据集原来的decision boundary
是正态分布曲面形状的,用rbf kernel可以将数据映射成线性可分的,那对rbf
kernel的认识就立马深刻多了。如果我觉得数据的decision boundary跟这个差很远
的,那我就根本想都不想rbf kernel了。这样不是很好?
r**u
发帖数: 1567
26
32-bit machine,virtual address space 4GB,kernel(e.g. linux)会把这4GB,分成
3GB user/1GB kernel。
1GB kernel virtual address space跟物理内存是1-to-1的map。对user virtual addr
做virtual --> physical 转换是也是转到一个kernel virtual addr再到physical
memory。
那这样不是只能用到1GB physical memory,如果有更多
的就用不到了。windows也有这个机制,好奇这样的话不是加内存都没用?大牛给解释
一下啊
r**u
发帖数: 1567
27
你怎么就不晓得呢?
Linux, 4GB virtual addr space分成俩块,3GB user virtual addr space,和1GB
kernel virtual addr space。
1GB(严格的说好像是896MB)的kernel virtual addr space跟physical mem是one-to-
one map,above 1GB 用page table转换。在kernel mode可以用3GB user virtual
addr space,在user mode不能用1GB kernel virtual addr space (for protection)。
L*****k
发帖数: 327
28
对,graphical model更靠统计,但和纯统计不一样的就是computational issue的比重
高,inference是关键,所以GM可以看成是Stat和CS的结合
kernel的话,自然一方面是kernel trick,很多ML的算法都可以加上这个壳。但是另一
方面,kernel methods是ML的一个主流领域(主流不等于当下最hot,hehe),从SVM开
始算起,kernel这边更CS一些,和statistical learning theory,convex
optimization更贴近

model
l*******s
发帖数: 1258
29
kernel model用来发paper很好,特定dataset上面用特定的kernel。做了一堆实验,就
一个kernel管用,然后拿去发个paper。
问题是,到了工业应用上,这个限制太大,上哪去找正好在特定kernel上面work的特定
数据集啊。
graphic好一些,更加general一些。但缺点就是train和decoding比较麻烦,而且超慢
的,什么CRF啊MLN啊 一个比一个慢。
S*A
发帖数: 7142
30
来自主题: Linux版 - glibc和kernel的兼容性问题
啊多谢 Link。这个就是我说的 memcpy vs memmove 的东西。
这个跟 kernel 完全没有关系,就是 glibc 和 flash 之间的
问题。完全是 user space, 不能因为 Linus 跳进来讨论就自
动变成 kernel 问题了。
而且 Linus 一再强调尽量保持 binary interface 的重要性。
这个和 kernel 不应该 break glibc 里讨论的原因是完全
一致的。非常典型的 Linus 的一贯立场啊。所以我相信破坏
glibc 兼容性的改动过不了 Linus 那一关的。
https://bugzilla.redhat.com/show_bug.cgi?id=638477#c222
什么时候变成 kernel vs glibc 的兼容性问题了?
s*******m
发帖数: 58
31
Both Windows and Linux support zero-copy in kernel networking stack.
In Windows, it is implemented through a data structure called NetBufferList,
the data in the form of NetBufferList passes different layers of networking
stack, each layer makes some modification but the original payload is not
copied (so this is called zero-copy). Finally networking device driver copy
the payload inside NetBufferList to onboard buffer of network adapter and
then network adapter send the data.
Linux has mechanis... 阅读全帖
d******e
发帖数: 2265
32
来自主题: Unix版 - what is kernel locking
hi, there
can any daxia tell me what is kernel locking?
this is the words from the informix manual :
"....
The SET LOCK MODE statement is available on computers that
use kernel locking.....
......"
If my computer, a sun untra 1 uses kernel locking, there
should be *.lok in the directory,
the os of my sun is sun 5.7.
thank you
and how to turn on the kernel locking, thank you very much!
c*********t
发帖数: 2921
33
【 以下文字转载自 Linux 讨论区 】
发信人: cookiesweet (apple), 信区: Linux
标 题: 问问Linux kernel network实现的问题
发信站: BBS 未名空间站 (Sun Nov 22 18:20:43 2009, 美东)
最近对Linux kernel很感兴趣。尤其是network,想把 Linux kernel里关于networking
实现的代码读读,研究研究。可是从哪里开始呢?俺对network的理论知识还算懂得不
少,基本原理明白。就是想弄明白在Linux这个特定的OS里是如何实现网络功能的。
查了一下,发现了一本书不错"Understanding Linux network internals" By
Christian Benvenuti. 好像这本书讲了常用的data structure,如何写network device
driver,以及IP 和IP layer 以下的实现。好像没有讲TCP和socket接口是如何实现的。
想问问大家,看"Understanding Linux network internals"
x*******i
发帖数: 79
34
来自主题: JobHunting版 - V 家招 Kernel Test Developer
Posting Title MTS - Kernel Test Developer
About Us VMware is the leader in virtualization and cloud infrastructure
solutions that enable our more than 500,000 enterprise and mid-market
customers to thrive in the Cloud Era by simplifying, automating and
transforming the way they build, deliver and consume IT. We enable people
and organizations by radically simplifying IT through software
virtualization with a focus on three core missions: End-User Computing (EUC)
, Hybrid Cloud and Software... 阅读全帖
d****e
发帖数: 77
35
来自主题: JobHunting版 - VMware kernel team is looking for Senior MTS
https://www.linkedin.com/jobs2/view/13128783
Sr. MTS - Kernel Test Developer
Test core components of enterprise-class virtualization platform including:
developing and writing test cases for new product features; manual and
automated test execution to verify virtualized software systems, reporting
test results and product quality assessments; collaborating effectively with
local and remote teams for automation, efficient test execution and
reporting, as well as with developers and other QA team ... 阅读全帖
w*********0
发帖数: 147
36
我们组里director要招router OS相关的sw engineer, 包括infra, platform,
kernel&test. 为了不让招到的全是烙印。为了让国人能够更有机会加入,将details黏
贴在下面了。 有兴趣的请和我联系,我会直接推到组里内部~
We are currently looking for top engineering talent for our CSG XR/NX
development/test team in the functional areas below.
Areas we are hiring for:
Forwarding: We are doing some very interesting work in developing a common
platform forwarding infrastructure with clean control plane/data plane
separation and right hardware abstractions. This will be the blueprint... 阅读全帖
a*****u
发帖数: 1712
37
我在instagram上班,比airbnb和uber大,我听说跟linux kernel最相关的事情是最近
组里有个人在upgrade我们服务器的kernel to newer version. 当然,fb这种规模的公
司,有个专门组搞kernel相关的实验,也不是development, 是测测在不同硬件上的性
能之类的。
总的来说,看看没什么不好,单身为了找工作提高竞争力,这个属于priority靠后的

★ 发自iPhone App: ChineseWeb 8.7
w**x
发帖数: 362
38
Linux Kernel Development (3rd Edition)
Linux Kernel in a Nutshell
Linux System Programming: Talking Directly to the Kernel and C Library
都是必读的
g*******d
发帖数: 495
39
来自主题: JobHunting版 - Google team match求收留 OS/kernel/system
小弟读了5年phd,然后转了MS。目前面过G的prod security team,但是security HC说
我security方面不太够,但是SWE还可以。这个属实,我在实验室期间都是做的OS dev。
我们实验室自己从头开发一个Ethos OS,我做的东西也是OS方面的开发,有ethos
kernel,也有linux userspace模拟ethos kernel里的一些东西,secure network
protocol的移植等等。在G和vmw实习过,两次分别是做的他们的hypervisor上的一些东
西。G是做的cloud team里的东西;vmw是做的一个office of CTO project,是ESX
kernel的一些东西。
现在虽然有别家的offer(有deadline啊),但是说实话很心仪G……
现在G的recruiter说已经把我的材料发给一些platform的组看,也不知道有人感兴趣不。
求收留!求收留!
求站内联系!
a***r
发帖数: 1283
40
需要一个kernel developer,熟悉kernel scheduler,kernel resource isolation
especially CPU isolation mechanisms
工作地点在richardson
是contractor职位,按目前计划项目会到年底
有兴趣的同学请扔简历到[email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}c... 阅读全帖
h*d
发帖数: 19309
41
Breathing a little life back into the scene is Total_Noob, well known and
respected PSP hacker / developer, who has claimed to discover a kernel
exploit in PSP firmware 6.20. Yessir. Total_Noob is currently working on 6.
20 TN, which behaves like HEN. Remember HEN? It’s a homebrew enabler unlike
HBL. HEN remains active & resident in memory leaving you able to launch
homebrew directly from the XMB after HEN’s initial execution, which appears
to be done through HBL.
The video demos the kernel expl... 阅读全帖
K****n
发帖数: 5970
42
你指的盲试是cross validation吗? 这确实是最直白的方法.不过用CV选的model换个
dataset不用重新选啊.
svm 的 kernel optimization 我没琢磨过,不会没人研究过的,好好找找吧.
你可以把kernel画出来, 看看长什么样儿,再想想自己的数据怎么假设比较好. 选
kernel有时候确实是取决于你主观上对data的认识,比如两个data point之间的
covariance倒底是不是spatially invariant,之类的.
w***g
发帖数: 5958
43
graphical models也是统计。kernel method就是一个trick,本身并不能说是一个主流
,很多方法直接往上一套就可以搞个kernel的版本, 能不能work还是要看kernel本身设
计的怎么样,但这又变成domain expertise了。如果非要选一个,我觉得graphical
models更靠谱, 理论比较系统,可以概括很多有用的特殊情况。不过graphical model
只能勉强跟CS扯上关系,说是统计更恰当一点。
p*****s
发帖数: 344
44
你这是个人爱好还是正经的活?如果你的系统用的是该写过的kernel,光有一个label
恐怕能load上
去也不稳定。你这等于在hack。
找个工具先看看你的kernel还有些什么可读字符。

build
loadable .ko,我试验了不少2.6.24的kernel, 都不行,编译出来的.ko文件load不上去
,都通不
过校验:
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)