Embedded Linux Kernel And Drivers
標簽: Embedded Drivers Kernel Linux
上傳時間: 2013-12-14
上傳用戶:ryb
Novell.Press.Linux.Kernel.Development linux內核開發的經典書籍之一 The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development
標簽: Linux Development interes Novell
上傳時間: 2017-06-06
上傳用戶:songyue1991
Understanding the Linux Kernel helps readers understand how Linux performs best and how it meets the challenge of different environments. The authors introduce each topic by explaining its importance, and show how kernel operations relate to the utilities that are familiar to Unix programmers and users.
標簽: Linux Understanding understand how
上傳時間: 2017-06-17
上傳用戶:ywqaxiwang
Linux kernel driver for Epson s1d13700 LCD controller.
標簽: controller s1d13700 kernel driver
上傳時間: 2014-12-20
上傳用戶:獨孤求源
CPU調度算法---模擬OS所使用的所有調度算法,包括創建一個kernel,PCB,隊列,調度器等。
上傳時間: 2017-06-22
上傳用戶:er1219
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.
標簽: user-space can drivers perform
上傳時間: 2014-01-01
上傳用戶:saharawalker
ICA watermarking. Blind, fragile, robust
標簽: watermarking fragile robust Blind
上傳時間: 2017-06-26
上傳用戶:希醬大魔王
FreeRTOS source code as bundled with the book "Using FreeRTOS Real-Time Kernel - A Practical Approach"
標簽: FreeRTOS Real-Time Practical Approac
上傳時間: 2014-01-27
上傳用戶:1101055045
kernel methods for face recognition
標簽: recognition methods kernel face
上傳時間: 2017-07-03
上傳用戶:zhliu007
Introduction to Kernel Extension Concepts 1:Hello Kernel: Creating a Kernel Extension With Xcode 2:Hello I/O Kit: Creating a Device Driver With Xcode 3:Hello Debugger: Debugging a Device Driver With GDB 4:Packaging Your KEXT for Distribution and Installation 5:Loading Kernel Extensions at Boot Time 6:Kernel Extension Dependencies 7:Kernel Extension Ownership and Permissions
標簽: Kernel Extension Introduction Concepts
上傳時間: 2013-12-31
上傳用戶:tuilp1a