Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 4 of 4) sorted by relevance

/DragonOS/docs/
H A Dmake.bat17 echo.
18 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
19 echo.installed, then set the SPHINXBUILD environment variable to point
20 echo.to the full path of the 'sphinx-build' executable. Alternatively you
21 echo.may add the Sphinx directory to PATH.
22 echo.
23 echo.If you don't have Sphinx installed, grab it from
24 echo.http://sphinx-doc.org/
/DragonOS/tools/
H A DDockerfile28 echo "export PATH=\"\$HOME/.cargo/bin:\$PATH\"" >> ~/.bashrc && \
34 echo "正在安装DragonOS所需的rust组件...首次安装需要一些时间来更新索引,请耐心等待..." && \
/DragonOS/docs/introduction/
H A Dbuild_system.md143 echo "export PATH=\"\$HOME/.cargo/bin:\$PATH\"" >> ~/.bashrc
149 echo -e "[source.crates-io] \n \
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs105 echo: bool, field
146 echo: false, in new()
907 if self.icanon && !self.echo { in zero_buffer()
1945 ldata.echo = true; in set_termios()