linux kernel settings file

Linux Kernel Part 1

Linux Kernel Part 1

... subdirectories. n include /linux: n Header info needed both by the kernel and user apps. n Usually linked to /usr/include /linux. n Kernel- only portions guarded by #ifdefs n #ifdef _ _KERNEL_ _ n /* kernel stuff ... of Linux kernels. n Boot time kernel parameters. n Booting non -Linux kernels. n A variety of configurations. n Characteristics: n Lives in MBR or partition boot sector. n Has no knowledge of filesystem ... 2001) linux/ kernel n The core kernel code. n sched.c – “the main kernel file : n scheduler, wait queues, timers, alarms, task queues. n Process control: n fork.c, exec.c, signal.c, exit.c etc… n Kernel...

Ngày tải lên: 12/09/2012, 14:40

25 650 2
Linux Kernel

Linux Kernel

... nguyên hệ thống cho các người dùng Kernel Modules Trong những năm đầu của Linux, kernel Linux là một monolithic kernel. Monolithic kernel là tất cả các dịch vụ của Kernel được biên dịch hết vào trong ... Linux Kernel Giới thiệu Linux kernel cung cấp một giao diện giữa các ứng dụng người dùng, hệ thống phần cứng và tài nguyên. Một vài chức năng của Linux là: Quản lý bộ nhớ Quản lý hệ thống file Xử ... sự bất tiện của nó. thế là modular Linux kernel ra đời. Modular Linux kernel bao gồm một kernel tối tiểu và một tập các modules có thể được thêm vào khi kernel đang chạy để hỗ trợ các thiết...

Ngày tải lên: 05/11/2012, 14:37

5 1,2K 7
Linux Kernel

Linux Kernel

... Install New Kernel Customize & Install New Kernel  There are many possible make targets in the Linux kernel Makefile that can be used to build kernel : make dep Build a list of all kernel deps. ... CTT  Building a Monolithic Kernel Building a Monolithic Kernel  If you build all supports directly into kernel, the new kernel referred monolithic kernel  In kernel configuration, a “Y”answer ... kernel properties  Demonstrate new kernel preparation  Identify and use kernel configuration tools  Recompile and install a kernel  Identify kernel modules  Configure LILO to use a new kernel ...

Ngày tải lên: 24/06/2013, 01:25

23 390 0
Compiling the linux kernel

Compiling the linux kernel

... Nội Bộ 97 Bài Lab 6: Compiling the linux kernel 1/ Kernel module: - Xem version của kernel bằng lệnh: - Dùng lệnh lsmod để liệt kê các module của kernel: - Dùng lệnh modinfo để xem ... được đưa vào /lib/modules /kernel- version. Kernel image và initrd được đưa vào /boot/.  Với việc biên dịch kernel, với mỗi kernel có thể có các lỗi khác nhau. (Vì source kernel không đúng). Tùy ... Compiling kernel: - Download source kernel từ trang kernel. org. - Để biên dịch được kernel, cần cài bộ C compiler. Xem lại phần cài đặt ở bài trước. - Giải nén gói source: - Tạo file config....

Ngày tải lên: 29/09/2013, 20:20

11 332 0
Tài liệu Understanding the Linux Kernel doc

Tài liệu Understanding the Linux Kernel doc

... the kernel code are still serialized by means of a single "big kernel lock," it is fair to say that Linux 2.4 makes a near optimal use of SMP. Filesystem Linux& apos;s standard filesystems ... usually operate on a common address space. Linux uses kernel threads in a very limited way to execute a few kernel functions periodically; since Linux kernel threads cannot execute user programs, ... essential topic, how Linux implements the filesystem. A series of chapters cover this topic. Chapter 12 introduces a general layer that supports many different filesystems. Some Linux files are special...

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

829 680 0
Tài liệu Linux Kernel Development (3rd Edition) docx

Tài liệu Linux Kernel Development (3rd Edition) docx

