安装grub,提示缺少 hal.dll

Posted on 2009年4月09日 10:14

   在Windows XP 下安装 Grub4Dos 开机总是提示 缺少 hal.dll 文件,可能是文件丢失。 貌似是没有将 glrdr.mbr 考到C盘,以前只是将 glrdr 和 gurb.exe 考过去。

 

 哎,才发现原来是把 grldr 写成了glrdr.郁闷中。。。。

Emacs 之 ediff 学习

Posted on 2009年1月01日 17:10

阅读全文

Cygwin 的 ISO 下载收藏

Posted on 2008年12月29日 13:07

阅读全文

Emacs-WiKi-Mode-

Posted on 2008年12月26日 22:40

阅读全文

Emacs 与 VS 的集成

Posted on 2008年12月23日 13:29

阅读全文

Emacs 参阅资料收藏

Posted on 2008年12月23日 10:15

阅读全文

Emacs下安装源代码浏览器 ecb

Posted on 2008年12月21日 16:07

阅读全文

勿把字符数组当字符串

Posted on 2008年11月23日 20:12

字符串之于字符数组

阅读全文

boost之array,效率与优雅之正交点

Posted on 2008年11月15日 22:51

幸而,boost提供了这样一个物件: array, 说到底,array 只是原生数组的浅薄包装而已,效率至上,并且你可以无缝的应用于大部分STL算法中。

阅读全文

编译期之常量区间的实现

Posted on 2008年11月13日 21:50

有时候我们指定一系列区间, 然后由给定值来判定在某个区间之内。初学c语言必定会遇到这样一个问题: 给定学生成绩,来判定是否在A,B,C,D所属之区间内。只不过我们现在研究的是编译期之此等动作。

阅读全文