Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 668 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 668 Bytes

HiShell

HiShell is the shell for the HybridOS.

Table of Contents

How to Build

Build as part of HybridOS Device Side

For more information, see HybridOS Device Side.

Build Alone

  • Build the Application

    # cd hishell
    # cmake .
    # make

    The output directory is "hishell\bin". All files the OS depends on, will be in this folder, executable files, configuration files, and some bash files are inclusive.

  • Run In dirctory "hishell/bin", type:

    # cd hishell/bin
    # source env.sh
    # ./mginit