Categories
- Android (5)
- Cloud Computing (10)
- Development (14)
- Linux (35)
- Uncategorized (36)
- WordPress (5)
Tags
Archives
-
Random Posts
Delicious Bookmarks
- Labor Efficiency: The Next Great Internet Disruption 23 hours ago
- Apache HBase 0.92.0 has been released 2012/02/04
- Ceph 2012/02/04
- Maximize virtio-net performance with vhost-net 2012/02/03
- Android-x86 - Porting Android to x86 2012/02/01
- 中国电信将成立云计算公司 践行“天翼云计算”战略 2012/02/01
Google Reader Shares
- Hudson vs. Jenkins: Is it too soon to declare a winner?
- Galaxy Nexus 的 Super AMOLED 屏幕多了 HD,但少了 Plus
- Faenza Icon theme for Gnome 3.2 makes Ubuntu a little more eye candy
- Google 在台湾、香港及新加坡兴建自己的数据中心,一到两年后启用
- 既定的秩序是教育的结果
- Amazon S3 - 566 Billion Objects, 370,000 Requests/Second, and Hiring!
Links
Meta
Tag Archives: arm
Stefan Ruppert: Introduction into ARM
在 MyARM 的网站上发现了一篇很不错的 ARM Introduction,原文是 pdf 格式的。作者 Stefan Ruppert 是 ARM 4.0 标准的主要构架师之一。下面是正文。 Abstract Introduction into the ARM (Application Response Measurement) Standard defined by The Open Group. First a brief overview of the history of ARM is presented followed by … Continue reading
The Open Group ARM 4.0 SDK – Compiling on Windows
半年前开了个头,今天才写第二篇。这篇文章将介绍 The Open Group ARM 4.0 SDK,以及如何编译该 SDK。本文使用的是 Windows 平台,当然,该 SDK 也可以很好地在 UNIX/Linux 平台下使用,有空时我会写一篇针对 Ubuntu 的攻略。 ARM 4.0 SDK 包含了 C 和 Java 的实现,分别对应于 ARM 4.0 的 C 和 Java 规范。 1. 环境 需要 JDK 1.3.1 或以上,以及 Microsoft Visual C++ … Continue reading
ARM Introduction
我打算写一个系列来介绍 ARM,包括概念、实现、开发、以及与现存的管理软件产品的协作使用,预计包括四到五篇文章。不知何时能写完,不管了,今天先开个头,简单绍介绍介先 开始之前要说明的是,本文所介绍的 ARM 并非那个著名的、做 RISC microprocessors 的 ARM 公司,而是由 The Open Group 制定并维护的、用于监控和衡量软件性能的一套开发标准。以下是引自 ARM 官方网站上的定义: The Application Response Measurement (ARM) standard describes a common method for integrating enterprise applications as manageable entities. The ARM standard allows users to extend … Continue reading