由买买提看人间百态

topics

全部话题 - 话题: kernel
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
e*****m
发帖数: 171
1
来自主题: JobHunting版 - Google team match求收留 OS/kernel/system
Ask for chromeos kernel team. they mightbbe hiring

发帖数: 1
2
Hi,
The company is large firm and traded in NASDAQ. It is located in Santa Clara
, CA.
We are actively looking for engineer who is expert on
1. Linux kernel
2. Linux driver
3. board bring up
If you are interested, please send resume to [email protected]/* */, I
will do internal referral directly to hiring manager.
k**********4
发帖数: 16092
3
Whenever I browse the internet then after 10-15 minutes, my pc is going in
Blue screen crash.
Problem showing is "Unexpected Kernel Mode Trap"
Gracias!
cj
发帖数: 54
4
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: cj (cj), 信区: SanFrancisco
标 题: Violin Memory is hiring for SCSI/FC/Kernel and System/Platform/Networking management position!
发信站: BBS 未名空间站 (Wed Jul 31 02:09:30 2013, 美东)
We are hiring Sr. engineer for the above position and if interested, please
drop a line to j****[email protected]. Thanks!
Jin
s*****w
发帖数: 1527
5
兄弟,我这里一堆问题,麻烦你有空的时候看看,有空来波士顿我请你吃饭。
ok, these are my questions, i'm using 64-bit win7,
wdk 7600.16385.1
1. for kernel develop, any big difference between win7 enterprise and
win7 ultimate ? i installed win7 enterprise
2. what's the simplest kmdf and wmd driver example in the winddk\src ?
3. the kmdf example i tried is
...\src\general\toaster\kmdf\func\featured\
in the install dir, i have
toaster.cat (from ...\src\general\toaster\wdm\inf\amd64)
wdfcoinstaller01009.dll
wdffeat
p*********s
发帖数: 1952
6
Contractor 100还kernel developer, 翻几番还差不多

★ 发自iPhone App: ChineseWeb 8.6
d********f
发帖数: 43471
7
真不是mean,你找个java全堆程序员30都行,写kernel的你找个100的,以后你搽屁股的
钱可能要10倍20倍。
G*******n
发帖数: 6889
8
Darwin Vegeta 6.0 Darwin Kernel Version 6.0: Wed Jun 26 23:49:04 PDT 2002
root:xnu/xnu-318.obj~2/RELEASE_PPC Power Macintosh powerpc
c********s
发帖数: 123
9
来自主题: BuildingWeb版 - [转载] Kernel Traffic 61
【 以下文字转载自 Linux 讨论区 】
【 原文由 cyberwinds 所发表 】
Kernel Traffic #61 For 3 Apr
By Zack Brown
Table Of Contents
Printer-Friendly Format
Mailing List Stats For This Week
Threads Covered
1.
11 Mar - 24
Mar
K****n
发帖数: 5970
10
要说model selection,可以用cross validation之类的办法. Bayesian model
selection也可以用,不过不同的model难易度不同,如果用monte carlo的话倒基本什么
都能估算.
要说参数优化,最好是列出likelihood之后能求导,求不出来的话就要大家各显神通了,
比如找lower bound, 用variational inference, 还有拉格郎日啊.不过不知道多少人
真的自己develope这些东西.
要有intuition,还得看具体什么问题,否则差别可大了. 不过其实我也没太搞过kernel
l********o
发帖数: 33
11
no specific reason to choose rbf or poly kernel.
but usually rbf is preferable, but it requires extra computation
model selection is usually done by cross-validation
but i think you also have to estimate model parameters, right?
sometimes this can be done analytically.
s******e
发帖数: 285
12
逼近任意连续函数任何exponential的kernel都可以啊。
你自己也说了这种boundary较复杂了,难道你连最基本
的overfitting理论都不知道吗?

