由买买提看人间百态

topics

全部话题 - 话题: kernel
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
b***n
发帖数: 590
1
来自主题: Linux版 - Fedora kernel tokeep question
okay, under Fedora 11, where is the place to specify
how many versions of kernel to keep? It used to be
defined by the 'tokeep' variable in 'installonlyn',
but I am not seeing it anymore. Thanks.
E*V
发帖数: 17544
2
不知道,配置kernel的是有这些选项阿
p*****s
发帖数: 344
3
我的理解是一般的linux kernel都做不到在任何时候都停下来调用实时应用。
你的这个kernel3 2 1 的path也得具体看code吧。
d****i
发帖数: 4354
4
2.6.20 is like at least 3 years old, why not upgrade to newer kernel?
S***d
发帖数: 1802
5

你估计用的不是ksplice, 换了个kernel以后当然要reboot
n***s
发帖数: 10056
6
来自主题: Linux版 - New Linux Kernel rotates 180 degrees
Check http://www.kernel.org for details.
v*****r
发帖数: 1119
7
不像 windows, 32bit memory limit 对 Linux 没有太大的影响。
Linux 下的 32bit memory limit 是 4G Virtual address space per process, low
memory 840M reserved for kernel, PTE etc. 实际的 physical memory 可以扩展到
64GB depending on hardware platform.
所以在 Linux 下,32 bit 唯一的问题就是 process 不能一口咬 大于 4G 的 memory
, 但也有 workaround.
i*****s
发帖数: 438
8
来自主题: Linux版 - funny kernel panic
If I left the USB connection to my Nokia phone on,
then I could not boot with Fedora 12 (kernel panic).
Take the USB cable off, everything is fine.
By the way, the USB connection works as expected
once it boots up.
How come?
z**r
发帖数: 17771
9
这个分布式文件系统比较有意思,能自动backup吗?感觉和google的分布式文件系统有
点类似

Linux
Newbies
Kernel
g********n
发帖数: 127
10
来自主题: Linux版 - linux kernel programming
Hi Guys,
I would like to learn linux kernel programming and don't know where to
start. Could you please recommand a book, a forum or website for
beginners?
s*******a
发帖数: 42
11
来自主题: Linux版 - linux kernel programming
Deep understanding Linux Kernel 3rd
S*A
发帖数: 7142
12
来自主题: Linux版 - 这个kernel patch很值得期待阿
The LMKL thread is title:
"sched: automated per tty task groups"
There is a long flame war going on there.
It seems Linus is pro this kernel patch
is stead of the bashrc change because every one
just get it automaticly.
s*******n
发帖数: 730
13
来自主题: Linux版 - 这个kernel patch很值得期待阿
o(∩∩)o...哈哈,这都要争这么多啊。
有人build了这个patch的kernel试试吗,貌似视频里面那个是很神奇,无可争议。不知
道实际怎么样。
f**c
发帖数: 791
d*******o
发帖数: 5897
15
When I compiled linux-2.6.37 with the working .config of linux-2.6.35.22-
generic (Ubuntu 10.10), I first got this:
"
WARNING: modpost: Found 43 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
"
After I did "make CONFIG_DEBUG_SECTION_MISMATCH=y", I got something like
this:
"
WARNING: drivers/video/built-in.o(.devinit.text+0x905): Section mismatch in
reference from the function efifb_probe() to the (unknown reference) .init.
data:(unknown)
... 阅读全帖
b****y
发帖数: 169
16
来自主题: Linux版 - glibc和kernel的兼容性问题
如果我冒死编译,安装2.6.30,之后能启动吗?
我这是一个embeded system。会不会dropbear都不工作了?
我是否还有机会通过串口登陆,编译,安装glibc?
还是说我一趟把kernel, glibc都编译安装好了再重启?然后祈祷...
多谢!
S*A
发帖数: 7142
17
来自主题: Linux版 - glibc和kernel的兼容性问题
如果有这么一个改动让旧的 glibc 不能用的话,
这就意味着你做 "git pull" 然后编译新的 kernel 之后
你的系统就起不来了。这个改动强制大家升级 glibc 会挨很多砖头的。
s****n
发帖数: 786
18
来自主题: Linux版 - glibc和kernel的兼容性问题
kernel developer自己就和glibc developer打过架,这都很有名的公案。。。
lz用的是2.6.11,这个版本刚好有点尴尬。
r*****z
发帖数: 906
19
来自主题: Linux版 - glibc和kernel的兼容性问题
插一句:最最近的memcpy问题,应该也算是kernel和glibc开发者闹别扭的事情
S*A
发帖数: 7142
20
来自主题: Linux版 - glibc和kernel的兼容性问题

