上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 68 下一页
  2009年4月9日
摘要: MIPS指令集架构指令集架构ISA全称为Instruction Set Architecture,MIPS自从1988年提出后,不断扩展,其ISA大致如下:MIPS I这是基本的MIPS指令集,早期的R2000和R3000处理器实现了该指令集。MIPS IIR6000处理器引入该指令集,它增加了load linked、条件存储和分支等指令。还改进了FPU指令集,支持64位读写。MIPS III于1992年R4000处理器引入。增加了64位寄存器和整数指令,以及平方根FP指令。MIPS IVR8000处理器实现了该指令集,增加了条件move和平方根FPU指令集求倒数指令。MIPS VMIPS V 阅读全文
posted @ 2009-04-09 11:38 YangJin 阅读(691) 评论(0) 推荐(0) 编辑
  2009年4月7日
摘要: phoneME建立DirectFB1、介绍DirectFB是一开源图形硬件抽象库。DirectFB是一瘦软件层,可直接映射图形调用为硬件加速feature。然而,DirectFB还提供了背后的软件模拟。本文描述了怎样建立phoneME Advanced使用的DirectFB。除了core DirectFB库之外,还需要两个补充库:1)Linux Fusion是一个Linux内核模块,提供线程抽象,允许多种DirectFB应用程序并行运行。2)Simple DirectMedia Layer(SDL)是一可选的多媒体库,使得它更容易运行和调试基于DirectFB的应用程序。SDL允许Direct 阅读全文
posted @ 2009-04-07 13:26 YangJin 阅读(173) 评论(0) 推荐(0) 编辑
  2009年4月1日
摘要: CLDC HI虚拟机CLDC HI即CLDC HotSpot Implementation,是Sun公司KVM虚拟机的商业级实现。一、CLDC HI的特征:1)支持CLDC 1.0、1.1和1.1.1;2)改进了应用程序的启动时间;3)改进了应用程序的执行速度;4)提前编译(可选);5)原地执行(可选);6)多任务支持(可选)。CLDC HI是KVM的替代品,与之相比:更好的性能、非常快的应用启动。二、CLDC HI虚拟机的主要设计特征:1)在静态内存footprint方面还保持适度的尺寸;2)代码整洁、可移植;3)可调的、模块化的、可定制;4)适度的电池消耗。CLDC HI虚拟机是用C++写 阅读全文
posted @ 2009-04-01 22:31 YangJin 阅读(158) 评论(0) 推荐(0) 编辑
  2009年3月31日
摘要: MIPS架构的交叉编译工具问题某些MIPS架构的机顶盒提供了六种交叉编译工具GCC,如下:· mipsel-linux-gcc· mipsel-linux-uclibc-gcc· mipsel-uclibc-gcc· mips-linux-gcc· mips-linux-uclibc-gcc· mips-uclibc-gcc这六种有什么区别?分别用于什么情况呢?1)首先,mips和mipsel的主要区别在于Big Endian(大端)和Little Endian(小端)结构。mips对应的是Big Endian;mipsel对应的是L 阅读全文
posted @ 2009-03-31 13:40 YangJin 阅读(538) 评论(0) 推荐(0) 编辑
  2009年3月30日
摘要: Building a phoneME Feature Software Reference Port (MR4)The phoneME Feature Software is the Open Source version of Sun Microsystems' commercial implementation, the Sun Java Wireless Client software. The phoneME Feature software is built on top of CLDC, the Open Source version of Sun Microsystems 阅读全文
posted @ 2009-03-30 15:56 YangJin 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Building a CLDC Reference Port (phoneME Feature MR4)CLDC software is the OSS community version of Sun Microsystems' Connected Limited Device Configuration HotSpot™ Implementation virtual machine.This document has the following sections: * Building CLDC Software on a Windows x86 Build Platform * 阅读全文
posted @ 2009-03-30 15:54 YangJin 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Building a PCSL Reference Port (phoneME Feature MR4)This document contains instructions for building a PCSL reference port. It has the following sections: * Building PCSL Software on a Windows x86 Build Platform * Building PCSL DocumentationPCSL libraries are used to build CLDC and the phoneME F... 阅读全文
posted @ 2009-03-30 15:53 YangJin 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Building the JavaCall Porting Layer (phoneME Feature MR4)The JavaCall porting layer provides a uniform set of APIs that improve and simplify the phoneME Feature software porting process.To build a default implementation of the JavaCall porting layer, you take the following general steps: * Set env.. 阅读全文
posted @ 2009-03-30 15:52 YangJin 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Setting Up Your Build phoneME Feature Environment (MR4)This section describes how to prepare your Windows x86 build environment for building the JavaCall porting layer, PCSL, CLDC, and phoneME Feature client software.This document contains the following sections: * Setting Up the Windows x86 Build.. 阅读全文
posted @ 2009-03-30 15:51 YangJin 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Before You Begin phoneME Feature(MR4)This document contains the following sections: * Document Notes and Conventions * Setting Variables for Your Build Environment * Including Optional Packages in Your Builds * Building with the make -C OptionNote: This section contains information you might... 阅读全文
posted @ 2009-03-30 15:48 YangJin 阅读(138) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 68 下一页