得。
s********k
发帖数: 6180
13
来自主题: CS版 - 求助Kernel PCA的matlab code
Google了好几个都不是很好用,觉得这种广泛应用的方法应该有很多可用code吧,版上
有没有大侠能贡献一下知道的code或者链接,只需要基本的RBF或者poly的kernel就可
以了,谢谢
s********k
发帖数: 6180
14
来自主题: CS版 - 求助Kernel PCA的matlab code
老大,你意思是自己写kernel吗?试一下了
d******e
发帖数: 7844
15
来自主题: CS版 - 求助Kernel PCA的matlab code
这玩艺有啥难的啊。
先求kernel matrix,两个循环,五行,中心化,一行
再特征值分解,matlab有现成的函数,eig,一行。
然后用投影。一个循环就足够了,3行。
N**D
发帖数: 10322
16
来自主题: CS版 - 求助Kernel PCA的matlab code
这个偶写过,记得好像要利用这个kernel的性质,更快
那些package的不好用,可以练习,数据一多,就只听硬盘paging 的声音
m******t
发帖数: 99
17
"对user virtual addr 做virtual --> physical 转换是也是转到一个kernel virtual
addr再到physical memory。"
No: User VA -> PA directly.
c*****k
发帖数: 230
18
kernel好像不是1-to-1map,到了一定的区间(768MB?)好像叫high zone什么的有专门的
算法分配,忘了。。。
c*****k
发帖数: 230
19
understanding the linux kernel
s******e
发帖数: 431
20
kernel also has paged or none-paged memory pool. Paged means the memory
address space might be paged on disk ( not mapped on physical memory).
Windows also has a mechanism called pae which will take advantage of large
memory more than 4g.
c*****k
发帖数: 230
21
那书结合着 kernel的code看要好点
m****s
发帖数: 402
22
来自主题: CS版 - 请教Kernel PCA
有点糊涂,如果有PCA程序,
W=PCA(X)
如果用KPCA,是不是就是W=PCA(F(X))?如果用Gaussian Kernel,怎么处理F(X)?
d*****u
发帖数: 17243
23
你用training data调整参数
比如大多数人用的是L1 SVM
那就需要调整soft margin parameter C
一般是预先设定一系列参数值,然后选出一个效果最好的
然后对新的data就用这个参数
在你train的时候实际也选好了support vector
那么对新的数据点xk,代入kernel function就是k(xk,xj)
xj是support vector,最后还有针对所有support vector求和
总之得出的直接结果是一个实数,然后再二元化
这些工作在工具包里都能直接完成
按照说明操作就行了
m*p
发帖数: 1331
24
thanks. 我也是这么想的,svm training只是为了解出那些alpha不为0的 support
vector (xj),然后最后的model基于这些sv来产生。
你说的"最后还有针对所有support vector求和"是不是就是这样
y = f(x) = + b = sum_j Kernel(x, x_j) + b
还是说 alpha_j 也要被用到?
谢谢!
m*p
发帖数: 1331
25
能给个RBF kernel的 ksvm(x_new) = ?
的具体式子么?
谢谢
L*****k
发帖数: 327
26
你的问题是什么呢
1 train好了SVM之后,怎样用到test sample上
2 还是怎么计算test sample和training data的kernel
d******e
发帖数: 7844
27
谁跟你买关子了,Reproducing Kernel随便一搜到处都是
http://en.wikipedia.org/wiki/Reproducing_kernel_Hilbert_space
E*******F
发帖数: 2165
28
感觉目前machine learning就这两大主流(当然也有交集)
不知道对一般研究人员来说,哪个前景更好呢,
或者哪个更适合CS的人呢
我觉得目前来说kernel methods在数学上比较规范,
也就吸引了大量数学和统计出身的人
graphical models出来得比较晚
主要还是CS的人在弄
但感觉水平参差不齐
z***t
发帖数: 2374
29
kernel怎么是主流?很小的分支而已
目前火的还是sparse learning,不过做了7,8年了,大部分该做也都做了
大家都在等新的ML坑
p*u
发帖数: 2454
30
来自主题: EmergingNetworking版 - what's the best TCP patch for linux kernel?
Like reactivity access/security gateway, it processes incoming XML traffic,
sends HTTP or so requests to back end servers, to invoke web services. after
it gets the responses back, it will assemble XML responses then send back
to clients. I am guessing during this whole process, there must be something
that needs improve. How about a modified TCP/IP stack inside kernel?
e.g., a almost obsolete patch, T/TCP. any ideas?
h*******c
发帖数: 248
31
花了两个晚上,开了两次盒子。终于升级成功了。其实原始版的freelink挺好。即使
apt包不算新,也可以直接从source编译。我装了新版的rtorrent,和ffmpeg,都没问题。
唯一遗憾的是kernel的module太少,不支持loop,iso9660。我就是想把下载的iso转成
avi。网上的升级教程都有些过时。都搞定还真不容易。写了个简单的notes和大家分享:
My Hardware: LS-Live V1 250G
The following notes should work on Pro/live V1, and also could be helpful
for
Pro/Live V2 or ARM based Kurobox.
#########################
Introduction:
#########################
The fear of bricking their box is always prevent people to go forward and
try new stuff. This introduct
E***e
发帖数: 3430
32
来自主题: Hardware版 - 请问nv的显卡Kernel Execution Timeout
NV显卡,独立出来做计算的,不挂显示器,不boot
在cuda下(其实是MATLAB下)Kernel Execution Timeout
计算速度超级慢,是怎么一回事?
应该怎么troubleshoot?
谢谢!
D*********s
发帖数: 555
33
来自主题: Linux版 - Kernel ioctl call
需要在kernel里面call ata_scsi_ioctl拿一些硬盘参数,
哪位大虾干过,函数原型是这样的
ata_scsi_ioctl(struct scsi_device *scsidev, int cmd, void __user *arg)
第一个和地三个参数应该怎么传呢?
I*l
发帖数: 1649
34
机子突然死了,kernel panic,重装装了一半就又panic了
换了个硬盘,系统还没装,刚在network boot阶段就panic了
这个会是什么原因?内存出问题了?
I*l
发帖数: 1649
35
opensuse
没光驱,只能network boot
刚开始down kernel就立即panic了
l*0
发帖数: 195
36
kernel panic一般是内存坏了
j**********p
发帖数: 22
37
To use memtest, use the memtest binary to replace the kernel file you use to
boot from network. You don't have to boot into command line to do that.
f**c
发帖数: 791
38
kernel更新频繁的话,重启有点烦啊。
g****e
发帖数: 3
39
Yes, you have to restart to load the kernel into memory.
f********1
发帖数: 1601
40
这个kernel mode setting硬件加速是啥意思?谁展开说说?可以不用显卡厂商的非开
源驱动来实现加速?
N****w
发帖数: 21578
41
需要硬件编程接口公开才行
大概是把 video mode/register switching 和 video memory management
做在了 kernel 里面
所以 Intel 645 可以,ATI 可以, Nvidia 就只能靠 Nvidia 自己做了
d*******g
发帖数: 9
42
你需要一本LDD来看看,Linux Device Driver,中英文版都有,网上也有下,自己搜一
下。
BTW,kernel开发上手其实很容易,没事自己装个SI多看看内核源代码,慢慢提高。

