• Home
  • Raw
  • Download

Lines Matching +full:system +full:- +full:on +full:- +full:module

1 # LiteOS Cortex-A<a name="EN-US_TOPIC_0000001096612501"></a>
3 - [Introduction](#section11660541593)
4 - [Directory Structure](#section161941989596)
5 - [Constraints](#section119744591305)
6 - [Usage](#section741617511812)
7 - [Preparations](#section1579912573329)
8 - [Source Code Acquisition](#section11443189655)
9 - [Compilation and Building](#section2081013992812)
11 - [Repositories Involved](#section1371113476307)
15-A is a new-generation kernel developed based on the Huawei LiteOS kernel. Huawei LiteOS is a ligh…
17 **Figure 1** Architecture of the OpenHarmony LiteOS Cortex-A kernel<a name="fig27311582210"></a>
18 ![](figures/architecture-of-the-openharmony-liteos-cortex-a-kernel.png "architecture-of-the-openhar…
24 ├── apps # User-space init and shell application programs
25 ├── arch # System architecture, such as ARM
27 … # Code of the driver and adaptation layer module related to the FreeBSD, such as the USB m…
33 │ ├── quickstart # APIs for quick start of the system
36 ├── fs # File system module, which mainly derives from the NuttX open-source pr…
37 │ ├── fat # FAT file system
38 │ ├── jffs2 # JFFS2 file system
40 │ ├── nfs # NFS file system
41 │ ├── proc # proc file system
42 │ ├── ramfs # RAMFS file system
51 ├── net # Network module, which mainly derives from the lwIP open-source project
52 ├── platform # Code for supporting different systems on a chip (SOCs), such as Hi3516…
56 ├── platform # Code for supporting different systems on a chip (SOCs), such as Hi3516…
58 ├── syscall # System calling
64 - Programming languages: C and C++
65 - Applicable development boards: Hi3516D V300
66 - Hi3516D V300 uses the FAT file system by default.
70-A supports the [Hi3516D V300](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick
74 You need to set up the compilation environment on Linux.
76 - [Setting Up Ubuntu Development Environment](https://gitee.com/openharmony/docs/blob/master/en/d…
77 - For Hi3516D V300, see [Setting Up the Hi3516 Development Environment](https://gitee.com/openha…
81 …source code on a Linux server to acquire the [source code](https://gitee.com/openharmony/docs/blo…
87 - [Developing the First Example Program Running on Hi3516](https://gitee.com/openharmony/docs/blo…