Skip to content

fix(git): 🐛 Add .gitattributes

墨涵 郑 requested to merge (removed):main into main

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

Merge request reports