要。
modutils. 这个新版的 kernel modutils 完全变了。什么时候
变的我已经不记得了。
devfs 好像已经死翘翘了。udev 一统天下了。不知道有没有兼容模式,我已经
很久没有碰 devfs 了。
modutils. 装 module 的方式, module deps 这些都彻底变了。
三天? 一个小时应该就可以了吧?
S*A
发帖数: 7142
21
你大概缺乏什么 driver 吧。
最简单就是吧 FC15 的 kernel config copy 到自己的 linux/.config.
make oldconfig
make
make modules_install
make install
reboot
S*A
发帖数: 7142
22
不是硬件变化,是 kernel 的变化需要改 config
IP
发帖数: 106
23
来自主题: Linux版 - 修改kernel怎么保证kABI不变
我打算加个hook到kenerl里去call我的模块,具体要加入新的数据结构和一些函数,
我只知道不改变kABI不能改变现有数据结构,函数接口,不知道还有些什么要注意,
也不知道有没有什么kernel binary compliance checker可以用。
q********g
发帖数: 10694
24
来自主题: Linux版 - how to disable nouveau kernel driver
要安装nvidia的驱动,网上查了一下,都太复杂,有什么什么straight way to
disable the nouveau kernel driver的?
以前记得没这么麻烦啊,直接init 3进入直接就可以安装nvidia的驱动了。
包子伺候,谢谢。
q********g
发帖数: 10694
25
来自主题: Linux版 - how to disable nouveau kernel driver
安装前的设置
由于fedora自带的为开源的Nouveau驱动,不能开启3D特效,所以需要自己从新安装驱动
并且禁用 Nouveau 的驱动加载。
由于显卡驱动安装需要在字符界面下面
所以首先修改系统的启动,
修改文件 /etc/initta 文件 ,将5改为3 (一般默认的为5),具体说明文件中有
然后在禁用 Nouveau 的驱动加载,这里需要修改2个地方
2.1 修改blacklist.conf 文件
vim /etc/modprobe.d/blacklist.conf
并且在文件末尾添加 blacklist nouveau
2.2 修改grub驱动
vim /etc/grub.conf
禁止 nouveau KMS 的使用:sudo vi/ect/grub.conf,
在你当前使用的kernel版本那行最后加入:
nouveau.modeset=0 rdblacklist=nouveau
最后降低selinux级别,解除selinux阻止加载nvidia驱动模块,直接禁用也可以
我是直接禁用的
至此安装的准备工作完毕, ... 阅读全帖
r******s
发帖数: 925
26
才发现kernel.com是苹果的,kao
w*s
发帖数: 7227
27
no rsyslog, this is pure kernel for embedded system,
only basic stuff and busybox.
咪咪你是好人,现在工作挣钱不容易,真的谢谢了。
p*****w
发帖数: 429
28
how to disable kernel update from update manager?

不升级内核
b**a
发帖数: 1375
29
来自主题: Linux版 - vmware里升级kernel 3.2报错
ft, 新kernel已经装上了,直接忽略上面的错误reboot就可以了
G*****h
发帖数: 33134
30
怎么没收进官方 kernel 阿
G*****h
发帖数: 33134
31
那为毛 ubuntu 还没采用这样的方式来升级 kernel
h**********c
发帖数: 4120
32
来自主题: Linux版 - Report a bug not sure Kernel or JVM
Centos distro,
Compile the following Java program, the program freezes before "slept".
"top" shows very high CPU utilization.
Ctrl-C not work. kill -9 pid in another console.
Not sure JVM problem or kernel problem, both Java 6 and 7 have this problem.
Ask for blind sweep.
Other servers have similar problem. Reboot server, the problem gone.
Suspect it is because of leap second. Run "top", check your servers!
public static void main (String [] args) {
System.out.println("before sleep");
... 阅读全帖
x****o
发帖数: 21566
33
来自主题: Linux版 - 问个kernel module的编译问题
static library?
If so, make sure they all appear in Makefile
e.g, in Makefile
...
obj-m := foo.o
foo-objs := yourcode.o xenomai.a
...
google "kernel module static library" or something similar maybe
g*****n
发帖数: 44
34
来自主题: Linux版 - 问个kernel module的编译问题
用nm查看一下哪些symbols没有undefined, 然后看看内核export没有。

kernel
b***i
发帖数: 3043
35
来自主题: Linux版 - linux kernel问题 (转载)
【 以下文字转载自 Programming 讨论区 】
发信人: bihai (学得不好), 信区: Programming
标 题: linux kernel问题
发信站: BBS 未名空间站 (Tue May 14 12:02:45 2013, 美东)
源代码 block/ 和 drivers/block/的区别是什么?
s****u
发帖数: 375
36
谢谢,我网上搜到的处理方法就是这么做。
对linux kernel不熟,请问有没有相关tutorial 或 book chapter让我学习学习这么用
ioctl。
w*s
发帖数: 7227
37
hi for application, i can build *.deb and install in ubuntu.
now i'm ask to update kernel in the same way,
can *.deb package in this case ?
Thanks !
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)