【发布时间】:2020-03-15 18:38:36
【问题描述】:
我正在尝试开始在 Ubuntu 上进行 Pintos Stanford 项目。我下载了斯坦福网站提供的 tar 文件,但是当我尝试运行时
pintos -- run alarm-multiple
我收到以下错误:
Unrecognized character \x16; marked by <-- HERE after if ($<-- HERE near column 7 at /home/adambomb/src/pintos/src/utils/pintos line 911
我在另一个 stackoverflow 帖子上发现我应该从最新版本的 pintos 中提取:
git clone git://pintos-os.org/pintos-anon pintos
但是这样做会给我一个错误:
Cloning into 'pintos'...
fatal: read error: Connection reset by peer
我不太确定从这里去哪里,可以利用一些见解来解决这些问题中的任何一个。 我真的不知道从这里去哪里。
【问题讨论】:
标签: pintos