[linuxkernelnewbies] New and Updated Processor Specifications - The ChipList 2

2010-04-05 Thread Peter Teoh
http://www.chiplist.com/new/processor_specifications/ Fri 20 Feb 2009, 11:59 Sun 25 Jan 2009, 16:29 Intel Core 2 Quad Q9xxx series processor (Yorkfield) Fri 23 Jan 2009, 11:38 Intel Core 2 Quad Q9xxx/Q8xxx series processor (Yorkfield-6M) Fri 23 Jan 2009, 11:36 Intel Core 2

[linuxkernelnewbies] Multiqueue networking [LWN.net]

2010-04-04 Thread Peter Teoh
http://lwn.net/Articles/289137/ Multiqueue networking By Jonathan Corbet July 8, 2008 One of the fundamental data structures in the networking subsystem is the transmit queue associated with each device. The core networking code will call a driver's hard_start_xmit() function to let the

[linuxkernelnewbies] The Twisted networking framework version 9.0.0 [LWN.net]

2010-04-04 Thread Peter Teoh
http://lwn.net/Articles/365806/ The Twisted project is building a Pythonic networking engine with many uses. >From the Twisted home page: "Twisted is an event-driven networking engine written in Python and licensed under the MIT license." Also: "Twisted projects variously support TCP, UDP,

[linuxkernelnewbies] Research Results | Analysis and Test of Real-Time Linux Operating Systems

2010-04-04 Thread peter teoh
http://sarpresults.ivv.nasa.gov/ViewResearch/7.jsp Analysis and Test of Real-Time Linux Operating Systems Point of Contact Kalynnda Berens kalynnda.m.ber...@grc.nasa.gov Dates October 2001 - September 2004

[linuxkernelnewbies] thread_info/linux - 株式会 社ひらコンサルティング

2010-04-03 Thread Peter Teoh
http://hira-consulting.com/linux/index.php?thread_info%2Flinux 最新の100件 2010-03-28 RecentDeleted 0-関数・マクロの雛形/linux 2010-03-23 Linux詳説 2010-02-14 percpu_read_stable()/linux 2010-02-13 percpu_write()/linux percpu_from_op()/linux __percpu_arg()/linux percpu_to_op()/linux

[linuxkernelnewbies] Ticket spinlocks [LWN.net]

2010-04-03 Thread Peter Teoh
http://lwn.net/Articles/267968/?format=printable Ticket spinlocks

[linuxkernelnewbies] Paravirtual spinlocks [LWN.net]

2010-04-03 Thread Peter Teoh
http://lwn.net/Articles/289039/ At the most recent Xen Summit, Thomas Friebel presented a paper ("Preventing Guests from Spinning Around", http://xen.org/files/xensummitboston08/LHP.pdf) investigating the interactions between spinlocks and virtual machines. Specifically, he looked at what

[linuxkernelnewbies] MIPS Address Space

2010-04-02 Thread Peter Teoh
http://www.johnloomis.org/microchip/pic32/memory/memory.html MIPS Address Space With a MIPS CPU the addresses you put in your programs are never the same as the physical addresses that come out of the chip (sometimes they are simply related, but they're not not same). We can refer to them as

[linuxkernelnewbies] Dr Nikolai Bezroukov. Solaris vs. Linux: Framework for the Comparison. Part 11: Webliography

2010-03-31 Thread Peter Teoh
http://www.softpanorama.org/Articles/Linux_vs_Solaris/webliography.shtml Solaris vs. Linux: Framework for the Comparison by Dr Nikolai Bezroukov Prev Contents Next 11. Webliography

[linuxkernelnewbies] How to enable L2 cache for overdrive CPUs

2010-03-31 Thread Peter Teoh
http://lkml.org/lkml/2003/2/26/88 Some CPU overdrives (such as those made by powerleap) mean that we get a CPU with L2 cache disabled by default, and a BIOS that doesn't know how to turn it on. The patch below is untested, and I'd like some feedback from folks (preferably those with these

[linuxkernelnewbies] Re: File in Kernel Module

