Kernel and BSP transplantation methodof openEuler open source system
A kernel and system technology, applied in the field of openEuler operating system transplantation, can solve the problems of upper layer application development affected, no bottom layer, and new functions cannot be developed, etc., to achieve GF use value, save time and cost, and widely open source applications Effect
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0043] In order to better understand the technical content of the present invention, specific embodiments are given together with the attached drawings for description as follows.
[0044] First, some terms in the present invention are explained:
[0045] (1) Patch refers to a patch, which means a file patch, etc., and is also a kind of computer command program.
[0046] In the process of code development, it is often necessary to modify the source code. When the code is merged, it is generally submitted in the form of a patch, so you need to understand the generation of the patch and the application of the patch. The so-called patch is actually a file comparison, and the patch can be obtained by using the diff command (ref2) on Linux. The specific command is:
[0047] diff-uprN test1 / test2 / >test.patch
[0048] The above command compares the code differences between the test1 path and the test2 path. If there is no need to compare certain content, use --exclude-from=xx after...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


