未验证 提交 9d7f3e54 编写于 作者: O openharmony_ci 提交者: Gitee

!3590 修改website--不涉及翻译

Merge pull request !3590 from Austin/OpenHarmony-3.1-Release
...@@ -57,7 +57,7 @@ Common compilation modes of user-mode programs include: ...@@ -57,7 +57,7 @@ Common compilation modes of user-mode programs include:
clang --target=arm-liteos --sysroot=prebuilts/lite/sysroot -o helloworld helloworld.c clang --target=arm-liteos --sysroot=prebuilts/lite/sysroot -o helloworld helloworld.c
``` ```
Before running the **clang** command, install the LLVM compiler. For details, see [Installing LLVM](../quick-start/quickstart-lite-package-environment.md#section711117144296). Before running the **clang** command, install the LLVM compiler. For details, see [Installing LLVM](../quick-start/quickstart-lite-steps-hi3861-setting.md).
**--target=arm-liteos**: specifies the compilation platform, which is arm-liteos. **--target=arm-liteos**: specifies the compilation platform, which is arm-liteos.
......
...@@ -247,6 +247,8 @@ ...@@ -247,6 +247,8 @@
- [uname](kernel/kernel-small-debug-shell-cmd-uname.md) - [uname](kernel/kernel-small-debug-shell-cmd-uname.md)
- [vmm](kernel/kernel-small-debug-shell-cmd-vmm.md) - [vmm](kernel/kernel-small-debug-shell-cmd-vmm.md)
- [watch](kernel/kernel-small-debug-shell-cmd-watch.md) - [watch](kernel/kernel-small-debug-shell-cmd-watch.md)
- [reboot](kernel/kernel-small-debug-shell-cmd-reboot.md)
- [top](kernel/kernel-small-debug-shell-cmd-top.md)
- File Commands - File Commands
- [cat](kernel/kernel-small-debug-shell-file-cat.md) - [cat](kernel/kernel-small-debug-shell-file-cat.md)
- [cd](kernel/kernel-small-debug-shell-file-cd.md) - [cd](kernel/kernel-small-debug-shell-file-cd.md)
...@@ -269,6 +271,8 @@ ...@@ -269,6 +271,8 @@
- [touch](kernel/kernel-small-debug-shell-file-touch.md) - [touch](kernel/kernel-small-debug-shell-file-touch.md)
- [writeproc](kernel/kernel-small-debug-shell-file-write.md) - [writeproc](kernel/kernel-small-debug-shell-file-write.md)
- [umount](kernel/kernel-small-debug-shell-file-umount.md) - [umount](kernel/kernel-small-debug-shell-file-umount.md)
- [du](kernel/kernel-small-debug-shell-file-du.md)
- [mv](kernel/kernel-small-debug-shell-file-mv.md)
- Network Commands - Network Commands
- [arp](kernel/kernel-small-debug-shell-net-arp.md) - [arp](kernel/kernel-small-debug-shell-net-arp.md)
- [dhclient](kernel/kernel-small-debug-shell-net-dhclient.md) - [dhclient](kernel/kernel-small-debug-shell-net-dhclient.md)
...@@ -311,6 +315,11 @@ ...@@ -311,6 +315,11 @@
- [Linux Kernel Overview](kernel/kernel-standard-overview.md) - [Linux Kernel Overview](kernel/kernel-standard-overview.md)
- [Applying Patches on OpenHarmony Development Boards](kernel/kernel-standard-patch.md) - [Applying Patches on OpenHarmony Development Boards](kernel/kernel-standard-patch.md)
- [Guidelines for Building the Linux Kernel](kernel/kernel-standard-build.md) - [Guidelines for Building the Linux Kernel](kernel/kernel-standard-build.md)
- Enhanced Kernel Features
- [Enhanced SWAP](kernel-standard-mm-eswap.md)
- Task Scheduling
- [Related Thread Group](kernel-standard-sched-rtg.md)
- [Lightweight CPU Isolation](kernel-standard-sched-cpuisolation.md)
- Driver - Driver
- HDF - HDF
- [HDF Overview](driver/driver-hdf-overview.md) - [HDF Overview](driver/driver-hdf-overview.md)
...@@ -424,6 +433,7 @@ ...@@ -424,6 +433,7 @@
- [Development Guidelines on Application Signature Verification](subsystems/subsys-security-sigverify.md) - [Development Guidelines on Application Signature Verification](subsystems/subsys-security-sigverify.md)
- [Development Guidelines on Application Permission Management](subsystems/subsys-security-rightmanagement.md) - [Development Guidelines on Application Permission Management](subsystems/subsys-security-rightmanagement.md)
- [Development Guidelines on IPC Authentication](subsystems/subsys-security-communicationverify.md) - [Development Guidelines on IPC Authentication](subsystems/subsys-security-communicationverify.md)
- [Development on Device Security Level Management](subsystems/subsys-security-devicesecuritylevel.md)
- Startup - Startup
- [Startup](subsystems/subsys-boot-overview.md) - [Startup](subsystems/subsys-boot-overview.md)
- [init Module](subsystems/subsys-boot-init.md) - [init Module](subsystems/subsys-boot-init.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册