... in the kernel. MAINTAINERS lists the names of the individuals who maintain subsystems and drivers in the kernel. Makefile is the base kernel Makefile. Building the Kernel Building the kernel ... primary purpose of micro- kernel design altogether. Linux is a monolithic kernel; that is, the Linux kernel executes in a single address space entirely in kernel mode. Linux, however, borrows ... between the Linux kernel and classic Unix systems: n Linux supports the dynamic loading of kernel modules. Although the Linux kernel is monolithic, it can dynamically load and unload kernel code...

Ngày tải lên: 15/02/2014, 19:20

468 4,6K 0
Tài liệu Linux Kernel in a Nutshell docx

Tài liệu Linux Kernel in a Nutshell docx

... and install the util -linux package yourself, you can find it at http://www .kernel. org/pub /linux/ utils/util -linux. As of the 2.6.18 kernel release, the 2.10 release of util -linux is the oldest ... a stable kernel release. Where to Find the Kernel Source All of the source code for the Linux kernel can be found on one of the kernel. org sites, a worldwide network of servers that mirror the Linux ... Configuration The kernel configuration is kept in a file called .config in the top directory of the kernel source tree. If you have just expanded the kernel source code, there will be no .config file, so...

Ngày tải lên: 17/02/2014, 23:20

200 4,7K 0
Understanding linux kernel

Understanding linux kernel

... see Chapter 19). File Descriptor and Inode Unix makes a clear distinction between the contents of a file and the information about a file. With the exception of device files and files of special filesystems, ... filesystem to handle a file is included in a data struc- ture called an inode. Each file has its own inode, which the filesystem uses to identify the file. While filesystems and the kernel functions ... system call, the kernel attempts to read count bytes from the file having the file descriptor fd, starting from the current value of the opened file s offset field. In some cases—end-of -file, empty...

Ngày tải lên: 19/03/2014, 13:36

944 7,5K 0
Đặt quyền cho file trong LINUX

Đặt quyền cho file trong LINUX

... chạy file lamviec! anh sẽ không thể nào chạy được file lamviec bởi vì nó cần truy cập đến file dulieu của huy, mà file này lại không thuộc quyền sở hữu của anh. huy sẽ chmod o+wr cho file dulieu! ... file nào đó trong thư mục abc của tôi thì file đó sẽ có group-id của tôi, không phải là group-id của người đó! Sticky bit - cái này có ý nghĩa khác nhau đối với file và thư mục: Đối với file, ... đọc hoặc viết vào file .plan là một file( -) thuộc quyền sở hữu của user huy. huy có quyền đọc và viết đối với file .plan(rw). Nhóm mà huy là một thành viên chỉ có quyền đọc file này(r ). Những...

Ngày tải lên: 23/08/2012, 11:01

4 1,8K 6
Mô Tả Các Chức Năng Của Các Dịch Vụ mạng DNS, DHCP, WWW, File Server Triển Khai Các Dịch Vụ Này Trên Hệ Điều Hành Linux

Mô Tả Các Chức Năng Của Các Dịch Vụ mạng DNS, DHCP, WWW, File Server Triển Khai Các Dịch Vụ Này Trên Hệ Điều Hành Linux

... –Huỳnh Xuân Đạt Trang 35 Thực Tập Tốt Nghiệp 4.2 Tạo file named.conf Tạo file named.conf trong thư mục /var/named/chroot/etc bằng cách copy file named.conf từ thư mục /usr/share/doc/bind-9.3.6./sample/etc/named.conf ... ) Sau khi cài đặt xong ta vào đường dẫn này cat /etc/dhcpd.conf để xem file cấu hình Để tạo file /etc/dhcp.conf bằng cách copy file /usr/share/doc/dhcp*/dhcp.conf.sample đến /etc như sau: Cách ... Thực Tập Tốt Nghiệp Chú ý: phải cấu hình các file zone của slaves DNS nằm trong thư mục /var/named/chroot/var/named/slaves, thư mục này dùng để chứa các file zone được cập nhận (zone transfer)...

Ngày tải lên: 02/11/2012, 11:15

72 2,9K 19
w