kernal
s********k
发帖数: 6180
43
在想请问一下,现在我能够下载kernel的source code,但是针对我现在需要开发的
Poky Linux下载的源文件确只有header file?不知道是不是像这样特定的linux
version代码并不公开?还有想问一下,即使我拿到source code。最常用的开发调试环
境是在linux下直接开发,还是比如windows支持一些SDK,我把linux代码修改了,编译
调试之后产生binary file再下载到linux机子上?
e*****n
发帖数: 124
44
KERNEL查不多就是你说的那个意思。
ROOT FILE SYSTEM没听说过,是不是ROOT DIRECTORY?从WIKI抄了下面一段
Unix-like operating systems create a virtual file system, which makes all
the files on all the devices appear to exist in a single hierarchy. This
means, in those systems, there is one root directory, and every file
existing on the system is located under it somewhere. Unix-like systems can
use a RAM disk or network shared resource as its root directory.
s********k
发帖数: 6180
45
对方提供了一个svn的服务器地址(http)。想问一下怎么样用cvs能够把服务器上的
linux kernel源码down下来。或者有没有其他办法
s********k
发帖数: 6180
46
I have the source codes and also the cross-compilation tool(bitbake). so
what's my next step. just modify the source codes as I want and then use
makefile generated by bitbake? anyone could recommend some tutorial for step
by step kernel development? thx
a*******e
发帖数: 3021
47
来自主题: Linux版 - f11给我装的是kernel.i586
indeed they are kernel-686,
but every other packages are i586, is it normal?
like the following,
yum list xorg*
Loaded plugins: refresh-packagekit
Installed Packages
xorg-x11-drv-evdev.i586 2.2.1-3.fc11
@fedora
xorg-x11-drv-intel.i586 2.7.0-7.fc11
@fedora
xorg-x11-drv-vesa.i586 2.2.0-3.fc11
@fedora
xorg-x11-drv-void.i586
Z**0
发帖数: 1119
48
来自主题: Linux版 - f11给我装的是kernel.i586
CENTOS里边用的是i386,对于大部分软件。
对于kernel部分,有不同的版本,i686版本。
w****g
发帖数: 597
49
来自主题: Linux版 - Linux Kernel 2.6.31 Released
The Linux kernel v2.6.31 has been released.
Besides the desktop improvements and USB 3.0 support mentioned some days ago
, there is an equivalent of FUSE for character devices that can be used for
proxying OSS sound through ALSA, new tools for using hardware performance
counters, readahead improvements, ATI Radeon KMS, Intel's Wireless Multicomm
3200 support, gcov support, a memory checker and a memory leak detector, a
reimplementation of inotify and dnotify on top of a new filesystem
notificati
N****w
发帖数: 21578
50
说是近期的 kernel 在内存耗尽时对当前进程的内存 swap 处理搞错了。。。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)