Tài liệu Linux advanced

Tài liệu Linux Device Drivers-Chapter 11 : kmod and Advanced docx

Tài liệu Linux Device Drivers-Chapter 11 : kmod and Advanced docx

... requested this way: char and block drivers, filesystems, line disciplines, network protocols, and so on One example of a driver that benefits from demand loading is the Advanced Linux Sound Architecture ... modprobe -r run pre-install module command post-install module command pre-remove module command post-remove module command The first two specify a command to be run either before...

Ngày tải lên: 21/01/2014, 07:20

32 340 0
Tài liệu Linux Virtual Server Administration for red hat enterprise linux 5.1 doc

Tài liệu Linux Virtual Server Administration for red hat enterprise linux 5.1 doc

... Linux Virtual Server Administration 5.1 Linux Virtual Server (LVS) for Red Hat Enterprise Linux 5.1 ISBN: N/A Publication date: Linux Virtual Server Administration Building a Linux Virtual Server ... high-performance systems and services with Red Hat Enterprise Linux and LVS Linux Virtual Server Administration: Linux Virtual Server...

Ngày tải lên: 10/12/2013, 06:15

73 681 1
Tài liệu Oracle Advanced Networking Option Administrator’s Guide ppt

Tài liệu Oracle Advanced Networking Option Administrator’s Guide ppt

... Oracle Advanced Networking Option is Not Yet Supported by Some Oracle Products The Oracle Advanced Networking Option requires Net8 to transmit data securely Accordingly, the Oracle Advanced Networking ... checksumming 1-6 Oracle Advanced Networking Option Administrator’s Guide 1.6 How Oracle Authentication Adapters Provide Enhanced Security 1.5 The Oracl...

Ngày tải lên: 10/12/2013, 16:16

186 549 0
Tài liệu Linux hay GNU/Linux và cấu trúc nhân Linux pptx

Tài liệu Linux hay GNU/Linux và cấu trúc nhân Linux pptx

... x86-64, …) III Các hệ thống nhân Linux Hình mô tả hệ thống nhân Linux Hình 3: Các hệ thống nhân Linux III. 1Nhân gì? Như hình 3, nhân Linux thực quản lý tài nguyên Các tài nguyên gồm: tiến trình ... thống tạo liên kết ứng dụng nhân Linux Giao diện quan trọng nhân Linux ứng dụng chiếm vùng địa nhớ bảo vệ khác Mỗi ứng dụng có vùng địa ảo riêng nhân có vùng địa Nh...

Ngày tải lên: 13/12/2013, 00:15

7 647 2
Tài liệu linux-basic doc

Tài liệu linux-basic doc

... kernel vmlinuz mem=M Qu n lý Tài nguyên truy c p vào thi t b , h th ng (CPU) ph i c p phát tài nguyên truy c p cho chúng Sau ây ki u tài nguyên này: IRQs (Interrupt Request Lines) ... H c vi n Linux Do ang trình xây d ng, n i dung tài li u không tránh kh i nhi u thi u sót R t mong c hoàn ch nh h n cs óng góp ý ki n c a ng i c tài li u ngày Xin chân thành c m n! 17 Qu n tr ... ng H n...

Ngày tải lên: 13/12/2013, 22:15

221 377 0
Tài liệu SQL Advanced part 11 doc

Tài liệu SQL Advanced part 11 doc

... pháp : Trích: SQL Statement UNION ALL SQL Statement Ví dụ : Trích: SELECT E_Name FROM Employees_Norway UNION ALL SELECT E_Name FROM Employees_USA Kết list toàn values (có giá trị): dondoc (vniss)

Ngày tải lên: 15/12/2013, 02:15

2 295 0
Tài liệu Linux IO Port Programming pptx

Tài liệu Linux IO Port Programming pptx

... Credits Linux I/O port programming mini−HOWTO Linux I/O port programming mini−HOWTO Introduction This HOWTO document describes programming hardware I/O ports and waiting for small periods of ... Pinout (a 25−pin female D−shell connector on the port) (i=input, o=output): 1io −STROBE, 2io D0, 3io D1, 4io D2, 5io D3, 6io D4, 7io D5, 8io D6, 9io D7, 10i ACK, 11i −BUSY, 12i...

