`
feixf1974
  • 浏览: 42167 次
  • 来自: ...
社区版块
存档分类
最新评论
文章列表
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. So I tried the standard method and that doesn't work because KVM automatically assumes that it should ...
安装完JRE 1.6后, Symbian模拟器可以使用, 不过当使用菜单中的"Utilities"和"Preferennces"时, 出现错误提示"Cannot start ECMT Manager".出现这种情况是因为Symbian模拟器对新的JRE支持不够的原因. 如果这个时候你卸载新版的JRE, 改装老的JRE 1.4, 那自然是没有问题了. 不过这样实在是太麻烦了, 我在这里介绍一种更方便的方法.Symbian模拟器对JRE的支持是写在配置文件中的, 所以我们其实只需简单的修改一下配置文件, 让Symbian模拟器支持JRE 1 ...

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(/dev/fb0),使用图形模式。这样做有两个好处,一个是可以得到一个分辨率更大的彩色终端,另外一个是可以在启动时将logo打印上去(文本模式是肯定不行的,除非像BSD那样用字符画个logo)。BIOS ...
使用方法,网上有很多文章可以参考: 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_Guide 创建一个虚拟硬盘 $ qemu-img create -f qcow hda.img 10G 创建文件系统 sudo dd if=/dev/zero of=rootfs.img bs=1M co ...
1. 将android system.img 中文件打包到PC bash-3.2# mount    rootfs on / type rootfs (rw)    /dev/pts on /dev/pts type devpts (rw)    /proc on /proc type proc (rw)    /sys on /sys type sysfs (rw)    /dev/block/mtdblock0 on /system type yaffs2 (rw,nodev,noatime,nodiratime)    /dev/block/mtdblock1 on /data type ...
转自:http://momodalo.blogspot.com/2008/02/android-porting-experience.html Recently, I have spent 3 working days on porting Android to our PXA270 HW platform Brief Condition: HW: PXA270 with PCI and IDE support SW: Linux 2.6.21 source code with our own driver (for PCI & IDE) Linux 2.6.23 source code ...
作者:刘旭晖 colorant@163.com 转载请注明出处 http://blog.csdn.net/colorant/ 移植Android的kernel到实际的硬件平台上,很多人很早就做过这件事了,不过相关的文档和经验总结不多,我就写一个吧,也为了自己记录一下大致的流程,以后好继续。 1         Android内核Porting相关背景知识 1.1        运行平台 Google的Android平台到今天为止(2008-2-27),应用层部分还是以二进制的Binary的形式发布的,其编译的目标平台是ARM926EJ-S的CPU属于ARMV5T的版本,所以ARMV4架构的CP ...
C++ Formatter 是用來對C/C++程式碼進行排版的工具,對於改來改去已經改的一團亂的程式碼來說,這真是救命仙丹,馬上讓程式碼回到"優雅"的狀態。由於CDT的編輯器並無內建 Formatter ,因此借助其他工具。這裡我們要使用的是Artistic Style。 astyle 的網站在這 http://sourceforge.net/projects/astyle 下載 astyle_1.15.3_win32.zip或至 高附中資訊教育網下載 astyle_1.15.3_win32.zip 解壓縮之後放在適當的位置即可。 在Eclipse我們必須藉由" ...
转自:http://blog.csdn.net/iroulove/archive/2007/08/08/1730916.aspx 老早就想在WINDOW下搭建个环境来试试了,但是处于某些原因,一直没能做完,正好,由于要写个编译器的项目设计,又不想到LINUX下去弄,反正放假,有时间,就索性搏它一搏 ...
在OpenSUSE中使用了2.6 kernel所支持的cpio initrd。我们需要手工更新这个initrd时需要一系列的操作。这里记录下来: 解开一个cpio initrd: > mkdir work > cp /boot/initrd.img ./initrd.img.gz > gunzip -c initrd.img.gz > cpio -i --make-directories < initrd.img 制作一个cpio initrd > find . | cpio -c -o > ../initrd.img > gz ...
1、解惑 spring 嵌套事务 http://www.iteye.com/topic/35907?page=1 2、spring事务探索 http://www.iteye.com/topic/11190?page=1 3、Spring事务管理与数据库连接 http://www.iteye.com/topic/11738 4、spring 管理事务总结--包括如何正确地回滚事务 http://www.iteye.com/topic/9842?page=1
Global site tag (gtag.js) - Google Analytics