代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/291618/8407580
doc linux命令集合.doc
www.eeworm.com/read/191787/8422616
pdf linux_code_read.pdf
www.eeworm.com/read/291335/8423589
gz linux-1.0.tar.gz
www.eeworm.com/read/189142/8489402
txt linux调试技术介绍.txt
<mark>Linux</mark>调试技术介绍
对于任何编写内核代码的人来说,最吸引他们注意的问题之一就是如何完成调试。
由于内核是一个不与某个进程相关的功能集,其代码不能很轻松地放在调试器中执
行,而且也不能跟踪。
本章介绍你可以用来监视内核代码和跟踪错误的技术。
用打印信息调试
最一般的调试技术就是监视,就是在应用内部合适的点加上printf调用。当你调试内
核代码的时候,你可以用pri ...
www.eeworm.com/read/189077/8490954
pdf linux_mig_release.pdf
www.eeworm.com/read/290066/8508019
h linux-asm-string.h
/*
* Taken from Linux /usr/include/asm/string.h
* All except memcpy, memmove, memset and memcmp removed.
*/
#ifndef _I386_STRING_H_
#define _I386_STRING_H_
/*
* This string-include defines all s
www.eeworm.com/read/290066/8508039
h linux-asm-io.h
#ifndef _ASM_IO_H
#define _ASM_IO_H
/*
* This file contains the definitions for the x86 IO instructions
* inb/inw/inl/outb/outw/outl and the "string versions" of the same
* (insb/insw/insl/outsb/o
www.eeworm.com/read/389450/8519516
kbd fterm1-linux.kbd
48, ssNormal, TRUE, faSend, '\x1B[A'
50, ssNormal, TRUE, faSend, '\x1B[B'
4D, ssNormal, TRUE, faSend, '\x1B[C'
4B, ssNormal, TRUE, faSend, '\x1B[D'
49, ssNormal, TRUE, faSend, '\x1Bv'
51, ssNorma
www.eeworm.com/read/433191/8540680
patch linux-2.6.28-sitsang.patch
diff -purN linux-2.6.28/arch/arm/boot/compressed/head-xscale.S linux-2.6.28-sitsang/arch/arm/boot/compressed/head-xscale.S
--- linux-2.6.28/arch/arm/boot/compressed/head-xscale.S 2008-12-25 07:26:37.0
www.eeworm.com/read/433111/8545820