Readme-EN.md 3.0 KB
Newer Older
W
wenjun 已提交
1 2
# Kernel Usage Guidelines

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

W
wenjun 已提交
9
-   [OpenHarmony Lite Kernel File System](openharmony-lite-kernel-file-system.md)
W
wenjun 已提交
10 11 12 13 14 15 16 17 18 19 20 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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
    -   [VFS](vfs.md)
    -   [NFS](nfs.md)
    -   [RAMFS](ramfs.md)
    -   [FAT](fat.md)
    -   [JFFS2](jffs2.md)

-   [Standard Library](standard-library.md)
    -   [Standard Library](standard-library-0.md)
    -   [Differences from the Linux Standard Library](differences-from-the-linux-standard-library.md)

-   [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)

        -   [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)

        -   [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)

    -   [Magic Key Usage](magic-key-usage.md)
    -   [User-Space Exception Information](user-space-exception-information.md)