找回密码
 注册
搜索
热搜: java php web
查看: 780|回复: 0

Linux System Programming: Talking Directly to the Kernel and C Library

[复制链接]
发表于 2009-9-6 00:26:46 | 显示全部楼层 |阅读模式


作者:Robert Love
出版日期:September 2007
出版社:O'Reilly
页数:388
ISBN:ISBN 10: 0-596-00958-5 | ISBN 13: 9780596009588
文件格式:PDF


This book is about writing software that makes the most effectiveuse of the system you’re running on — code that interfaces directlywith the kernel and core system libraries, including the shell, texteditor, compiler, debugger, core utilities, and system daemons. Themajority of both Unix and Linux code is still written at the systemlevel, and Linux System Programming focuses on everythingabove the kernel, where applications such as Apache, bash, cp, vim,Emacs, gcc, gdb, glibc, ls, mv, and X exist.
Written primarily for engineers looking to program (better) at thelow level, this book is an ideal teaching tool for any programmer. Evenwith the trend toward high-level development, either through websoftware (such as PHP) or managed code (C#), someone still has to writethe PHP interpreter and the C# virtual machine. Linux System Programminggives you an understanding of core internals that makes for bettercode, no matter where it appears in the stack. Debugging high-levelcode often requires you to understand the system calls and kernelbehavior of your operating system, too.
Key topics include:
  • An overview of Linux, the kernel, the C library, and the C compiler
  • Reading from and writing to files, along with other basic file I/Ooperations, including how the Linux kernel implements and manages fileI/O
  • Buffer size management, including the Standard I/O library
  • Advanced I/O interfaces, memory mappings, and optimization techniques
  • The family of system calls for basic process management
  • Advanced process management, including real-time processes
  • File and directories-creating, moving, copying, deleting, and managing them
  • Memory management — interfaces for allocating memory, managing the memory you  have, and optimizing your memory access
  • Signals and their role on a Unix system, plus basic and advanced signal interfaces
  • Time, sleeping, and clock management, starting with the basics and continuing through POSIX clocks and high resolution timers
With Linux System Programming, you will be able to take anin-depth look at Linux from both a theoretical and an appliedperspective as you cover a wide range of programming topics.

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|软晨网(RuanChen.com)

GMT+8, 2024-9-20 16:59

Powered by Discuz! X3.5

Copyright © 2001-2023 Tencent Cloud.

快速回复 返回顶部 返回列表