Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




next up previous
Next: 1 The Linux operating Up: e Previous: e

Contents

  • Copyright
    The Linux Programmer's Guide is © 1994, 1995 by Sven Goldt
    Sven Goldt, Sachsendamm 47b, 10829 Berlin, Germany
    <goldt@math.tu-berlin.de>.
    Chapter 8 is © 1994, 1995 by Sven van der Meer <vdmeer@cs.tu-berlin.de>.
    Chapter 6 is © 1995 Scott Burkett <scottb@IntNet.net>.
    Chapter 10 is © 1994, 1995 Matt Welsh <mdw@cs.cornell.edu>.
    Special thanks goes to John D. Harper <jharper@uiuc.edu> for proofreading this guide.
    Permission to reproduce this document in whole or in part is subject to the following conditions:
    1. The copyright notice remains intact and is included.
    2. If you make money with it the authors want a share.
    3. The authors are not responsible for any harm that might arise by the use of it.
  • Preface
    This guide is far from being complete.
    The first release started at version 0.1 in September 1994. It concentrated on system calls because of lack of manpower and information. Planned are the description of library functions and major kernel changes as well as excursions into important areas like networking, sound, graphics and asynchronous I/O. Maybe some hints about how to build shared libraries and pointers to useful toolkits will later be included.
    This guide will only be a success with generous help in the form of information or perhaps even submission of whole chapters.
  • Introduction
    Once upon a time I installed Linux on my PC to learn more about system administration. I tried to install a slip server but it didn't work with shadow and mgetty. I had to patch sliplogin and it worked until the new Linux 1.1 releases. No one could tell me what had happened. There was no documentation about changes since the 0.99 kernel except the kernel change summaries from Russ Nelson, but they didn't help me very much in solving problems.

    The Linux Programmer's Guide is meant to do what the name implies-- It is to help Linux programmers understand the peculiarities of Linux. By its nature, this also means that it should be useful when porting programs from other operating systems to Linux. Therefore, this guide must describe the system calls and the major kernel changes which have effects on older programs like serial I/O and networking.


next up previous
Next: 1 The Linux operating Up: e Previous: e

Converted on:
Fri Mar 29 14:43:04 EST 1996


With any suggestions or questions please feel free to contact us