Windows downloaded the linux-2.6.37 kernel source code, copy to the U disk, mounted to the centos 5.5 System in the virtual machine through Mount. You can use Putty to connect to the VM using host-only.
Mount the U disk in the/mnt/directory, copy the kernel compressed package to/mnt/kernel, tar decompress, enter the linux-2.6.37 directory. Run make menconfig. The
Recommended blog posts:Linux Kernel "problem Gate"-learning issues and experience highlights
Recommended download:Methodology of essence edition of "Cultivation of Linux kernel"
Makefile is not make love
I used to spend four years in school and didn't learn anything. Every day, I skip classes, surf the Internet, play games, and go to bed. When I graduated from college, I was told that makefile was comp
Determine the browser version and the browser kernel, and determine the browser kernel
If (! Browser. ie ! Browser. mac) {var UA = navigator. userAgent. toLowerCase (). toString (); // determines whether it is a non-IE version in the IE kernel if (UA. indexOf ('360ee')>-1) | (UA. indexOf ('360se')>-1) | (UA. indexOf ('se')>-1) | (UA. indexOf ('aoyou')>-1) | (UA.
Solution to failure to boot after Ubuntu kernel upgrade: ubuntu Kernel
Ubuntu has always reminded me to upgrade the kernel. I can't help it today. Then GG goes, and an error is reported directly at startup.
[Firmware Bug] TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later) ...... a lot
It seems that the CPU microcode is not
PHP kernel learning-create PHP extension, php kernel-extension. Learning the PHP kernel-creating PHP extensions, and the php kernel-the extension has started to look at the PHP kernel for some time. now I want to learn and summarize it, today we will summarize how to create
There was a lot of content during the startup process, so I had to analyze it slowly. Before that, I also collected a lot of information and added some understanding here. It's hard to get started with the kernel.Source codeWe will cherish this hard-won moment.
To get the kernel structure, we have many methods, such as viewing kbuild makefile and documentation, but I chose to find it on the network, because we focus on how to analyze the source.Code
Linux kernel kernel_ nuclear travel_ Travel Linux kernelLinux 2.61Hellomod.c001Hello World driver for Linux 2.6#include #include #inlcude /* Header File */Static Int_init lkp_init (void){PRINTK ("Equivalent to the printf output function in c,return 0;}Static Void_exit lkp_cleanup (void){PRINTK ("}Module_init (Lkp_init); /* Entry point */Module_exit (Lkp_cleanup); /* loadable module, the kernel calls the Lkp
Main reference: https://www.linux.cn/article-6137-1.html1. Locate the required kernel version from the http://kernel.ubuntu.com/~kernel-ppa/mainline/and enter the corresponding file path.2. Select the. deb file, follow the operating system type, 32-bit Select i386 suffix, 64-bit select AMD suffix. Select which filesReference: Https://wiki.ubuntu.com/Kernel/Mainli
Preface: Today, I'd better use more than 3.10 of the kernel to install Docker. I. Environment 1.1 System Environment [Email protected] kernels]# lsblsblk lsb_release [[email protected] kernels]# lsb_release-alsb Version:: Base -4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch: Printing-4.0-amd64:printing-4.0-noarchdistributor ID:CentOSDescription:CentOS Release 6.5 (Final) release:6.5c Odename:final 1.2 C
Recently, FC 10 (fedora10) was installed on the machine (x86_64). to install the virtual machine, first install VM 6.5. It was found that it was very difficult to install VM 6.5 in 64-Bit mode for three days, give up. Some people say that the 64-bit VM under FC 10 cannot be installed. As a result, I switched to Sun's Virtual Machine Software virtualbox. On the official virtualbox website, I found the rpm version of fedora9/10 corresponding to x86_64. I read a lot of posts on how to install it. A
My kernel upgrade is from 2.6.32.5 to 2.6.38.2.
The beginning of these sections is followed by the following article:
http://blog.csdn.net/ctbinzi/article/details/6006931
Install the required software first, and download the latest kernel:#apt-get Install kernel-package libncurses5-dev wget bzip2 make patch#cd/USR/SRC#wget http://www.kernel.org/pub/linux/
1. Create a kernel for the embedded platform (the 6410 Development Board is used as an example here)
1. Clear the original configuration and intermediate files
(1) x86: Make distclean
(2) arm: Make distclean
2. Configure the kernel
(1) x86: Make menuconfig
(2) arm: Make menuconfig arch = arm (platform to be specified)
3. Compile the kernel
(1) x86: Make bzimage
(
PHP kernel (1) memory management and php kernel memory management. PHP kernel (I) memory management, php kernel memory management I. When the memory management is developed in C language, developers need to manually manage the memory. PHP is often used as a web server module. memory: PHP
Wince kernel reduction (Chinese font) and separation of Font Library and kernel (conversion)
Each time you customize a Chinese system, NK is always about 10 MB larger than that of English. It also takes time to copy the kernel to the memory during bootloader startup, and it also occupies a lot of memory, it's a waste of about 10 MB of memory left for the system a
View system startup kernel detection hardware information dmesg, kernel dmesg
Dmesg is used to display the boot information. The kernel stores the boot information in the ring buffer. You can use dmesg to view the information if you cannot view it at startup. The boot information is also saved in the/var/log directory and named dmesg. Dmesg is used to detect and
PHP Kernel exploration: Hash table Collision attack principle, kernel
Here is an illustrated way to show you the PHP kernel exploration: Hash table collision attack principle.
Recently, the topic of hash Table collision attacks (Hashtable collisions as DOS attack) has been raised, and various languages have been recruited. This article unifies the PHP
[Kernel Research] processor _ Handler, kernel research _ handler
Although MessageQueue provides direct read/write function interfaces, it generally does not directly read/write message queues to programmers. The Handler get type is exactly Handler.
/** * Run the message queue in this thread. Be sure to call * {@link #quit()} to end the loop. */ public static final void loop() { L
Common kernel memory allocation functions1)_get_free_pages is the most primitive memory allocation, to level two gets the original page box from the partner system, and the return value is the starting address of the first page box. _get_free_pages only encapsulates the alloc_pages function on the implementation , and alloc_pages The allotted length is 1 2) kmem_cache_alloc slab Allocator is a memory allocation method that is suitable for
First, let's talk about how this problem came about. (When analyzing a technology, we should first consider what problems it wants to solve, or when learning new knowledge, what is the purpose of this knowledge ).
When compiling the kernel, I found a file named vmlinux. LDS. s under the arch/ARM/kernel directory. At first glance, do you want to compile a file? It seems that it is not. So what does it do?
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.