Intel and Wind River driving Linux infotainment systems to cars


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Intel and Wind River driving Linux infotainment systems to cars
# 1  
Old 05-20-2008
Intel and Wind River driving Linux infotainment systems to cars

Tue, 20 May 2008 19:00:00 GMT
Linux is in our computers, our phones, our Wi-Fi equipment, and our TiVos -- why not our cars? Intel Corp. and Wind River have been working with both the embedded and automotive industries to advance in-vehicle infotainment (IVI) with open, Linux-based, standards-based, interoperable hardware and software called Open Infotainment Platforms (OIP).


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Has anyone ever compiled Linux soley using the intel compilers

A while ago I heard that a group of people did this, but the internet changes, and I can no longer find the relevant sources or hearsay. Is this even possible? (2 Replies)
Discussion started by: surrealdeal
2 Replies

2. UNIX for Dummies Questions & Answers

UNIX/Linux/Distributions - driving me crazy...

Hello there, first of all: I do not want to become a hacker. you cannot do that. you cannot learn that from a book. Don't think I'm some kind of a script-kiddie. now that's settled let's start. I've been trying around with a lot of OS lately. I have backtrack5 installed on my notebook,... (10 Replies)
Discussion started by: Dr. Nick
10 Replies

3. SCO

Intel Rack Mount Systems

I wanted to install SCO Openserver 6.0.0 on this system Intel Server System SR2625UR - Overview The problem was that the installation routine requested input from the keyboard before loading the USB keyboard driver. I resolved the issue by: Building a simple desktop system with an IDE... (2 Replies)
Discussion started by: jgt
2 Replies

4. UNIX for Dummies Questions & Answers

installing unix/linux on HP(INTEL INSIDE) LAPTOP.

Please inform me on how to install unix/Linus on hp(Intel inside) lap top computer, with windows xp inside. Thank you. (2 Replies)
Discussion started by: princektwo
2 Replies

5. UNIX for Advanced & Expert Users

how linux get install on intel as well as other processors.

I am beginner to os world. Is OS dependent on hardware()? i guess yes. then how linux get install on intel as well as other processors? Is there any unix os for intel processors? (3 Replies)
Discussion started by: meet2kris
3 Replies

6. News, Links, Events and Announcements

Intel Benchmark Test: Linux Goes to 600,000

For story: http://story.news.yahoo.com/news?tmpl=story&cid=75&ncid=738&e=9&u=/nf/20030606/tc_nf/21680 (0 Replies)
Discussion started by: Neo
0 Replies

7. UNIX for Dummies Questions & Answers

oracle db on linux on intel 200

hi all, i wanted to have a linux box. And then an oracle db running on it all on a intel 200mhz. the purpose is so that i can have real experience in administering the database and linux as well.. the main thought is that its fine if i crashed it as it will not hamper any business... (5 Replies)
Discussion started by: yls177
5 Replies
Login or Register to Ask a Question
LIBPFM(3)						     Linux Programmer's Manual							 LIBPFM(3)

NAME
libpfm_intel_p6 - support for Intel P5 based processors SYNOPSIS
#include <perfmon/pfmlib.h> PMU name: pm, ppro, pii, piii, p6 PMU desc: Intel Pentium M, Intel Pentium Pro, Intel Pentium II, Intel Pentium III, Intel P6 DESCRIPTION
The library supports all Intel P6-based processors all the way back to the Pentium Pro. Although all those processors offers the same PMU architecture, they differ in the events they provide. MODIFIERS
The following modifiers are supported on all Intel P6 processors: u Measure at user level which includes privilege levels 1, 2, 3. This corresponds to PFM_PLM3. This is a boolean modifier. k Measure at kernel level which includes privilege level 0. This corresponds to PFM_PLM0. This is a boolean modifier. i Invert the meaning of the event. The counter will now count cycles in which the event is not occurring. This is a boolean modifier e Enable edge detection, i.e., count only when there is a state transition. This is a boolean modifier. c Set the counter mask value. The mask acts as a threshold. The counter will count the number of cycles in which the number of occur- rences of the event is greater or equal to the threshold. This is an integer modifier with values in the range [0:255]. AUTHORS
Stephane Eranian <eranian@gmail.com> September, 2009 LIBPFM(3)