0

building a linux kernel

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

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

Hệ điều hành

... products are claimed as trademarks Where those designations appear in this book, and O’Reilly Media, Inc was aware of a trademark claim, the designations have been printed in caps or initial caps ... consolidating all of the existing information already scattered around the Internet about building the Linux kernel, as well as adding a lot of new and useful information that was not written down anywhere ... interactive kernel configuration tools: a terminal-based one called menuconfig, a GTK+-based graphical one called gconfig, and a QTbased graphical one called xconfig 18 | Chapter 4: Configuring and...
  • 200
  • 4,698
  • 0
Linux Kernel Part 1

Linux Kernel Part 1

Hệ điều hành

... swap_state.c (cache) n vmscan.c – paging policies, kswapd n page_io.c – low-level page transfer Allocation and deallocation: n slab.c – slab allocator n page_alloc.c – page-based allocator n vmalloc.c ... include adfs affs autofs autofs4 bfs code cramfs devfs devpts efs ext2 fat hfs hpfs … asm-alpha asm-arm asm-generic asm-i386 asm-ia64 asm-m68k asm-mips asm-mips64 linux math-emu net pcmcia scsi ... Real-Time thread library Scheduler activations in Linux A Linux “upcall” mechanism Real-Time memory allocator / garbage collector A distributed shared memory system A QoS-based socket library An...
  • 25
  • 649
  • 2
How to setup a Linux system that can boot directly from a software RAID

How to setup a Linux system that can boot directly from a software RAID

Kỹ thuật lập trình

... disks already contains data, make a backup if needed (all existing data of partitions involved in the process will be lost), and delete or resize existing partitions to create space for the software ... Minor RaidDevice State removed active sync /dev/hda1 Replacing the failed disk When a new disk to replace the failed one is available it can be installed into the system, partitioned to have the ... [root@fedora4 giotex]# mdadm manage /dev/md0 add /dev/hdc1 mdadm: hot added /dev/hdc1 [root@fedora4 giotex]# mdadm manage /dev/md1 add /dev/hdc2 mdadm: hot added /dev/hdc2 [giotex@fedora4 ~]$ cat...
  • 14
  • 567
  • 1
Linux Kernel

Linux Kernel

Hệ điều hành

... Cấu hình Kernel Modules theo giao diện Menu make xconfig: sử dụng giao diện đồ hoạ X Windows để cấu hình module cho kernel Các bước make dep make make bzImage make modules make install make modules_install ... timeout=50 default=firewall image=/boot/vmlinuz-2.2.14-5.0 label=ker2214 read-only root=/dev/hda9 image=/boot/bzImage.myker.11feb2001 label=myker11feb root=/dev/hda9 read-only image=/boot/bzImage.myker-firewall.16mar2001 ... modules_install make xconfig Cấu hình LILO Sau complie lại kernel, ta cấu hình LILO để hệ thống boot lại dùng kernel (edit tập tin /etc/lilo.conf) boot=/dev/hda map=/boot/map install=/boot/boot.b...
  • 5
  • 1,149
  • 7
OReilly.Building.a.Web.2.0.Portal.with.ASP.NET.3.5.Jan.2008-BBL

OReilly.Building.a.Web.2.0.Portal.with.ASP.NET.3.5.Jan.2008-BBL

Kỹ thuật lập trình

... entity classes, business rules, and middle-tier caching of data to reduce database roundtrips Data access layer Encapsulates database access and provides an interface that is database and data source ... internal subsystems, which deal with users, pages, widgets, etc The façade is named DashboardFacade (see Figure 2-2) Web layer Business layer Data access layer Default.aspx Dashboard Facade Database ... Database Context Figure 2-2 Default.aspx calls DashboardFacade in the business layer for all operations, which, in turn, uses workflows that work with databases via DatabaseHelper and DatabaseContext...
  • 310
  • 488
  • 1
ỨNG DỤNG CỦA LINUX Ở VIỆT NAM

ỨNG DỤNG CỦA LINUX Ở VIỆT NAM

Công nghệ thông tin

... Secondary liên lạc với máy chủ Primary, trước tiên hỏi số serial Nếu số serial máy Secondary nhỏ số serial máy Primary tức liệu zone Secondary cũ sau máy Secondary chép liệu từ máy Primary thay ... IP, không gian tên miền người ta bổ sung thêm nhánh tên miền mà lập mục theo đ a IP Phần không gian có tên miền in- addr.arpa Mỗi nút miền in-addr.arpa có tên nhãn số thập phân đ a IP pg  Ví ... domain  Record A (Address) - host : phân giải tên máy thành đ a IP (IPv4)  Record CNAME (canonical name) - Alias: cho phép host có nhiều tên  SRV (Service): cung cấp chế định vị dịch vụ, Active...
  • 12
  • 443
  • 0
Linux Kernel

Linux Kernel

Tin học

