<!-- links.php3 -->
<?php
	$head = "LART Links";
	$title = "LART Links";
	$thispage = "links";
	require("table-top.php3");
	require("sidebar.php3");
	require("table-mid.php3");
?>

<?php
/* Hmm, dit is best wel cool aan PHP3, ik kan dit gewoon als commentaar
 * opnemen in de pagina en het is niet zichtbaar!
 */
/*
<h3>About `LART'</h3>

<ul>
<li>Find `LART' in <a href="http://www.dictionary.com/cgi-bin/dict.pl?term=lart"><i>dictionary.com</i></a>
<li>Find `LART' in <a href="http://www.acronymfinder.com/af-query.asp?Acronym=LART&amp;String=exact"><i>acronymfinder.com</i></a>
<li>Find `LART' in the <a href="http://bofh.fis.unico.it/asr.shtml"><i>alt.sysadmin.recovery FAQ</i></a>
<li>Find `LART' in the <a href="http://www.winternet.com/~eric/sysadmin/lart.1m.html">man pages</a>
</ul>

References to `luser' can mostly be found at the same locations. There's a
near endless supply of similar texts on <a
href="http://www.kite.net/files/filk/">Jens Goerke's Pages</a>; just start
with <a href="http://www.kite.net/files/filk/knife.8.html">man 8 knife</a>.
*/

# Wat denk je wel, het kan zelfs zo :)
// of zo, zie http://nl.php.net/manual/language.basic-syntax.comments.php3

// Kan ik ook een C achtige "#ifdef 0" constructie gebruiken?

?>


<h3>Other LART sites</h3>

<p> Please note: references to commercial LART (re-)sellers are not an endorsement. Use your own
good judgment when dealing with them. You can ask other people about their experiences on the <a
href="/list/">mailing list</a>.

<ul>
<li>Wookey's <a href=" http://www.aleph1.co.uk/armlinux/LART/resources.html">
	LART resources</a> page which contains useful stuff for LART users.
<li><a href="http://www.aleph1.co.uk/">Aleph One</a> and Remote12
	Systems are selling pre-built LART boards with a load of
	documentation.
	<a href="http://www.aleph1.co.uk/armlinux/LART/">Here</a>
	is more information on their LART development kit.
<li>Greg Fountain's <a href="http://pweb.netcom.com/~sv_calif/">LART
	mainboard PCB ordering info</a>
<li>Ellison Chan is offering LART main boards <a href="http://www.wehavedayjobs.com/PCB">for sale</a>.
</ul>


<h3>About Linux</h3>

<ul>
<li><a href="http://www.linux.org/">Linux online</a>
<li><a href="http://www.linux.com/">Linux.com</a>
<li><a href="http://www.kernel.org/">The Linux kernel archives</a>
<li>The <a href="http://perso.wanadoo.es/xose/linux/linux_ports.html">Linux
  ports</a> page
</ul>


<h3>About the StrongARM</h3>

<ul>
<li><a href="http://www.arm.com/">ARM homepage</a>
<li><a href="http://developer.intel.com/design/strong/">Intel's StrongARM pages</a>
</ul>


<h3>About Linux on the StrongARM</h3>

<ul>
<li><a href="http://www.arm.linux.org.uk/">The ARM Linux Project</a>
<li><a href="ftp://ftp.arm.linux.org.uk/pub/armlinux/source/kernel-patches/">Russell King's ArmLinux patches</a>
<li><a href="ftp://ftp.netwinder.org/users/n/nico/">Nicolas Pitre's StrongARM Linux patches</a>
</ul>


<h3>(Cross-)compiling on/for the StrongARM</h3>

<ul>
<li><a href="http://gcc.gnu.org/">The Gnu Compiler Collection (gcc)</a>
<li><a href="http://www.inkvine.fluff.org/~chris/arm-tools.html">
Chris Rutter's description for building a cross compiler</a>
</ul>


<h3><a name="projects"></a>Related projects</h3>

<ul>
<li>Adam Wiggins' <a href="http://www.cse.unsw.edu.au/~pleb/">PLEB</a>
<li>Compaq Western Research Lab's
  <a href="http://www.research.digital.com/wrl/itsy/">Itsy</a>
<li>Compaq Cambridge Research Lab's
  <a href="http://crl.research.compaq.com/projects/personalserver/">Personal
  server</a>
<li>Starlab's <a href="http://foobar.starlab.net/~soggie/feather/">FEATHER
  board</a>
<li>AMSAT's <a href="http://www.amsat.org/amsat/articles/g3ruh/124.html">IHU-2
  flight computer</a>
<li><a href="http://www.handhelds.org/">handhelds.org</a>: everything about
  running Unix-like operating systems and applications on hand-held devices
<li><a href="http://www.netwinder.org/">netwinder.org</a>: the Rebel/Corel
  Netwinder site
<li><a href="http://www.heeltoe.com/weararm/">WearARM Software Page</a>
</ul>


<h3>Links within the Delft University of Technology</h3>

<ul>
<li>The <a href="http://www.mmc.tudelft.nl/">Mobile Multimedia
  Communications</a> (MMC) project, which originally started the LART.
<li>The <a href="http://www.ubicom.tudelft.nl/">Ubiquitous Communications</a>
  (UbiCom) project also uses the LART.
<li>The <a href="http://www-ict.its.tudelft.nl/">Information and
  Communication Theory Group</a>, which provided a job and lots of fun
  for Jan-Derk and Erik. Although the name may indicate that
  this is a theory-only group, it has a strong background
  in hardware design to prove the theoretical concepts.
<li>And of course a link to <a href="http://www.tudelft.nl/">Delft
  University of Technology</a> itself.
</ul>


<a name="formats"></a><h3>File formats</h3>

<blockquote>The nice thing about standards is that there are so
many of them to choose from.<br>
-- Andrew S. Tanenbaum
</blockquote>

<p>The following links may be helpful if you don't know how to handle a file
you just downloaded.

<ul>

<li><a name="bz2"></a>bzip2 files can be uncompressed with the software available on the <a
  href="http://sourceware.cygnus.com/bzip2/">bzip2 home page</a>;

<li><a name="gz"></a>gzip files can be uncompressed with <a
  href="ftp://ftp.gnu.org/gnu/gzip/">gzip</a>;

<li><a name="tar"></a>tar (tape archive) files can be extracted with <a
  href="ftp://ftp.gnu.org/gnu/tar/">tar</a>;

<li><a name="pdf"></a>pdf files can be viewed with <a href="http://www.adobe.com/">Adobe
  Acroread</a> or <a href="http://www.foolabs.com/xpdf/">Derek Noonburg's Xpdf</a>.

<li><a name="zip"></a>zip files can be handled with the software available from <a
  href="http://www.info-zip.org/">Info-ZIP</a>.

</ul>

<?php	require("table-btm.php3"); ?>
