Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - kernel
Search - kernel - List
DL : 0
关于win2000核心编程的文章-win2000 kernel program
Update : 2024-05-03 Size : 1149952 Publisher : 刘卫

DL : 0
read the internal kernel data structures, in order to get reliable information about the system state (like list of all processes, including those "hidden" by rootkits, even by fu )
Update : 2024-05-03 Size : 114688 Publisher :

Linux Kernel核心中文手册-core Linux Kernel Chinese Manual
Update : 2024-05-03 Size : 553984 Publisher : 冀玉东

Linux Kernel核心中文手册-core Linux Kernel Chinese Manual
Update : 2024-05-03 Size : 553984 Publisher : nick

linux 内核 api (PDF文档)-linux essence api (PDF documents)
Update : 2024-05-03 Size : 172032 Publisher : 陈明

kernel uclibc bootloader 的编译方法-kernel uClibc build method Bootloader
Update : 2024-05-03 Size : 1024 Publisher : 一剑客

linux内核编程.绝对精彩-linux kernel programming. absolutely brilliant
Update : 2024-05-03 Size : 608256 Publisher : 海歌

在ARM上移植Linux-transplantation in ARM Linux
Update : 2024-05-03 Size : 108544 Publisher :

Understanding the Linux Kernel (2nd Ed)
Update : 2024-05-03 Size : 2039808 Publisher : 忤怲

UCOS操作系统实时内核书-UCOS real-time operating system kernel book
Update : 2024-05-03 Size : 1777664 Publisher : 倪水

一个操作系统必须和作为它的基础的硬件系统紧密配合。操作系统需要使用一些只有硬件才能提供的功能。为了完整的了解 Linux ,你需要了解底层硬件的基础知识。本章对于现代 PC 的硬件进行了解说。-and as its hardware system based on the close tie. The operating system only need to use some of the hardware in order to provide the function. To complete understanding of Linux, you need to understand the underlying hardware of the knowledge base. This chapter for the modern PC hardware to know.
Update : 2024-05-03 Size : 556032 Publisher : 胡学锋

Windows 内核实验教程,很不错的内核教程, pdf格式,无解压密码-Windows kernel experimental Guide, a very good core directory pdf format, without extracting passwords
Update : 2024-05-03 Size : 2587648 Publisher : 边江

1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用"&"操作符作为命令的结束符。一个以"&"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用"<"和">"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符" "来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. Preparation of a C program as a Linux kernel shell command line interpreter. Shell procedures should be used with Bource shell the same way as operational procedures. 2. Increased functionality so that customers can use, "" operator, as ordered by the end tags. A "" the end of the order should be concurrent with the implementation of the shell. 3. Increased functionality so that customers can use "lt;" "Gt;" As a filename prefix to redirect stdin and stdout descriptors. Similarly, allows users to use pipeline operator, "" two parallel processes, and a process to redirect stdout second process stdin.
Update : 2024-05-03 Size : 22528 Publisher : 李强

如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位图和元文件 ** 内核和打印机 ** 声音和音乐 ** 动态链接库 ** 多任务和多线程 ** 多文档界面 ** Internet和 Intranet的程序设计 其中采用的大多是具有代表性的示例,这本Petzold著作为使用 Windows 95、Windows 98或 Windows NT的各级windows程序员提供了最基本的参考和指导。没有经验的开发人员也可以从中获取大量的新知识-on Windows development if any questions, please refer to the writings PetZold it. In "Window Design" (Release 5), this outstanding "Windows Pioneer Award" (Windows Pioneer Award) winner According to the latest Windows operating system technical amendments to the authority of his classics-- once again demonstrated the basic Win32 API programming core content. The book's contents include :** basic elements-- input, output and dialog outlined**** Unicode graphics-- graphics, text and fonts, bitmaps and metafiles kernel and printers****** voices and music dynamic link library** multi- Treasury and multi-threaded multi-document interface**** Internet and Intranet program design which is the most representative example of this Petzold book for the use of Wind
Update : 2024-05-03 Size : 2982912 Publisher : 刘建国

本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如说如果你没有理解虚拟内存工作原理就无法描叙进程 硬件基本概念一章对现代PC 做了简要介绍操作系统必须与硬件系统紧密结合在一起协同工作操作系统需要一些只能够由硬件提供的服务为了全面理解Linux 你必须了解有关硬件的基础知识 软件基本概念一章介绍了软件基本原理与C 程序语言讨论了建立Linux 这样的操作系统的工具并且给出了操作系统的目标与功能的概叙 内存管理这章描叙了Linux 如何处理物理内存以及虚拟存储技术 进程管理描叙了进程的概念以及Linux 核心是如何创建管理与删除系统中的进程 进程间及进程与核心间通讯以协调它们的活动Linux 支持大量进程间通讯IPC -the book is not specifically a Linux internal manual Rather, it was the introduction of the operating system Linux simultaneously in each chapter of the book as an example to follow from the common characteristics of the principles is that they will be the first core subsystems of Syria will then proceed to the detailed depicts as possible, I will not use routine_X () call routine _Y () to increase the bar data structure foo domain of values in this manner, depicts the core algorithm you can read the code when it was found necessary to understand some code, I will always data structure drawn so I found many of the core data structure and the relationship between them each chapter very independent, just like the Linux kernel subsystem of course sometimes they like or linked, for instance if
Update : 2024-05-03 Size : 1200128 Publisher : 陈彬

This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c "pthread" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the other threads through the new system call clone(). Scheduling between threads is handled by the kernel scheduler, just like scheduling between Unix processes.
Update : 2024-05-03 Size : 243712 Publisher : 马帅

USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.-USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.
Update : 2024-05-03 Size : 52224 Publisher : 邻水

如果你对linux内核编程感兴趣的话就来吧, 这本书是你最佳的选择! 取之于网, 用之于网, 于你分享!-if you linux kernel programming interested in the case of Barber, this book is your best choice! Taken from the net benefit of network, you have to share!
Update : 2024-05-03 Size : 216064 Publisher : 朱冠胤

DL : 0
一本浙江大学出版的《LINUX内核源代码情景分析(浙大出版)》上下册PDF版,毛德操、胡希明写的那本,总共50兆。1500多页,相信Linux爱好者都有一本,对那些没钱的主儿这个也很好毕竟他一共要大约两百块。-a Zhejiang University published in the "Linux kernel source code Scenario Analysis (Zhejiang University publication)" volumes PDF version of MAO parade, Hu Ximing wrote that the total 50 trillion. More than 1,500 pages, I believe that Linux enthusiasts have one of those cycles of the money was good, after all, a total of about 200.
Update : 2024-05-03 Size : 50077696 Publisher : jack

LINUX开发的优秀电子书籍-Linux Kernel核心中文手册,开发LINUX必备的资料。-excelent ebook on linux kernel development-linux kernel development handbook(chinese), indispensable material on linux development
Update : 2024-05-03 Size : 552960 Publisher :
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.