The source project of this merge request has been removed.
fix(git): 🐛 Add .gitattributes
Add .gitattributes to avoid line ending problems of perl scripts in /utils . All .pl file will be forced to end with LF.
有些时候git会将utils中的两个perl脚本的换行符更改为crlf,造成比较令人困惑的问题。
make
- AS boot/start.S
- CC boot/boot.c LD -> build/boot/boot CREATE -> build/boot/boot.img make: utils/genboot.pl: No such file or directory make: *** [Makefile:85: build/boot/boot.img] Error 127