
Linux
文章平均质量分 72
iteye_9577
这个作者很懒,什么都没留下…
展开
-
eclipse 3.3 + cdt 4.0 + MinGW 5.1.3 配置WINDOWS下的C/C
转自:http://blog.youkuaiyun.com/iroulove/archive/2007/08/08/1730916.aspx 老早就想在WINDOW下搭建个环境来试试了,但是处于某些原因,一直没能做完,正好,由于要写个编译器的项目设计,又不想到LINUX下去弄,反正放假,有时间,就索性搏它一搏。弄了好长时间,页面不断,这东西也真不好弄,资料也不是很多,要不就是和自己的情况不一致,经过笔者...2008-03-25 13:58:55 · 145 阅读 · 0 评论 -
安裝C++ formatter
C++ Formatter 是用來對C/C++程式碼進行排版的工具,對於改來改去已經改的一團亂的程式碼來說,這真是救命仙丹,馬上讓程式碼回到"優雅"的狀態。由於CDT的編輯器並無內建 Formatter ,因此借助其他工具。這裡我們要使用的是Artistic Style。 astyle 的網站在這 http://sourceforge.net/projects/astyle 下載 asty...2008-03-25 14:00:27 · 193 阅读 · 0 评论 -
使用QEMU仿真ARM Linux系统
使用方法,网上有很多文章可以参考: http://www.aurel32.net/info/debian_arm_qemu.php http://qemu-forum.ipi.fi/viewtopic.php?p=11353 http://jun7903.blog.sohu.com/rss http://en.opensuse.org/MicroSUSE_System_Builder%27s_Gu...2008-05-21 21:30:33 · 373 阅读 · 0 评论 -
Linux的framebuffer
我用qemu虚拟了一个SuSE10.2。/boot/grub/menu.lst文件中有这么一行: kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/hda2 vga=0x317 resume=/dev/hda1 splash=silent showopts其中的vga=0x317(十进制是791)就是告诉BIOS开启framebuffer(...2008-05-21 22:04:42 · 151 阅读 · 0 评论 -
Headless KVM on Ubuntu Gutsy 7.10 without SDL usin
I was playing around with using KVM because I have used Xen and I was wondering about KVM. I have headless servers which I use to play around with this stuff and they don't have X installed on them. ...原创 2008-07-24 08:03:05 · 139 阅读 · 0 评论