Iru Cai
Iru Cai
Now GTX 750 works but doesn't work with xf86-video-nouveau. coreboot with Linux payload works and supports the nVIDIA card. NVMe boot is not tested yet.
一般就是数字签名吧,弱一点的话就是只有散列。
flash的流程是怎样的? 我对私有刷写协议不了解,只会用flashrom.
现在的代码应该把Qt4的东西都删了,我又改了下Mac的CMakeLists,你现在更新一下代码再试一下。
刚刚修复了Clang的编译问题。 我是在这个 issue 之后加的 -Werror 编译选项的,原来的问题可能还没解决。
https://github.com/mytbk/fqterm/blob/2b710519f23faa91c130d25bd5b17f4456e303c5/src/common/fqterm.h#L50-L65 It seems that after Qt 4.7, FQTerm converts characters from GB18030 to Unicode. I still don't know how FQTerm handles the characters yet. And FQTerm has its get_str_width(uint32_t) in...
I've pushed a commit a05d0569d52dfe10b62a6e51c5cc41c7fe1e583f in todo branch. However, I don't think it's a good solution so I'm not going to merge this.
For gvim, we need to use `gvim --nofork` And we shouldn't write the BOM to the tmp file.
啊,我发现我好久没更新了,我这个学期也非常忙。我希望在这个学期的学习中,提高一下自己读代码的能力,争取能对程序做些修改。
Just saw there's a secureboom branch. I did some experiment today, and found there is cache refill caused by transient instructions. However, I'm not able to make a exploit yet...