2010-03-29 Thread Peter Teoh
how about sys_unlink()? or sys_unlinkat()? if u strace rm command, u can see that unlinkat() is being called. On Mar 28, 2:25 pm, perumal316 perumal...@gmail.com wrote: Hi All, In my kernel module I am writing log messages to a text file by using sys_open eg. sys_open(filename,

[linuxkernelnewbies] RTOS - Real-Time Operating Systems for Embedded Development, Real Time System By Express Logic

2010-03-27 Thread Peter Teoh
http://www.rtos.com/page/imgpage.php?id=211 RTOS Interrupt Architectures RTOS Interrupt Architectures Two Approaches - Unified and Segmented 1. Background Like stand-alone systems, embedded applications running on top of real-time operating systems (RTOSes) require Interrupt Service

[linuxkernelnewbies] RTOS Products for DSCs, DSPs and Microcontrollers | RoweBots

2010-03-27 Thread Peter Teoh
http://www.rowebots.com/embedded_system_software/rtos RTOS Products for DSCs, DSPs and Microcontrollers

[linuxkernelnewbies] Random LLVM Notes

2010-03-26 Thread Peter Teoh
http://nondot.org/sabre/LLVMNotes/ Random LLVM Notes About These documents are a random collection of notes that I have made while working on LLVM. None of them are official, they may be gibberish and not make sense, but they also might be useful. Many of these ideas will find their way into

[linuxkernelnewbies] Developer Guides and Manuals | AMD Developer Central

2010-03-24 Thread Peter Teoh
http://developer.amd.com/documentation/guides/Pages/default.aspx BIOS and Kernel Developer's Guide for AMD NPT Family 0Fh Processors PDF 10/31/2009 BIOS and Kernel Developer's Guide (BKDG) For AMD Family 10h Processors PDF 09/09/2009

[linuxkernelnewbies] kprobes: Kprobes jump optimization support [LWN.net]

2010-03-24 Thread Peter Teoh
http://lwn.net/Articles/373314/ Here are the patchset of the kprobes jump optimization v9 (a.k.a. Djprobe). This version includes some bugfixes, enhancements, and applicable for 2.6.33-rc6-tip. This version of patch series uses text_poke_smp() which update kernel text by stop_machine(). That

[linuxkernelnewbies] Herzelinux - Herzelia Linux Developers User Group (Linux programming, embedded Linux, Linux kernel)

2010-03-23 Thread Peter Teoh
http://tuxology.net/herzelinux/ Forums Courses Programming Embedded Linux Advanced Embedded Linux Debugging Linux Applications Linux Internals Linux Network Internals Lectures Google Android Open Source Phone Stack Initramfs

[linuxkernelnewbies] Tuxology - a Linux embedded, kernel and training blog

2010-03-23 Thread Peter Teoh
http://tuxology.net/courses/linux-internals/ Linux Internals Tuxology team May 15th, 2008 Overview This course focuses on the basic elements of the Linux kernel, which allow programmers to build modules and device drivers. The students will gain a general understanding of the basic tools

[linuxkernelnewbies] Linux Skb PDF | Download Free Ebook Linux Skb

2010-03-23 Thread Peter Teoh
http://openpdf.com/ebook/linux-skb-pdf.html Linux TX Multiqueue Implementation New Design. Implementation Notes. Linux TX Multiqueue Implementation. David S. Miller. Red Hat Inc. Seattle, 2008 ... Implementation Notes. PICTURE OF TX ENGINE. QDISC. dev_queue_xmit() -. dev-queue_lock.

[linuxkernelnewbies] Linux TX Multiqueue Implementation

2010-03-23 Thread Peter Teoh
http://vger.kernel.org/~davem/davem_seattle08.pdf To unsubscribe from this group, send email to linuxkernelnewbies+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject.

[linuxkernelnewbies] WIOV 2010 - Accepted Papers

2010-03-23 Thread peter teoh
http://sysrun.haifa.il.ibm.com/hrl/wiov2010/accepted.html Redesigning Xen's Memory Sharing Mechanism for Safe and Efficient I/O Virtualization Kaushik Kumar Ram (Rice University), Jose Renato Santos and Yoshio Turner (HP Labs). A Network Interface

[linuxkernelnewbies] Linux kernel documents at vger.kernel.org

2010-03-23 Thread peter teoh
PDF] XFRM Interface Experiences, Dislikes and Suggested Changes File Format: PDF/Adobe Acrobat - Quick View Motivation. Frustration with the structuring came as a result of looking at: MIBS, Forces LFB semantics. Other Vendors who map nicely to the above ...

[linuxkernelnewbies] Re: Process ID and App Name

