<!-- index.php3 -->
<?php
	$head = "LARTware - Kitchen sink board";
	$title = $head;
	$thispage = "ksb";
	require("table-top.php3");
	require("sidebar.php3");
	require("table-mid.php3");
?>

<h2>Specs</h2>

<p>
The Kitchen Sink Board (KSB) provides the LART with:

<ul>
<li>a 10Mbit Ethernet interface
<li>a 44-pin 2mm IDE/ATA interface
<li>a connector for our single or quad Ethernet board
<li>two PS/2 connectors (keyboard and mouse)
<li>mono audio I/O from an UCB1200
<li>connectors for POTS, IrDA, USB client, video and touchscreen
</ul>



<h2>Schematics</h2>

<p>
<?php	dlist("ksb*"); ?>



<h2>Pictures</h2>

<p>
Pictures of the KSB are available in <a href="/gallery/#ksb">l'Art
gallery</a>.


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