Sebanyak 166 item atau buku ditemukan

The Linux Kernel Primer: A Top-Down Approach For X86 And Powerpc Architectures

The Linux® Kernel Primer Is The Definitive Guide To Linux Kernel Programming. The Authors' Unique Top-Down Approach Makes Kernel Programming Easier To Understand By Systematically Tracing Functionality From User Space Into The Kernel And Carefully Associating Kernel Internals With User-Level Programming Fundamentals. Their Approach Helps You Build On What You Already Know About Linux, Gaining A Deep Understanding Of How The Kernel Works And How Its Elements Fit Together.

The Linux® Kernel Primer Is The Definitive Guide To Linux Kernel Programming.

Developing Linux Applications with GTK+ and GDK

The goal of Developing Linux Applications is to provide a handbook for developers who are moving to the Linux platform. Linux Application Development covers the GTK+ library including GLIB and GDK using C. You'll find information covered no place else--information that Linux developers need in one comprehensive development book. All of the applications and code the author developed for the title have been released under the GPL.

The goal of Developing Linux Applications is to provide a handbook for developers who are moving to the Linux platform.

Arch Linux Handbook 3.0

A Simple, Lightweight Survival Guide

The Arch Linux Beginners' guide has helped thousands of new users install this popular, keep it simple Linux distribution. Now in it's third edition, marking Arch Linux' 10th anniversary, this handbook is still all you need to get started.Arch Linux is an independently developed i686/x86-64 general purpose GNU/Linux distribution versatile enough to suit any role. Development focuses on simplicity, minimalism, and code elegance.

Now in it's third edition, marking Arch Linux' 10th anniversary, this handbook is still all you need to get started.Arch Linux is an independently developed i686/x86-64 general purpose GNU/Linux distribution versatile enough to suit any ...

Your UNIX/Linux

The Ultimate Guide

Your UNIX/Linux: The Ultimate Guide, written with both users and programmers in mind, is the ultimate UNIX/Linux text. Both pedagogical tool and exhaustive reference, it is well-suited to any course that includes UNIX or Linux. A strong pedagogical framework sets it apart from similar texts and allows beginning students to gain a firm grasp of fundamental concepts, while chapters on advanced topics inspire the more experienced reader to move beyond the basics. Nearly a thousand exercises and self-test questions provide a way for students to test and reinforce their understanding of the material.

Your UNIX/Linux: The Ultimate Guide, written with both users and programmers in mind, is the ultimate UNIX/Linux text.

Linux Kernel Development

The authoritative guide to the latest Linux kernel: fully updated, with an all-new chapter on kernel data structures. * *Authored by a well-known member of the Linux kernel development team with a reputation for clarity, readability, and insight. *Covers all major subsystems and features of the latest version of the Linux 2.6.xx kernel. *Provides examples based on real kernel code: samples that developers can use to modify and improve the Linux kernel on their own. Linux Kernel Development, 3/e, is a start-to-finish guide to the design and implementation of the latest Linux 2.6.xx kernel, written specifically for programmers who want to understand the existing kernel, write new kernel code, and write software that relies on the kernel's behavior. Author Robert Love is respected worldwide for his contributions to the Linux kernel: contributions that have improved everything from Linux preemption and process scheduling to virtual memory. In this book, he illuminates every major subsystem and feature of the current Linux kernel: their purpose, goals, design, implementation, and programming interfaces. He covers the kernel both from a theoretical and applied standpoint, helping programmers gain deep insights into operating system design as they master the skills of writing Linux kernel code.Love covers all important algorithms, relevant subsystems, process management, scheduling, time management and timers, system call interface, memory addressing, memory management, paging strategies, caching layers, VFS, kernel synchronization, signals, and more. This edition has been updated throughout to reflect changes since the original Linux kernel 2.6 was released. It also contains an entirely new chapter on kernel data structures.

In this book, he illuminates every major subsystem and feature of the current Linux kernel: their purpose, goals, design, implementation, and programming interfaces.

Embedded Linux Primer

A Practical Real-World Approach

Up-to-the-Minute, Complete Guidance for Developing Embedded Solutions with Linux Linux has emerged as today’s #1 operating system for embedded products. Christopher Hallinan’s Embedded Linux Primer has proven itself as the definitive real-world guide to building efficient, high-value, embedded systems with Linux. Now, Hallinan has thoroughly updated this highly praised book for the newest Linux kernels, capabilities, tools, and hardware support, including advanced multicore processors. Drawing on more than a decade of embedded Linux experience, Hallinan helps you rapidly climb the learning curve, whether you’re moving from legacy environments or you’re new to embedded programming. Hallinan addresses today’s most important development challenges and demonstrates how to solve the problems you’re most likely to encounter. You’ll learn how to build a modern, efficient embedded Linux development environment, and then utilize it as productively as possible. Hallinan offers up-to-date guidance on everything from kernel configuration and initialization to bootloaders, device drivers to file systems, and BusyBox utilities to real-time configuration and system analysis. This edition adds entirely new chapters on UDEV, USB, and open source build systems. Tour the typical embedded system and development environment and understand its concepts and components. Understand the Linux kernel and userspace initialization processes. Preview bootloaders, with specific emphasis on U-Boot. Configure the Memory Technology Devices (MTD) subsystem to interface with flash (and other) memory devices. Make the most of BusyBox and latest open source development tools. Learn from expanded and updated coverage of kernel debugging. Build and analyze real-time systems with Linux. Learn to configure device files and driver loading with UDEV. Walk through detailed coverage of the USB subsystem. Introduces the latest open source embedded Linux build systems. Reference appendices include U-Boot and BusyBox commands.

This edition adds entirely new chapters on UDEV, USB, and open source build systems. Tour the typical embedded system and development environment and understand its concepts and components.