내용 출처 :
http://www.xevious7.com/linux/lpg_0.html
아래와 같은 조건에서 아래 글들 사용할 수 있답니다...
자세한것은 위 내용출처를 방문해서 확인해주세요..
저작권 (Copyright)
리눅스 프로그래머 가이드 © 1994, 1995 by Sven GoldtSven Goldt, Sachsendamm 47b, 10829 베를린, 독일
<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>.
이 가이드를 감수해준 John D. Harper <jharper@uiuc.edu> 에게 특별히 감사한다.
이 문서의 전체 또는 일부의 재배포또는 복사는 다음과 같은 조건에 한한다.
- 저작권 명시부분은 훼손시키지 말아야 하며 남아있어야 한다.
- 이 문서를 상업적 용도를 쓸경우에는 저자도 일정한 몫을 나누어 가지길 원한다.
- 저자는 이 문서를 사용하는데 있어서 생길수 있는 어떠한 손해에 대해서도 책임지지 않는다.
목 차 (Contents)
- 1. 리눅스 운영체제 (The Linux operation system)
- 2. 리눅스 커널 (The Linux kernel)
- 3. 리눅스 libc 패키지 (The Linux libc package)
- 4. 시스템 호출 (System calls)
- 5. The "swiss army knief" ioctl
- 6. 리눅스 프로세스간의 통신 (Linux Interprocess Communications)
- 6.1 소개 (Instruction)
- 6.2 반-이중 유닉스 파이프 (Half-duplex UNIX Pipes)
- 6.3 이름을 가진 파이프 (Named Pipes/FIFOs-First In First Out)
- 6.4 시스템 V IPC (System V IPC)
- 6.4.1 기본적인 개념 (Fundamental Concepts)
- 6.4.2 메세지 큐 (Message Queues)
- 6.4.3 세마퍼 (Semaphores)
- 기본 개념 (Basic Concepts)
- 내부 자료 구조 (Internal Data Structures)
- 시스템 호출:semget() (SYSTEM CALL:semget())
- 시스템 호출:semop() (SYSTEM CALL:semop())
- 시스템 호출:semctl() (SYSTEM CALL:semctl())
- semtool:상호작용 세마퍼 조종자 (An interative semaphore manipulator)
- semstat:semtool 동료 프로그램 (A semtool companion program)
- 6.4.4 공유 메모리 (Shared Memory)
- 7 소리 프로그래밍 (Sound Programming)
- 8 문자단위 그래픽스 (Character Cell Graphics)
- 8.1 libc안의 I/O 함수 (I/O Function in libc)
- 8.2 Termcap 라이브러리 (The Termcap Library)
- 8.3 Ncurses - 소개 (Introduction)
- 8.4 초기화 (Initializing)
- 8.5 윈도우 (Windows)
- 8.6 출력 (Output)
- 8.7 입력 (Input)
- 8.8 선택사항 (Options)
- 8.9 윈도우와 줄 지우기 (Clear Window and Lines)
- 8.10 단말기 업데이트 (Updating the Trminal)
- 8.11 비디오 속성과 색상 (Video Attributes and Color)
- 8.12 커서와 윈도우 좌표 (Cursor and Window Coordinates)
- 8.13 스크롤 (Scrolling)
- 8.14 패드 (Pads)
- 8.15 소프트-라벨 (Soft-labels)
- 8.16 잡동사니 (Miscellaneous)
- 8.17 Low-level 접근 (Access)
- 8.18 화면 덤프 (Screen Dump)
- 8.19 Termcap Emulation
- 8.20 Terminfo 함수들(Functions)
- 8.21 디버그 함수 (Debug Function)
- 8.22 Terminfo 능력 (Capabilities)
- 8.23 [N]Curses 함수 개관 ([N]Curses Function Overview)
- 9 I/O 포트 프로그래밍 (Programming I/O ports)
- 10 리눅스에 응용프로그램 포팅하기 (Porting Applications to Linux)
- 11 알파벳 순서에 따른 시스템호출 (Systemcalls in alphabetical order)
- 12 약어 정리 (Abbreviations)
- 이 글에 대하여 (About this document)
'Study.. > Linux' 카테고리의 다른 글
검색 로봇 막기..!! (0) | 2007.08.23 |
---|---|
Adding A System Call (0) | 2007.06.03 |
Linux System Call Table (0) | 2007.06.03 |
vi Editor 사용법... (0) | 2007.05.30 |
A.P.U.E. - source & contents (0) | 2007.05.19 |