The operating system kernel may be a micro kernel or a single kernel (which is sometimes called a macro kernel macrokernel ). These terms are defined as follows in a similar encapsulation:
Single Kernel: Also knownMacro Kernel.
How is Linux composed?A: Linux is made up of user space and kernel spaceWhy divide user space and kernel space?A: For CPU architectures, each processor can have multiple modes, and Linux is a partition that takes into account the system'sSecurity, such as X86 can have 4 mode
How to obtain the Linux kernel source codeHow to obtain the Linux kernel source code
To download the Linux kernel, you must go to the official website. The website provides two types of file downloads: one is the complete
Compile the linux0.00 kernel (full Linux Kernel Analysis-based on the 0.12 kernel)
I have bought a fully-analyzed Linux kernel written by Zhao Ke-based on the 0.12 kernel. It seems that
Linux Kernel Analysis (2) ---- kernel module introduction | simple kernel module implementation, linux ----
Linux Kernel Analysis (2)
Yesterday we started
Linux kernel design and implementation-kernel synchronization and Linux kernel SynchronizationKernel SynchronizationSynchronization IntroductionSynchronization Concept
Critical section: it is also called a critical section, which is a code segment for accessing and operating
Original address: Linux kernel source Code Analysis--Kernel boot (6) Image kernel boot (do_basic_setup function) (Linux-3.0 ARMv7) TekkamanninjaTransferred from: http://blog.chinaunix.net/uid-25909619-id-4938396.htmlAfter the basic analysis of the
Original address: Linux kernel source Code Analysis--Kernel boot (4) Image kernel boot (setup_arch function) (Linux-3.0 ARMv7) TekkamanninjaTransferred from: http://blog.chinaunix.net/uid-25909619-id-4938393.htmlIn the analysis of the Start_kernel function, there are schema-
embedded Linux development Kernel porting (i)--Kernel kernel introduction First,Linux Kernel1. Introduction to Linux kernelLinux kernel is a free and free, POSIX-compliant Unix-like ope
Date
Kernel version
Architecture
author
GitHub
CSDN
2016-06-02
Linux-4.5
X86 Arm
Gatieme
Linuxdevicedrivers
Linux process management and scheduling--a description of the process
Why kernel threads need
During this time, I read "Linux kernel source code Scenario Analysis" and wrote some insights. Reading the kernel source code is very interesting. It is like a line that concatenates basic computer courses such as operating systems, compilation principles, C language, data structures and algorithms, and computer architecture.
I think the
the process of kernel compilation
1. Download Kernel source code tree extract to/usr/src# Tar XF linux-3.13.5.tar.xz-c/usr/src# Ln-sv/usr/src/linux-3.13.5/usr/src/linux2. The kernel configuration profile is stored in the kernel s
Linux Kernel compilation details, Linux kernel details
After learning some online materials, I tried to find out and sort out this article.
We hope you will criticize and correct the mistakes due to their limited level and improper position.
Important references include:
Http://raspberrypi.stackexchange.com/questions/
Linux Kernel Design and Implementation of Reading Notes, Linux Kernel
Chapter 3 Process Management
1. fork system calls are returned twice from the kernel: one is returned to the sub-process and one is returned to the parent process. the task_struct structure is allocated by
Tags: socket source x86 INF location Architecture level pre compositionThe world is sad to end, the Octopus elder brother also retired, even the non-sincerity does not disturb in the worship diggers also suddenly a lot less. This "Linux kernel cultivation of the road" in excellence, when, China-pub has also been on sale, although serious literature, but in order to ensure fluency, most of the text I also ar
Data exchange between linux kernel and user layer and linux Kernel
1. There are basically System Call interfaces file_operation interfaces: read write ioctl?
Module param of module driver (module parameters of module driver ).
2. kernel startup parameters :?By identifying
Chapter One: Introduction to the Kernel
The scope of the processor's activity at any given point in time:
A, run in the kernel space, in the process context, on behalf of a specific process execution;
b, running in kernel space, in the interrupt context, regardless of any process, handling a particular interrupt;
C, run in user space, execute user process.
When a
Compiling the Linux kernel is the basic function of kernel development, and if we add kernel functionality by directly modifying the Linux kernel code, the modified kernel code must be
)Add I (7->8)----Increase I (7->8)Write back I (8)----Write back I (8)As described above, concurrent access to shared resources, the I value may appear as 8, resulting in unexpected functionality.Several methods and interfaces are available in the Linux kernel to address the above problems.1. Atomic AccessThat is, atomic execution obtains I, adds I, and writes back I 3 instructions. Examples of related inte
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.