原创 編寫CMA驅動 遇到 error: dereferencing pointer to incomplete type

寫了一個CMA驅動,make編譯後:  error: dereferencing pointer to incomplete type ‘struct cma’      cma->name, cma->base_pfn); 意思是cma

原创 vim裏的着色

常用分組(可以自定義名字) Comment    : 註釋 Constant   : 常量,例如數字、引號內字符串、布爾值。 Identifier : 變量標識符名稱。 Statement  : 編程語言的聲明,一般是像“if”或“whi

原创 YouComplete的ycm問題

cd .vim/bundle/YouCompleteMe ./install.py --clang-completer 編譯完成 cp third_party/ycmd/examples/.ycm_extra_conf.py ~/.vim