Readme-EN.md 3.7 KB
Newer Older
M
mamingshuai 已提交
1
# Kernel
W
wenjun 已提交
2

M
mamingshuai 已提交
3 4 5 6 7 8
-   [Lite Kernel](lite-kernel.md)
    -   [OpenHarmony Lite Kernel Basic Functions](openharmony-lite-kernel-basic-functions.md)
        -   [Process](process.md)
        -   [Thread](thread.md)
        -   [Memory](memory.md)
        -   [Network](network.md)
W
wenjun 已提交
9

M
mamingshuai 已提交
10 11 12 13 14 15
    -   [OpenHarmony Lite Kernel File System](openharmony-lite-kernel-file-system.md)
        -   [VFS](vfs.md)
        -   [NFS](nfs.md)
        -   [RAMFS](ramfs.md)
        -   [FAT](fat.md)
        -   [JFFS2](jffs2.md)
W
wenjun 已提交
16

M
mamingshuai 已提交
17 18 19
    -   [Standard Library](standard-library.md)
        -   [Standard Library](standard-library-0.md)
        -   [Differences from the Linux Standard Library](differences-from-the-linux-standard-library.md)
W
wenjun 已提交
20

M
mamingshuai 已提交
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
    -   [Commissioning](commissioning.md)
        -   [Introduction to the Shell](introduction-to-the-shell.md)
        -   [Shell Command Development Guidelines](shell-command-development-guidelines.md)
        -   [Shell Command Programming Example](shell-command-programming-example.md)
        -   [Shell Command Reference](shell-command-reference.md)
            -   [System Commands](system-commands.md)
                -   [cpup](cpup.md)
                -   [date](date.md)
                -   [dmesg](dmesg.md)
                -   [exec](exec.md)
                -   [free](free.md)
                -   [help](help.md)
                -   [hwi](hwi.md)
                -   [kill](kill.md)
                -   [log](log.md)
                -   [memcheck](memcheck.md)
                -   [oom](oom.md)
                -   [pmm](pmm.md)
                -   [reset](reset.md)
                -   [sem](sem.md)
                -   [stack](stack.md)
                -   [su](su.md)
                -   [swtmr](swtmr.md)
                -   [systeminfo](systeminfo.md)
                -   [task](task.md)
                -   [uname](uname.md)
                -   [vmm](vmm.md)
                -   [watch](watch.md)
W
wenjun 已提交
49

M
mamingshuai 已提交
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
            -   [File Commands](file-commands.md)
                -   [cat](cat.md)
                -   [cd](cd.md)
                -   [chgrp](chgrp.md)
                -   [chmod](chmod.md)
                -   [chown](chown.md)
                -   [cp](cp.md)
                -   [format](format.md)
                -   [ls](ls.md)
                -   [lsfd](lsfd.md)
                -   [mkdir](mkdir.md)
                -   [mount](mount.md)
                -   [partinfo](partinfo.md)
                -   [partition](partition.md)
                -   [pwd](pwd.md)
                -   [rm](rm.md)
                -   [rmdir](rmdir.md)
                -   [statfs](statfs.md)
                -   [sync](sync.md)
                -   [touch](touch.md)
                -   [writeproc](writeproc.md)
                -   [umount](umount.md)
W
wenjun 已提交
72

M
mamingshuai 已提交
73 74 75 76 77 78 79 80 81 82 83 84
            -   [Network Commands](network-commands.md)
                -   [arp](arp.md)
                -   [dhclient](dhclient.md)
                -   [dns](dns.md)
                -   [ifconfig](ifconfig.md)
                -   [ipdebug](ipdebug.md)
                -   [netstat](netstat.md)
                -   [ntpdate](ntpdate.md)
                -   [ping](ping.md)
                -   [ping6](ping6.md)
                -   [telnet](telnet.md)
                -   [tftp](tftp.md)
W
wenjun 已提交
85

M
mamingshuai 已提交
86 87 88 89 90 91 92
        -   [Magic Key Usage](magic-key-usage.md)
        -   [User-Space Exception Information](user-space-exception-information.md)

-   [Linux Kernel](linux-kernel.md)
    -   [Linux Kernel Overview](linux-kernel-overview.md)
    -   [Guidelines for Using Patches on OpenHarmony Development Boards](guidelines-for-using-patches-on-openharmony-development-boards.md)
    -   [Guidelines for Compiling and Building the Linux Kernel](guidelines-for-compiling-and-building-the-linux-kernel.md)
W
wenjun 已提交
93