2010-03-22 Thread Peter Teoh
not sure how u wrote your module.want to post your code here? From kernel/timer.c: 373 void __timer_stats_timer_set_start_info(struct timer_list *timer, void *addr) 374 { 375 if (timer-start_site) 376 return; 377 378 timer-start_site = addr; 379

[linuxkernelnewbies] WWW Computer Architecture Page

2010-03-22 Thread Peter Teoh
http://pages.cs.wisc.edu/~arch/www/ What's Computer Architecture? Computer Architecture is the science and art of selecting and interconnecting hardware components to create computers that meet functional, performance and cost goals. Computer architecture is not about using computers to

[linuxkernelnewbies] Main Page - ARM Linux Internet Platform

2010-03-22 Thread Peter Teoh
http://linux.onarm.com/index.php/Main_Page ARM Linux Internet Platform This site provides Open Source components, middleware and utilities used to build a Linux Mobile software stack on ARM. These include Linux kernel, libraries, utilities, multimedia components and Mozilla and Webkit web

[linuxkernelnewbies] Re: CPU Status and temperature

2010-03-22 Thread peter teoh
David Gutierrez wrote: Hello, Do any one knows where I can get some tools which measure the CPU Temperature. David Hotmail is redefining busy with tools for the New Busy. Get more from your inbox. Sign up now. Temperature reporting is dependent on the specific capabilities of

[linuxkernelnewbies] uprobes patch - Google Search

2010-03-21 Thread Peter Teoh
LKML: Srikar Dronamraju: [RFC] [PATCH 0/7] UBP, XOL and Uprobes 11 Jan 2010 ... Subject: [RFC] [PATCH 6/7] Uprobes Documentation Subject: [RFC] [PATCH 7/7] Ftrace plugin for Uprobes This patchset is based on ... lkml.org/lkml/2010/1/11/92 - Cached LKML: Srikar

[linuxkernelnewbies] LKML: Srikar Dronamraju: [RFC] [PATCH 0/7] UBP, XOL and Uprobes

2010-03-21 Thread Peter Teoh
http://lkml.org/lkml/2010/1/11/92 This patchset implements Uprobes which enables you to dynamically break into any routine in a user space application and collect information non-disruptively. Uprobes is based on utrace and uses x86 instruction decoder. When a uprobe is registered, Uprobes

[linuxkernelnewbies] utrace by roland mcgrath

2010-03-21 Thread Peter Teoh
http://events.linuxfoundation.org/slides/lfcs09_mcgrath.pdf To unsubscribe from this group, send email to linuxkernelnewbies+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject.

[linuxkernelnewbies] uprobes by jim keniston

2010-03-21 Thread Peter Teoh
http://events.linuxfoundation.org/slides/lfcs09_keniston.pdf To unsubscribe from this group, send email to linuxkernelnewbies+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject.

[linuxkernelnewbies] kprobes

2010-03-20 Thread Peter Teoh
http://www-users.cs.umn.edu/~boutcher/kprobes/ kprobes tutorial This tutorial was developed for the 2006 Ottawa Linux Symposium. I'm hoping it will be useful as a general resource. There is documentation in Documentation/kprobes.txt in the kernel source. Why? kprobes is both useful and cool.

[linuxkernelnewbies] How does SATA worked and handled in Linux kernel

2010-03-19 Thread Peter Teoh
Looking up the datasheet: http://www.seagate.com/support/disc/manuals/sata/100402371a.pdf Looking further into page 47: Supported ATA commands The following table lists Serial ATA standard commands that the drive supports. For a detailed description of the ATA commands, refer to the Serial

[linuxkernelnewbies] [Phoronix] Nouveau To Go Into Linux 2.6.33 Kernel!

2010-03-19 Thread Peter Teoh
http://www.phoronix.com/scan.php?page=news_itempx=Nzc5NQ Nouveau To Go Into Linux 2.6.33 Kernel! Posted by Michael Larabel on December 11, 2009 Wow, the day has come, open-source fans with NVIDIA hardware that run Linux have quite the present this holiday season. Yesterday

[linuxkernelnewbies] [Phoronix] Part 2 Of Nouveau Saga: The Microcode

2010-03-19 Thread Peter Teoh
http://www.phoronix.com/scan.php?page=news_itempx=Nzc5Mg Part 2 Of Nouveau Saga: The Microcode Posted by Michael Larabel on December 10, 2009 Following a feature-packed DRM pull request this morning for the Linux 2.6.33 kernel, Linus Torvalds became frustrated that the Nouveau

[linuxkernelnewbies] ATA 4 KiB sector issues. [LWN.net]

2010-03-17 Thread Peter Teoh
http://lwn.net/Articles/377897/?format=printable From: Tejun Heo tj-AT-kernel.org

[linuxkernelnewbies] HelenOS project

2010-03-17 Thread Peter Teoh
http://www.helenos.org/ About HelenOS Rather sooner than later, HelenOS will become a complete and usable modern operating system, offering room for experimenting and research. HelenOS uses its own microkernel written from scratch and supports SMP, multitasking and multithreading on both

[linuxkernelnewbies] Archives | HOT CHIPS 21

2010-03-17 Thread Peter Teoh
http://www.hotchips.org/archives/hc21/ HOT CHIPS 21 Archives (2009) General Information HOT CHIPS 21 (2009) Date August 23-25, 2009 Place Memorial Auditorium, Stanford University Committees HC 21 Committees

[linuxkernelnewbies] armslack: how to install sheevaplug

2010-03-15 Thread Peter Teoh
ftp://ftp.armedslack.org/armedslack/armedslack-12.2/INSTALL_SHEEVAPLUG.TXT ## # Document: INSTALL_SHEEVAPLUG.TXT # Purpose : How to install Slackware ARM on the Marvell SheevaPlug # Author : Stuart Winter

[linuxkernelnewbies] Slackware Linux for ARM

2010-03-15 Thread Peter Teoh
http://www.armedslack.org/ Slackware Linux for ARM ARMedslack is the official port of the Slackware Linux distribution to the ARM architecture. Currently, the project focuses its efforts on supporting the ARM Versatile platform (emulated by QEMU) and the

[linuxkernelnewbies] Kneuro.net : Linux Virtual Memory Subsystem : bootmem

2010-03-14 Thread peter teoh
http://kneuro.net/linux-mm/index.php?file=bootmem.html The Boot-time Allocator The bootmem allocator is used during the boot process to allocate memory before the kernel MM subsystem is usable. It is quite simple, though not as simple as its predecessor. The bootmem allocator is used, for

[linuxkernelnewbies] MMDOC. Linux Memory Management Documentation.

2010-03-14 Thread peter teoh
http://mmdoc.sourceforge.net/mmdoc/mmdoc.html MMDOC. Linux Memory Management Documentation. S. Mohan Kumar mohan_...@yahoo.com, http://mmdoc.sourceforge.net Abstract Introduction A overview of the MM system Various terms used in Linux

[linuxkernelnewbies] DMA

2010-03-11 Thread peter teoh
http://www.ganssle.com/articles/adma.htm DMA DMA is an important part of many embedded systems, yet far too many of us don't really understand it. Read on... Published in Embedded Systems Programming, October 1994 For hints, tricks and ideas about better ways to

[linuxkernelnewbies] The Embedded Muse Back Issues

2010-03-11 Thread peter teoh
http://www.ganssle.com/tem-back.htm For hints, tricks and ideas about better ways to build embedded systems, subscribe to The Embedded Muse, a free biweekly e-newsletter. No hype, just down to earth embedded talk. 23,000 other engineers subscribe. It takes just a few seconds (all we need is

[linuxkernelnewbies] Software and Hardware Fault Handling

2010-03-11 Thread peter teoh
http://www.eventhelix.com/RealtimeMantra/FaultHandling/ Fault Handling and Fault Tolerance Software Fault Tolerance Software Fault Tolerance We discuss techniques to make Realtime systems more tolerant to software bugs.

[linuxkernelnewbies] InterNiche: Robust and Efficient TCP/IP Protocol Stack Source Code for Altera's Nios-II

2010-03-11 Thread Peter Teoh
http://www.iniche.com/nios.php Altera-based Platforms Altera's premium FPGA products help to demonstrate that custom logic design can support high performance networking. The Altera NiosII processor core offers an optimized set of microcontroller design IP that can be easily deployed at the

[linuxkernelnewbies] Hardware Interfacing | Netrino

2010-03-11 Thread peter teoh
http://www.netrino.com/taxonomy_menu/3/5 Hardware Interfacing A Framework for Safe Motion Control Firmware Submitted by webmaster on Mon, 07/20/2009 - 10:36. Hardware Interfacing Processes and Tools by Michael Wilk and Michael Barr An object-oriented framework can be used to

[linuxkernelnewbies] Embedded Systems Glossary: A | Netrino

2010-03-11 Thread peter teoh
http://www.netrino.com/Embedded-Systems/Glossary-A Embedded Systems Glossary: A Submitted by webmaster on Thu, 11/29/2007 - 14:17. A/D converter (ay to dee converter) n. A hardware device that reads an analog signaltypically a voltagecompares it to a reference signal, and converts the

[linuxkernelnewbies] Embedded Systems Design - Embedded.com

2010-03-11 Thread peter teoh
http://www.embedded.com/design/archive/?howMany=100sort=publish_date+sort+desccontent_type=design ICE debugging: The end of the battleship game Lauro Rizzatti Mar 10, 2010 Getting disciplined about embedded software development:

[linuxkernelnewbies] CELF Embedded Linux Conference 2010

2010-03-11 Thread Peter Teoh
http://www.embeddedlinuxconference.com/elc_2010/program.html SESSION SCHEDULE Monday, April 12 Tuesday, April 13 Wednesday, April 14 Session Schedule Monday, April 12

[linuxkernelnewbies] Porting device drivers to the 2.6 kernel [LWN.net]

2010-03-11 Thread peter teoh
http://lwn.net/Articles/driver-porting/ Porting device drivers to the 2.6 kernel [Posted February 11, 2003 by corbet] The 2.6 kernel contains a long list of changes which affect device driver writers. As part of the task of porting the Linux Device Drivers sample code to 2.6, your humble

[linuxkernelnewbies] Broadcom.com - Ethernet NIC Resource Documents

2010-03-11 Thread peter teoh
http://www.broadcom.com/support/ethernet_nic/resource_documents.php Ethernet NIC Resource Documents The following collateral documents are available in support of Broadcom's Ethernet Controller products: E-Books Architecting Next Generation Networks E-book Technical Briefs NetXtreme

[linuxkernelnewbies] Broadcom.com - Ethernet NIC Open Source Developer Resources

2010-03-11 Thread peter teoh
http://www.broadcom.com/support/ethernet_nic/open_source.php Ethernet NIC Open Source Developer Resources Broadcom has made the following documents available to assist open source developers who are writing software for Broadcom's NetLink, NetXtreme, and NetXtreme II family of wired Ethernet

[linuxkernelnewbies] Nouveau patches

2010-03-10 Thread Peter Teoh
Hmm. What the hell am I supposed to do about (II) NOUVEAU(0): [drm] nouveau interface version: 0.0.16 (EE) NOUVEAU(0): [drm] wrong version, expecting 0.0.15 (EE) NOUVEAU(0): 879: now? What happened to the whole backwards compatibility thing? I wasn't even warned that this breaks

[linuxkernelnewbies] 软件工程: 个人实验

2010-03-10 Thread peter teoh
http://soft.buaa.edu.cn/linux/content/singleexperiment.htm  个人实验       实验一 内核的配置编译和安装。   

[linuxkernelnewbies] 软件工程: 源代码分析

2010-03-10 Thread peter teoh
http://soft.buaa.edu.cn/linux/content/analyse.htm  源代码分析       一. 从以下几个Linux内核关键部分源代码中选择2项进行分析和论述。

[linuxkernelnewbies] Advogato: How Linux suspend and resume works in the ACPI age

2010-03-09 Thread peter teoh
http://www.advogato.org/article/913.html How Linux suspend and resume works in the ACPI age Posted 7 Feb 2007 at 11:16 UTC by mjg59 Back in the APM days, everything was easy. You called an ioctl on /dev/apm, and the kernel made a BIOS call. After that, it was all up to the hardware. Sure,

[linuxkernelnewbies] Forensic Recovery and the Blackberry

2010-03-07 Thread Peter Teoh
http://gse-compliance.blogspot.com/2009/04/forensic-recovery-and-blackberry.html Sunday, 5 April 2009 Forensic Recovery and the Blackberry It is possible to acquire an image of a bit-by-bit backup using the Blackberry Software Development Kit (SDK). The SDK is available from RIM at

[linuxkernelnewbies] BlackBerry - Presenter Open Source Components

2010-03-07 Thread Peter Teoh
http://na.blackberry.com/eng/support/accessories/opensourcecomponents.jsp BlackBerry Presenter Open Source Components Open Source Components Name Version Changes BlueZ 4.22 [bluez_part1.diff] [bluez_part2.diff]

[linuxkernelnewbies] NI Developer Zone :: Tutorials - Results for National Instruments Search

2010-03-05 Thread Peter Teoh
http://search.ni.com/nisearch/app/main/p/ap/tech/lang/en/pg/1/ps/30/sn/catnav:tu,ssnav:dzn Tutorial: Arrays and Clusters This tutorial examines array and cluster data types and gives you an introduction to creating and manipulating arrays and clusters. zone.ni.com/devzone/cda/tut/p/id/7571

[linuxkernelnewbies] The optimized SIMD library for x86 processors

2010-03-05 Thread Peter Teoh
http://simdx86.sourceforge.net/ libSIMDx86 v0.4.0 The optimized SIMD library for x86 processors. Jump to: Reference Building Roadmap Homepage: www.sourceforge.net/projects/simdx86 What is libSIMDx86? libSIMDx86, also know as just SIMDx86, is an optimized math library meant for developers

[linuxkernelnewbies] Reference_CDROM_Essays_on_Kernel_Design(): Classic papers on BSD Unix Design

2010-03-05 Thread Peter Teoh
http://www.386bsd.org/past/essays void Reference_CDROM_Essays_on_Kernel_Design() { /* * Modular Kernel Design */ e1994_11a(); /* * So You Want to Write a UNIX Paper */ e1994_11b(); /* * CPU Kernel Facilities */ e1994_11c(); /* * Process Creation */

[linuxkernelnewbies] NI Developer Zone :: Tutorials

2010-03-05 Thread Peter Teoh
http://search.ni.com/nisearch/app/main/p/ap/tech/lang/en/pg/1/ps/30/sn/catnav:tu,ssnav:dzn Tutorial: Arrays and Clusters This tutorial examines array and cluster data types and gives you an introduction to creating and manipulating arrays and clusters.

[linuxkernelnewbies] Linux Customization with MontaVista's Platform Developer Kit

2010-03-04 Thread Peter Teoh
http://www.mvista.com/platform_developers_kit.php Customize MontaVista Linux with the Platform Developer Kit The MontaVista Linux Platform Developer Kit (PDK) provides everything required to create and deliver a MontaVista Linux-based development platform: Including DevRocket, our

[linuxkernelnewbies] Re: Managing Files through Module

2010-03-03 Thread Peter Teoh
why not you let Linux do the job? Inside the kernel module, u just have to call printk() and all output will go to file called /var/log/ dmesg, as overtime, as u can see below: -rw-r- 1 root adm 54121 2010-03-03 07:08 /var/log/dmesg -rw-r- 1 root adm 54656 2010-03-02 07:25

[linuxkernelnewbies] Multiple write to the same memory location problem

2010-03-03 Thread Peter Teoh
http://infocenter.arm.com/help/topic/com.arm.doc.faqs/ka4160.html If multiple masters write to the same memory location, what would be the result of a following read ? Applies to: GX175 Memory Controller GX175 and most memory controllers in general only ensurethat on the same AHB port, reads

[linuxkernelnewbies] Index of /~ngunton/foils2

2010-03-03 Thread Peter Teoh
http://www.cems.uwe.ac.uk/~ngunton/foils2/ Index of /~ngunton/foils2 Parent Directory c-code0.pdf c1.pdf ch4.pdf dir_roadmap.pdf drivers1.pdf drivers2.pdf error3.pdf errors1.5.pdf errors1.pdf errors2.pdf intro.pdf knr_argv1.pdf knr_argv2.pdf

[linuxkernelnewbies] S Like Suska

2010-03-03 Thread Peter Teoh
http://www.experiment-s.de/en/ S Like Suska Do you think, the Suska project is cool? Are you interested in software programming or modeling digital circuits? If thats the case we are proud to announce the opening of our Suska Shop. Check it out!. An Open Source Atari ST(E) IP-Core written in

[linuxkernelnewbies] GNOME Project Listing

2010-03-03 Thread peter teoh
http://projects.gnome.org/ This page is a listing of GNOME-related projects and their related web pages. For a more complete, searchable list of applications, check out the GNOME Software Map. A a11y, GNOME Accessibility for people with disabilities

[linuxkernelnewbies] CompSysTech - International Conference on Computer Systems and Technologies

2010-03-01 Thread Peter Teoh
http://www.compsystech.org/index.php?cmd=dPagepid=cpr09 Conference Proceedings from 2009 PLENARY SESSION P.1. CompSysTech Ten Years after the Beginning Boris Rachev P.2. IPv6: The Next Big Bail-Out. Will IPv6 Save the Internet? Latif Ladid P.3. ICT infrastructure and Scientific Research

[linuxkernelnewbies] CompSysTech'08 - International Conference on Computer Systems and Technologies

2010-03-01 Thread Peter Teoh
http://ecet.ecs.ru.acad.bg/cst08/index.php?cmd=dPagepid=cpr CONFERENCE PROCEEDINGS PLENARY SESSION

[linuxkernelnewbies] The First OpenSolaris Project: GCC Support : Edicts from CLUSTRON

2010-03-01 Thread Peter Teoh
http://blogs.sun.com/wesolows/entry/the_first_opensolaris_project_gcc1 DTrace is part of... | Main | OpenSolaris at OSCON Tuesday Jun 14, 2005

[linuxkernelnewbies] All About Circuits : Video Lectures

2010-03-01 Thread peter teoh
http://www.allaboutcircuits.com/videos/index.html Video Lectures The following video lectures were generously provided by Tim Fiegenbaum at North Seattle Community College. They are based on the text, Electronics for Computer Technology by David Terrell. 2003 Delmar Learning, a part of

[linuxkernelnewbies] Free 101 ARM PROJECT IDEAS

2010-02-28 Thread Peter Teoh
http://101armprojectideas.blogspot.com/2009/04/available-projects-and-information.html Available Projects and Information (Content) WinARM. The gnu-toolchain and several tools and samples for ARM controller/processors for MS-Windows-Platforms. (last Update of the package 28. Mar 2008

[linuxkernelnewbies] S Like Suska: An Open Source Atari ST(E) IP-Core written in VHDL

2010-02-28 Thread Peter Teoh
http://www.experiment-s.de/en/ S Like Suska Do you think, the Suska project is cool? Are you interested in software programming or modeling digital circuits? If thats the case we are proud to announce the opening of our Suska Shop. Check it out!. An Open Source Atari ST(E) IP-Core written in

[linuxkernelnewbies] FreeRTOS-A Free RTOS for ARM7, ARM9, Cortex-M3, MSP430, MicroBlaze, AVR, x86, PIC32, PIC24, dsPIC, H8S, HCS12 and 8051

2010-02-28 Thread Peter Teoh
http://www.freertos.org/index.html?http://www.freertos.org/a00106.html Upgrading to V5.x.x Configuration API Usage Task Creation Task Control Kernel Control Task Utilities FreeRTOS-MPU Specific Queue Management Semaphores Co-routine

[linuxkernelnewbies] Writing ARM interrupt handler

2010-02-28 Thread Peter Teoh
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3709.html

[linuxkernelnewbies] VHDL Online resources

2010-02-28 Thread Peter Teoh
http://www.vhdl-online.de/tutorial/englisch/inhalt.htm Content 1. VHDL - Overview and Application Field 1.1 Application of HDLs (1) 1.1.1 Application of HDLs (2) 1.1.2 Range of Use 1.2 VHDL - Overview 1.2.1 VHDL - History 1.2.2

[linuxkernelnewbies] ARM: Writing interrupt handlers

2010-02-28 Thread Peter Teoh
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3709.html Writing interrupt handlers Applies to: Software Development Toolkit (SDT) Description armcc provides the '__irq' declaration keyword to allow writing interrupt handlers in C. However this was only designed for

[linuxkernelnewbies] fo...@moderndevice.com • View topic - hex loaded on Rev D m168 BBB

2010-02-26 Thread Peter Teoh
http://forum.moderndevice.com/phpBB3/viewtopic.php?f=15t=177sid=329434a9e8a03ffbf7ff5e42534d9e90 hex loaded on Rev D m168 BBB Questions and Discussion concerning the Bare Bones Board Post a reply 4 posts • Page 1 of 1 hex loaded on Rev D m168 BBB by pstretz on Sat Jul

[linuxkernelnewbies] Security-related patches

2010-02-26 Thread Peter Teoh
https://lwn.net/Articles/375071/bigpage 2.6.32.9 Release notes By Jonathan Corbet February 21, 2010 Stable kernel update announcements posted on LWN have a certain tendency to be followed by complaints about the amount of information which is made available. It seems that there is a desire

[linuxkernelnewbies] specs - Linux Wireless

2010-02-26 Thread Peter Teoh
http://linuxwireless.org/en/developers/Documentation/specs#Atherosspecifications About specifications This page contains a list of specifications used to write Linux drivers for several wireless cards, and which, alternatively, can be used to write drivers for any other platforms. Broadcom

[linuxkernelnewbies] Frozen Cache

2010-02-26 Thread Peter Teoh
http://frozencache.blogspot.com/ Frozen Cache A blog about the development of a general-purpose solution for mitigating cold-boot attacks on Full-Disk-Encryption solutions. The concept Cold boot attacks are a major risk for the protection that Full-Disk-Encryption

[linuxkernelnewbies] wifi-test-nl80211 - Linux Wireless

2010-02-26 Thread Peter Teoh
http://linuxwireless.org/en/developers/GSoC/2010/wifi-test-nl80211 Extending wifi-test with nl80211 support wifi-test is an open project aimed at assisting automation of testing using scripts for Linux 802.11 drivers. This project currently uses the old wireless-extensions which are now

[linuxkernelnewbies] Re: Identify Application

2010-02-25 Thread Peter Teoh
yes.your answer is strace for userspace.but if inside the kernel, and u want to identify the name of the process...it is comm: http://lxr.free-electrons.com/source/kernel/cred.c 21 #if 0 22 #define kdebug(FMT, ...) \ 23 printk([%-5.5s%5u] FMT\n, current-comm, current- pid

[linuxkernelnewbies] LAUTERBACH DEVELOPMENT TOOLS - TRACE32 Microprocessor Development Tools, Emulators, Debuggers, Simulators

2010-02-25 Thread Peter Teoh
http://www.lauterbach.com/frames.html?doclist.html Basic Concept 223k Apr-11-2007 main.pdf Adapters Document Comment Size Date Download File

[linuxkernelnewbies] Selection Guide of Low Cost Tools for Cortex-M3 | Your Electronics Open Source

2010-02-23 Thread peter teoh
http://dev.emcelettronica.com/selection-guide-low-cost-tools-cortex-m3 As I mentioned in another article, ARM Cortex-M3 is not compatible with ARM7TDMI in interrupt, ISA, bus structure and JTAG protocol (SWD). You have to upgrade ARM7TDMI tools to support Cortex-M3 microcontrollers. After a

[linuxkernelnewbies] A Scheme Interpreter for ARM Microcontrollers

2010-02-21 Thread Peter Teoh
http://armpit.sourceforge.net/ A Scheme Interpreter for ARM Microcontrollers ARMPIT SCHEME is an interpreter for the Scheme language (lexically-scoped dialect of Lisp) that runs on RISC microcontrollers with ARM core. It is based on the description in the Revised^5 Report on the

[linuxkernelnewbies] USBTemp - mikrowerk - Project Hosting on Google Code

2010-02-17 Thread peter teoh
http://code.google.com/p/mikrowerk/wiki/USBTemp mikrowerk A wonderful stack of microcontroller projects. ProjectHome Downloads

[linuxkernelnewbies] Understanding Arduino Internals

2010-02-16 Thread Peter Teoh
processing.app.SerialException: Serial port '/dev/ttyUSB0' not found. Did you select the right one from the Tools Serial Port menu? at processing.app.Serial.init(Serial.java:153) at processing.app.Serial.init(Serial.java:76) at

[linuxkernelnewbies] ePanorama.net - Links

2010-02-16 Thread peter teoh
http://www.epanorama.net/links/serialbus.html Index General information I2C SPI Microwire Maxim 3-wire Maxim/Dallas 1-Wire bus Interfacing techniques and questions on them Serial buses information page General information This page concentrates on links to inter-IC

[linuxkernelnewbies] How To Connect a PS/2 Keyboard to the iPhone

2010-02-16 Thread peter teoh
http://www.instructables.com/id/How-To-Connect-a-PS2-Keyboard-to-the-iPhone/?download=pdf How To Connect a PS/2 Keyboard to the iPhone intro step 1 step 2 step 3 step 4 step 5 step 6 step 7 step 8 step 9

[linuxkernelnewbies] PS/2 Mouse Interfacing

2010-02-16 Thread peter teoh
How to interface the PS2 mouse to Arduino directly? http://www.computer-engineering.org/ps2mouse/ The PS/2 Mouse Interface Source: http://www.Computer-Engineering.org Author: Adam Chapweske Last Updated: 04/01/03 Legal Information All information within this article is provided "as

[linuxkernelnewbies] Embedded.com - Introduction to Serial Peripheral Interface

2010-02-16 Thread peter teoh
http://embedded.com/columns/beginerscorner/9900483?_requestid=421616 Introduction to Serial Peripheral Interface By David Kalinsky and Roee Kalinsky Embedded Systems Design (02/01/02, 11:33:00 AM EST) Another option for low-cost, low-speed communication "inside the box"

[linuxkernelnewbies] Arduino playground - PS2Keyboard

2010-02-16 Thread peter teoh
http://www.arduino.cc/playground/Main/PS2Keyboard General The PS2Keyboard library uses one of the two available external interrupts to react on keyboard input. Once such input is received, it's stored in a one-byte buffer and is available to be read. The following schematic shows how to

[linuxkernelnewbies] BeagleBoardRecovery - eLinux.org

2010-02-16 Thread peter teoh
http://elinux.org/BeagleBoardRecovery From eLinux.org Jump to: navigation, search This page is how to recover ("unbrick") a broken BeagleBoard. It should help you if you messed your boot configuration and BeagleBoard doesn't boot any more the normal way ("bricked").

[linuxkernelnewbies] BBB Assembled and Tested | Modern Device

2010-02-15 Thread Peter Teoh
http://www.moderndevice.com/products/bbb-assembled

[linuxkernelnewbies] Arduino playground - MIDILibrary

2010-02-15 Thread Peter Teoh
http://www.arduino.cc/playground/Main/MIDILibrary MIDI Library v2.5 This library enables MIDI I/O communications on the Arduino serial ports. You can send and receive messages of (almost) all kind (including System Exclusive). The purpose of this library is not to make a big synthetizer out

[linuxkernelnewbies] deadhacker.com (good articles)

2010-02-15 Thread Peter Teoh
http://deadhacker.com/ 02.03 JTAGEnumeration 11.08 Workflow for hardware securityanalysis 07.26 Targeting the Panasonic HVX200 HDcamera 05.06 The Subterfugue processsandbox 05.13 finding entropy in binaryfiles 02.28 Cryptology ePrint ArchiveRSS 02.22 Formal aspects of

[linuxkernelnewbies] JTAG Enumeration « deadhacker. com

2010-02-15 Thread Peter Teoh
http://deadhacker.com/2010/02/03/jtag-enumeration/ JTAGEnumeration JTAGenum is an open source Arduino based hardware platform I built last year with three primary goals: [1.Given a large set of pins on a device determine which are JTAG lines2. Enumerate the Instruction Register to find

[linuxkernelnewbies] How to set up an Ethernet over USB connection between the Sharp Zaurus SL-5000D and a Linux machine

2010-02-15 Thread Peter Teoh
http://www.ruault.com/Zaurus/ethernet-over-usb-howto.html Version: 1.13, 07/17/2003 Author: Charles-Edouard Ruault Credits: Thanks to Stuart Lynne for allowing me to distribute Lineo's new driver Thanks to the people who sent me remarks

<    1   2   3   4   5   6   7   8   9   10   >