Ai
1 Star 0 Fork 1

orange1710/EleOS

forked from Calon/EleOS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
debug.sh 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
Calon 提交于 2023-06-08 20:48 +08:00 . modify the words in the string
#! /bin/bash
echo "Please running \`debug.sh\` after:"
echo " 1. Running \`make build\` and \`./comp\`."
echo " 2. Running \`make qdebug\` in an another terminal."
echo "Input the key 'c' to continue."
while read -r -t 0; do nop ; done
while read temp ;
do
if [ ${temp} = 'c' ]; then
gdb ./environment/boot/kernel.bin -ex "target remote:1234"
exit 0
fi
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/orange1710/EleOS.git
git@gitee.com:orange1710/EleOS.git
orange1710
EleOS
EleOS
master

搜索帮助