linux kernel make config file

Linux Kernel Part 1

Linux Kernel Part 1

... 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 ... mprotect.c. CS591 (Spring 2001) linux/ scripts n Scripts for: n Menu-based kernel configuration. n Kernel patching. n Generating kernel documentation. 12 CS591 (Spring 2001) LILO: LInux LOader n A versatile ... 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...

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

25 650 2
Linux Kernel

Linux Kernel

... processor-specific kernel tận dụng hết tính năng của CPU Các bước compile kernel Cấu hình kernel make config: Cấu hình kernel module từng dòng một tại console make menuconfig: Cấu hình Kernel Modules ... 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 ... 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. ... label =linux read-only root=/dev/hda5 The Saigon CTT  make xconfig make xconfig Interface Interface The Saigon CTT  Kernel Version Numbering Kernel Version Numbering  Kernel ... Configure kernel s parameters and build it - make config | make menuconfig | make xconfig - make dep, make clean, make bzImage Step 2: Copy new kernel from arch/i386/boot/bzImage to /boot/vmlinuz-2.4.19-16 Step...

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

23 390 0
Compiling the linux kernel

Compiling the linux kernel

... thể tạo file config: o make config: dạng text file, màn hình hiện ra nhiều câu hỏi, trả lời lần lượt. o make menuconfig: dạng đồ họa, (kiểu đồ họa trên DOS), dễ sử dụng hơn. o make xconfig: ... họa. o make oldconfig: lấy lại file config cũ. - Sau khi đã tạo file config, lần lượt thực hiện những lệnh sau để tiến hành biên dịch kernel: o make dep: kiểm tra sự phụ thuộc giữa những file ... 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

... basic method of configuring a kernel is to use the make config method: $ cd linux- 2.6.17.10 $ make config make config scripts/kconfig/conf arch/i386/Kconfig * * Linux Kernel Configuration * * * ... background. www.it-ebooks.info www.it-ebooks.info 22 | Chapter 4: Configuring and Building Graphical Configuration Methods The gconfig and xconfig methods of configuring a kernel use a graphical program to allow you to modify the kernel configuration. ... create this default configuration, do the following: $ cd linux- 2.6.17.10 $ make defconfig A huge number of configuration options will scroll quickly by the screen, and a .config file will be written...

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

200 4,7K 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 ... default.html trong thư mục /lablinux Phan Duy Cảnh –Huỳnh Xuân Đạt Trang 20 Thực Tập Tốt Nghiệp Lưu file cấu hình lại : Service dhcpd start : khởi động dịch vụ Chkconfig dhcpd on : khởi động...

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

72 2,9K 19
Hệ thống file EXT2 trong Linux

Hệ thống file EXT2 trong Linux

... quyền_truy_cập_mới tên _file. darkstar:~$ ls -l myfile -rw-r—r— 1 fido users 114 Dec 7 14:31 myfile darkstar:~$ chmod 345 myfile darkstar:~$ ls -l myfile —wxr—r-x 1 fido users 114 Dec 7 14:31 myfile drwxr-xr-x ... tập tin myfile. Sở hữu của myfile là fido và nhóm sở hữu myfile là users . Độ dài của myfile là 163 bytes. Thời điểm myfile thay đối cuối cùng là 7/12 của năm hiện hành vào lúc 14:31. Linux cho ... thống thông qua file pagefile.sys còn trong Linux thì hệ thống bộ nhớ mở rộng này được cho ra một partition riêng nên hạn chế rất nhiều sự phân mảnh. Các quyền trên file – umask Do Linux là một...

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

16 2,1K 6
Các hệ thống file trong  Linux

Các hệ thống file trong Linux

... Reiserfs àïí lûu trûä vâ truy cêåp cấc file nhỗ lâ tưëi ûu, vúái tưëc àưå truy cêåp file tùng tûâ 8-15 lêìn vâ dung Hïå àiïìu hânh Linux Cấc hïå thưëng file trong Linux ... file bõ sûå cưë mâ khưng cêìn phẫi quết lẩi toân bưå hïå thưëng file, gip quấ trịnh phc hưìi dûä liïåu trúã nïn tin cêåy vâ nhanh chống hún. Hïå thưëng file nhû vêåy àûúåc gổi lâ journaling file ... system. HÏÅ THƯËNG FILE EXT3 Àûúåc xêy dûång dûåa trïn cú súã ca hïå thưëng file chín ext2 mâ Linux àang sûã dng, ext3 àûa vâo thïm chûác nùng múái vư cng quan trổng, journaling file system, gip...

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

2 644 6

Bạn có muốn tìm thêm với từ khóa:

w