... 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 * make clean Remove old binaries ... binaries and o files * make zlilo Make a compressed vmlinuz image and update LILO make zImage Make a simple compressed image make bzImage Build an image compressed with gzip * The Saigon CTT  General ... or all modules that are marked with a specified tag depmod Build a relationship table for modules that are required of running kernel. You can put it in start-up script and run depmod a ( Package...
  • 23
  • 390
  • 0
Compiling the linux kernel

Compiling the linux kernel

Hệ điều hành

... www.athena.edu.vn o make modules_install: module biên dịch đ a vào /lib/modules /kernel- version Kernel image initrd đ a vào /boot/  Với việc biên dịch kernel, với kernel có lỗi khác (Vì source kernel ... server: - Kiểm tra file daemon.log sinh sau restart syslog server: ……………… - Nếu có daemon hệ thống phát sinh thông báo message message lưu vào /var/log/daemon.log Để kiểm tra, ta sử dụng tiện ích ... VÀ AN NINH MẠNG ATHENA Bis Đinh Tiên Hoàng, P a Cao, Q.1, TP.HCM Tel: (84-8) 38244041 – 0989012418 www.athena.edu.vn - Restart service crond: - Kiểm tra Sau thấy kết tiến hành xoá dòng v a tạo...
  • 11
  • 332
  • 0
Building a Sample Application Using ASP.NET AJAX

Building a Sample Application Using ASP.NET AJAX

Kỹ thuật lập trình

... 10:47 AM Page 226 CHAPTER 10 ■ BUILDING A SAMPLE APPLICATION USING ASP.NET AJAX Figure 10-1 An ASP NET AJAX-based stock application Understanding the Application Architecture The application ... OnActiveTabChanged="TabContainer1_ActiveTabChanged"> Basic Quote
  • 44
  • 496
  • 0
Adding Swap File Space in a Linux System

Adding Swap File Space in a Linux System

Hệ điều hành

... Step 2: Adding a swap file To add swap space on a system, add a swap file by using the following steps: Create a file that is equal in size to the swap file that is going to be created Do this ... mkswap –f /root/swap.swp or type /sbin/mkswap –f /root/swap.swp To activate this swap file, use the swapon command To make this swap file inactive, use the swapoff command in place of the swapon ... in made in /etc/fstab Reflection This method is the quickest and easiest way to add swap space However, it does create some problems By creating this swap file on a partition that is already...
  • 2
  • 399
  • 0
The Practical Guidelines for Building a Business Plan in Five Pages

The Practical Guidelines for Building a Business Plan in Five Pages

Anh văn thương mại

... company—for example, a labor strike in a plant that was not expected or anticipated that catches management unprepared A contingency plan should address such occurrences Natural disasters are a ... operational plan sets the strategic plan into motion on a practical level Building a Business Plan in Five Pages 31 The Organizational Plan—Defining Your Corporate Structure The organizational ... will ask, “Has my management had this training? If not, see me after they have participated.” Leadership and Managership Training What I found worked well at a Midwest business-to-business catalogue...
  • 32
  • 593
  • 0
Building a Wealth and Prosperity Mindset

Building a Wealth and Prosperity Mindset

Tâm lý - Nghệ thuật sống

... or inclination, or a fixed state of mind So, a wealth and prosperity mindset would mean an attitude or inclination that causes us to focus on abundance It may surprise you to learn that most people ... overly-defensive can actually provoke attacks, and being overly-pessimistic can attract more and more issues that prevent us from improving our lives Rather than living with a reactive mindset, you can learn ... wealth are tucked away in a surprising place: in your greatest interests and passions Of course, simply following your passions isn’t enough You also have to find a way to make your passions pay...
  • 8
  • 286
  • 0
Lab 5.1.11 Building a Peer-to-Peer Network

Lab 5.1.11 Building a Peer-to-Peer Network

Quản trị mạng

... are directly connected The default Gateway is only required on local area networks that are connected to a router Computer IP Address Subnet mask Default Gateway PC – A 192.168.1.1 255.255.255.0 ... the two PCs a Set the IP address information for each PC according to the information in the table b Note that the default gateway IP address is not required, since these computers are directly ... they can be restored at the end of the lab These include IP address, subnet mask, default gateway, and DNS servers If the workstation is a DHCP client, it is not necessary to record this information...
  • 4
  • 552
  • 0
Lab 5.1.12 Building a Peer-to-Peer Network

Lab 5.1.12 Building a Peer-to-Peer Network

Quản trị mạng

... are directly connected The default gateway is only required on local area networks that are connected to a router Computer IP Address Subnet mask Default Gateway PC – A 192.168.1.1 255.255.255.0 ... the two PCs a Set the IP address information for each PC according to the information in the table b Note that the default gateway IP address is not required, since these computers are directly ... they can be restored at the end of the lab These include IP address, subnet mask, default gateway, and DNS servers If the workstation is a DHCP client, it is not necessary to record this information...
  • 4
  • 475
  • 0
Lab 5.1.13a Building a Hub-based Network

Lab 5.1.13a Building a Hub-based Network

Quản trị mạng

... PCs and the hub will be accomplished using a Category or 5e straight-through patch cable Locate two cables that are long enough to reach from each PC to the hub Attach one end to the NIC and ... these computers are directly connected The default gateway is only required on local area networks that are connected to a router Computer IP Address Subnet mask Default Gateway PC – A 192.168.1.1 ... the example below: Step Configure TCP/IP settings for the two PCs a Set the IP address information for each PC according to the information in the table b Note that the default gateway IP address...
  • 4
  • 353
  • 0
Lab 5.1.13b Building a Switch-based Network

Lab 5.1.13b Building a Switch-based Network

Quản trị mạng

... patch cable Locate two cables that are long enough to reach from each PC to the switch Attach one end to the NIC and the other end to a port on the switch Be sure to examine the cable ends carefully ... are directly connected The default gateway is only required on local area networks that are connected to a router Computer IP Address Subnet mask Default Gateway PC – A 192.168.1.1 255.255.255.0 ... the two PCs a Set the IP address information for each PC according to the information in the table b Note that the default gateway IP address is not required, since these computers are directly...
  • 4
  • 533
  • 0
Building A Windows Live CD

Building A Windows Live CD

Hệ điều hành

... data-recovery tool Also, you can have any wallpaper that you want-be it any default Windows wallpaper or even an image that you have on your hard disk The example that we will use in our article shows ... the familiar Win XP wallpaper (the one with the rolling meadows) You can also change the NU Start button to the standard Win XP Start button and Menu bar But, remember that any customization can ... will also automatically create an ISO image Now you just have to use any burning software such as Nero and burn the image on a CD Lastly, when you boot from this CD, you won’t get the familiar...
  • 12
  • 328
  • 0
Bài soạn ONE – CLASS SUPPOR VECTOR  MACHINES  (SVMS) WITH A CONFORMAL KERNEL

Bài soạn ONE – CLASS SUPPOR VECTOR MACHINES (SVMS) WITH A CONFORMAL KERNEL

Tư liệu khác

... N.Japkowicz The class imbalance problem : A systematic study Intelligent Data Analysis Journal, 6(5), 2002 15 M.Kubat and S.Matwin Addressing the curse of imbalanced data sets : One-sides sampling ... Asymmetrical margin approach to surveillance of nosocomial infections using support vector classification In Intelligent Data Analysis in Medicine and Pharmacology, 2003 C.Cortes and V.Vapnik Support ... phương pháp tiếp cận SVM đến class imbalance SVM Classifier Binary with symm.margin Binary with asymm.margin One-class with RBF kernel One-class with conformal kernel Accuracy 89.6% 74.4% 74.6% 75.6%...
  • 16
  • 512
  • 4
Tài liệu Real-World ASP.NET—Building a Content Management System pptx

Tài liệu Real-World ASP.NET—Building a Content Management System pptx

Hệ điều hành

... components and metacontent in one place makes them easier to maintain, track, and find It also provides a more secure way of storing your data Having your data localized means you have a smaller area ... known as personalization (Chapter covers personalization in more detail.) You can also see that the left side of the page is made up of a navigation bar You can find navigation bars (NavBars) ... personal preferences and navigational habits Personalization is a major reason why many people return to a Web site At one time, seeing her name on a Web page was all that was needed for a user...
  • 405
  • 716
  • 1

Xem thêm

Tìm thêm: hệ việt nam nhật bản và sức hấp dẫn của tiếng nhật tại việt nam xác định các mục tiêu của chương trình xác định các nguyên tắc biên soạn khảo sát chương trình đào tạo của các đơn vị đào tạo tại nhật bản khảo sát chương trình đào tạo gắn với các giáo trình cụ thể xác định thời lượng học về mặt lí thuyết và thực tế điều tra đối với đối tượng giảng viên và đối tượng quản lí khảo sát thực tế giảng dạy tiếng nhật không chuyên ngữ tại việt nam khảo sát các chương trình đào tạo theo những bộ giáo trình tiêu biểu xác định mức độ đáp ứng về văn hoá và chuyên môn trong ct phát huy những thành tựu công nghệ mới nhất được áp dụng vào công tác dạy và học ngoại ngữ các đặc tính của động cơ điện không đồng bộ đặc tuyến mômen quay m fi p2 đặc tuyến tốc độ rôto n fi p2 đặc tuyến dòng điện stato i1 fi p2 sự cần thiết phải đầu tư xây dựng nhà máy thông tin liên lạc và các dịch vụ phần 3 giới thiệu nguyên liệu từ bảng 3 1 ta thấy ngoài hai thành phần chủ yếu và chiếm tỷ lệ cao nhất là tinh bột và cacbonhydrat trong hạt gạo tẻ còn chứa đường cellulose hemicellulose chỉ tiêu chất lượng theo chất lượng phẩm chất sản phẩm khô từ gạo của bộ y tế năm 2008