git clone https://github.com/hongmingjian/epos.git
cd epos
make run
报错:
---省略---
make[1]: Leaving directory '/mnt/d/CourseFiles/大二下/操作系统/epos/userapp'
if [ ! -s hd.img ]; then base64 -d hd.img.bz2.txt | bunzip2 >hd.img ; fi
base64: invalid input
bunzip2: Compressed file ends unexpectedly;
perhaps it is corrupted? *Possible* reason follows.
bunzip2: Inappropriate ioctl for device
Input file = (stdin), output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
make: *** [Makefile:21: hd.img] Error 2
root@DESKTOP-DAH1J73:/mnt/d/CourseFiles/大二下/操作系统/epos#
编译时遇到问题
报错:
base64版本:base64 (GNU coreutils) 8.30 在 WSL Debian 和 MSYS2 上都试了一下,😭