diff --git a/en/device-dev/kernel/kernel-small-start-user.md b/en/device-dev/kernel/kernel-small-start-user.md index d8fd726a892bd1413a7d42c79abaeb8df9492cd1..c1c910972caa8782023bbae7e37ac5e5b54c7c05 100644 --- a/en/device-dev/kernel/kernel-small-start-user.md +++ b/en/device-dev/kernel/kernel-small-start-user.md @@ -57,7 +57,7 @@ Common compilation modes of user-mode programs include: 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. diff --git a/en/device-dev/website.md b/en/device-dev/website.md index ad7e053ed09b77c626098b9503d3c22fbe599f45..f89b34cd8662587b84cefb3711db9b0ab7ddcf0b 100644 --- a/en/device-dev/website.md +++ b/en/device-dev/website.md @@ -247,6 +247,8 @@ - [uname](kernel/kernel-small-debug-shell-cmd-uname.md) - [vmm](kernel/kernel-small-debug-shell-cmd-vmm.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 - [cat](kernel/kernel-small-debug-shell-file-cat.md) - [cd](kernel/kernel-small-debug-shell-file-cd.md) @@ -269,6 +271,8 @@ - [touch](kernel/kernel-small-debug-shell-file-touch.md) - [writeproc](kernel/kernel-small-debug-shell-file-write.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 - [arp](kernel/kernel-small-debug-shell-net-arp.md) - [dhclient](kernel/kernel-small-debug-shell-net-dhclient.md) @@ -311,6 +315,11 @@ - [Linux Kernel Overview](kernel/kernel-standard-overview.md) - [Applying Patches on OpenHarmony Development Boards](kernel/kernel-standard-patch.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 - HDF - [HDF Overview](driver/driver-hdf-overview.md) @@ -424,6 +433,7 @@ - [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 IPC Authentication](subsystems/subsys-security-communicationverify.md) + - [Development on Device Security Level Management](subsystems/subsys-security-devicesecuritylevel.md) - Startup - [Startup](subsystems/subsys-boot-overview.md) - [init Module](subsystems/subsys-boot-init.md)