Difference between revisions of "Flameman/article"

From eLinux.org
Jump to: navigation, search
(uclibc)
(Flameman & legacy's articles)
 
(13 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
= Flameman & legacy's articles =  
+
= articles =  
 
 
== who (and why to) runs projects like these ? ==
 
an interesting article http://lwn.net/Articles/222773/
 
 
 
ipaq -> openmoko alternative, see http://openpandora.org/index.php
 
  
 
== a brief about 68000 ==
 
== a brief about 68000 ==
  
 
* [[Flameman/68000]]
 
* [[Flameman/68000]]
 
== tini java embedded processor, written in VHDL ==
 
 
* http://www.jopdesign.com/docu.jsp
 
 
== bus ==
 
 
* [[Flameman/bus]]
 
 
== linux.2.4 internal ==
 
 
* http://www.moses.uklinux.net/patches/lki.html
 
 
== what is the book of the day ? ==
 
-> [[Flameman/books]]
 
 
== proof ==
 
-> [[Flameman/proof]]
 
 
== opencores ==
 
 
-> [[http://opencores.org/projects]]
 
 
== OE/bitbake ==
 
--> [[Flameman/bitbake]]
 
 
== framebuffer ==
 
[[Flameman/framebuffer]]
 
 
== find good code ==
 
 
http://www.koders.com
 
  
 
== trasmission line ==
 
== trasmission line ==
  
 
http://openbookproject.net/electricCircuits/AC/AC_14.html
 
http://openbookproject.net/electricCircuits/AC/AC_14.html
 
== homemade pcb ==
 
 
[[flameman/pcb]]
 
 
== piratebus ==
 
 
pinout http://dangerousprototypes.com/docs/Bus_Pirate_I/O_Pin_Descriptions
 
 
idea from sparkfun http://www.sparkfun.com/products/9544
 
  
 
== linux programming interfaces ==
 
== linux programming interfaces ==
Line 68: Line 21:
  
 
[http://man7.org/tlpi/ Book's Homepage]
 
[http://man7.org/tlpi/ Book's Homepage]
 
 
== Bareboard firmware ==
 
 
=== Forth interpreter ===
 
 
[[Flameman/openfirmware-apple]]
 
  
  
 
== Orphaned pages ==
 
== Orphaned pages ==
 
--> http://www.elinux.org/index.php?title=Special:LonelyPages&limit=500&offset=0
 
--> http://www.elinux.org/index.php?title=Special:LonelyPages&limit=500&offset=0

Latest revision as of 07:22, 10 July 2020

For more interesting projects done by Flameman, be sure to checkout his project index


articles

a brief about 68000

trasmission line

http://openbookproject.net/electricCircuits/AC/AC_14.html

linux programming interfaces

The Linux Programming Interface, by Michael Kerrisk, No Starch Press, ISBN 978-1593272203, 1552 pages, October 2010

This really heavy tome (1552 pages!) tries to explain each and every system call and system library you'll probably need some time or the other. While many of the content can be found in traditional manpages, the example code is quite nice as a reference implementation and helps to understand the topic explained - and if all else fails, throwing it hard enough at your computer/co-worker/boss will also solve a lot of problems (but will also create more severe ones).

You can find a Review at LWN.net

Book's Homepage


Orphaned pages

--> http://www.elinux.org/index.php?title=Special:LonelyPages&limit=500&offset=0