Ngày tải lên: 22/12/2013, 10:15

13 475 0
Tài liệu Linux Shell Basic pptx

Tài liệu Linux Shell Basic pptx

... nhận prompt khác nhau) Để xem shell hành, gõ lệnh sau: $ echo $SHELL Làm để sử dụng Shell: đơn giản gõ lệnh Shell script gì: Bình thường shell trình giao tiếp Có nghĩa shell chấp nhận lệnh từ bạn ... file bảo shell thực thi text file thay nhập vào lệnh Điều gọi shell script Định nghĩa: Shell script chuỗi lệnh viết plain text file Shell script giống batch file MS-DOS mạnh Tại...

Ngày tải lên: 22/12/2013, 13:17

2 422 0
Tài liệu Linux Device Drivers-Chapter 1 :An Introduction to Device Drivers ppt

Tài liệu Linux Device Drivers-Chapter 1 :An Introduction to Device Drivers ppt

... independent of the devices attached to the SCSI cable Other classes of device drivers have been added to the kernel in recent times, including USB drivers, FireWire drivers, and I2O drivers In the ... thus, Chapter 11 , "kmod and Advanced Modularization" starts over with modularization issues, going deeper into the topic Chapter 12 , "Loading Block Drivers" then describes how b...

Ngày tải lên: 24/12/2013, 01:17

24 454 2
Tài liệu Linux Device Drivers-Chapter 2 : Building and Running Modules pptx

Tài liệu Linux Device Drivers-Chapter 2 : Building and Running Modules pptx

... 00100000-0 022 c557 : Kernel code 0 022 c558-0 024 455f : Kernel data 20 000000-2fffffff : Intel Corporation 440BX/ZX 824 43BX/ZX Host bridge 68000000-68000fff : Texas Instruments PCI 122 5 68001000-68001fff : ... : dma2 00f0-00ff : fpu 0170-0177 : ide1 01f0-01f7 : ide0 02f8-02ff : serial(set) 0300-031f : NE2000 0376-0376 : ide1 03c0-03df :...

Ngày tải lên: 24/12/2013, 01:17

75 560 1
Tài liệu Linux Device Drivers-Chapter 3: Char Drivers docx

Tài liệu Linux Device Drivers-Chapter 3: Char Drivers docx

... /dev/$ {device} [0-3] major=`awk "\\$2==\"$module\" {print \\$1}" /proc/devices` mknod /dev/$ {device} 0 c $major mknod /dev/$ {device} 1 c $major mknod /dev/$ {device} 2 c $major mknod /dev/$ {device} 3 ... for char drivers are identified by a "c" in the first column of the output of ls -l Block devices appear in /dev as well, but they are identified by a "b." The focus of this chapter i...

Ngày tải lên: 24/12/2013, 01:17

90 385 0
Tài liệu Linux Device Drivers-Chapter 4 : Debugging Techniques pptx

Tài liệu Linux Device Drivers-Chapter 4 : Debugging Techniques pptx

... eip: c48370c3 *pde = 00000000 Oops: 0002 CPU: EIP: 001 0:[ ] EFLAGS: 00010286 eax: ffffffea ebx: c2281a20 ecx: c48370c0 edi: 40 00c000 ebp: c38adf8c edx: c2281a40 esi: 40 00c000 esp: c38adf8c ... eax: ffffffea ebx: c2c55ae0 ecx: c48370c0 edi: 0804d038 ebp: c2337f8c edx: c2c55b00 esi: 0804d038 esp: c2337f8c ds: 0018 es: 0018 ss: 0018 Process cat (pid: 2 341 3, stackpage=c2337000) Stack: 00...

Ngày tải lên: 24/12/2013, 01:17

66 427 0
Tài liệu Linux Device Drivers-Chapter 5 : Enhanced Char Driver Operations pptx

Tài liệu Linux Device Drivers-Chapter 5 : Enhanced Char Driver Operations pptx

... first versions of Linux used 16-bit numbers: the top eight were the "magic'' number associated with the device, and the bottom eight were a sequential number, unique within the device This happened ... argument value * G means "Get ": reply by setting through a pointer * Q means "Query ": response is on the return value * X means "eXchange ": G and S atomically * H means "sHift...

Ngày tải lên: 24/12/2013, 01:17

112 324 0
w