[BACK]Return to zaurus.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/zaurus.html, Revision 1.30

1.1       miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD/zaurus</title>
                      6: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/zaurus page">
                     10: <meta name="keywords" content="openbsd,zaurus,PDA,ARM,XScale">
                     11: <meta name="distribution" content="global">
                     12: <meta name="copyright" content="This document copyright 2005 by OpenBSD.">
                     13: </head>
                     14:
                     15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17:
                     18: <h2><font color="#e00000">OpenBSD/zaurus</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
1.4       deraadt    23: <a href="images/zaurus-c3000.jpg">
1.29      deraadt    24: <img src="images/zaurus-c3000-small.jpg" width="400" height="300" align="right"></a>
1.1       miod       25: OpenBSD/zaurus is an effort to make OpenBSD run on several PDAs of the
1.26      deraadt    26: Sharp Zaurus family.  Initially targeted is the C3000 model which contains a
                     27: 4GB CF hard drive internally.
1.1       miod       28:
                     29: <p>
                     30: A mailing list for ARM-based ports is available at
                     31: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     32: To join the OpenBSD/arm mailing list, send a message body of
                     33: <b>"subscribe arm"</b> to
                     34: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     35: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     36: subscribing.
                     37:
                     38: <p>
                     39: The current port maintainer is Dale Rahn
                     40: (<a href="mailto:drahn@openbsd.org">drahn@openbsd.org</a>).
                     41: Others are definitely welcome to contribute!
                     42:
                     43: <a href="#toc"></a>
                     44: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     45:
                     46: <ul>
                     47:   <li><a href="#history">History of the port</a>
                     48:   <li><a href="#status">Current status</a>
                     49:   <li><a href="#projects">Project list</a>
                     50:   <li><a href="#hardware">Supported hardware</a>
1.22      uwe        51:   <li><a href="#install">Getting and installing OpenBSD/zaurus</a>
1.1       miod       52: <!--
                     53:   <li><a href="#problems">Known problems</a>
                     54: -->
                     55: </ul>
                     56:
                     57: <hr>
                     58: <a name="history"></a>
                     59: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     60:
                     61: <p>
                     62: Shortly after Sharp unveiled its first Zaurus machines, some OpenBSD developers
                     63: started dreaming of running OpenBSD on it, to have the smallest possible
                     64: ssh-capable machine!
                     65:
                     66: <p>
                     67: After the <a href="cats.html">OpenBSD/cats</a> was completed in order to benefit
1.26      deraadt    68: from a good ARM development platform, work on the Zaurus hardware started in 2004.
1.29      deraadt    69: Since the Zaurus is a fully capable machine, we no longer cross compile. All
1.30    ! david      70: builds of Zaurus (and even the shared "arm" packages) are done on the Zaurus directly.
1.1       miod       71:
                     72: <hr>
                     73: <a name="status"></a>
                     74: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     75:
                     76: <p>
                     77: As the port is still in its early stages, development is pretty hectic at the
1.13      drahn      78: moment.
1.26      deraadt    79: The Zaurus boots multiuser, X11 runs, and device support is being
1.13      drahn      80: constantly improved.
1.8       pvalchev   81: Most PCMCIA/CF devices work (such as wireless/ethernet cards), as well
1.26      deraadt    82: as host USB, and the keyboard and touch screen are supported by X11.
                     83: Audio is mostly working, and the machine is of course able to suspend
                     84: much like a regular laptop.
1.1       miod       85:
                     86: <hr>
                     87: <a name="projects"></a>
                     88: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     89: </strong></font></h3>
                     90:
                     91: <ul>
1.16      deraadt    92:   <li>Better raw console display support (X11 works perfectly).
1.25      uwe        93:   <li>Audio mixer support (internal speaker works).
                     94:   <li>Serial infrared port support (SIR).
1.28      deraadt    95:   <li>pcmcia(4) com(4) support.
1.16      deraadt    96:   <li>SD/SDIO support.
1.23      uwe        97:   <li>C860 support.
1.1       miod       98: </ul>
                     99:
                    100: <hr>
                    101: <a name="hardware"></a>
                    102: <h3><font color="#0000e0"><strong>Supported hardware:
                    103: </strong></font></h3>
                    104:
                    105: <p>
                    106: At the moment, the following Zaurus models are supported:
                    107:
1.25      uwe       108: <ul>
1.1       miod      109: <li><strong>Zaurus SL-C3000</strong>
                    110: <ul>
                    111: <li>Serial port (suitable as console)
                    112: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    113: <li>LCD display panel
                    114: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcd&amp;arch=zaurus&amp;sektion=4">lcd</a>)
1.25      uwe       115: <li>Touch screen
                    116: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zts&amp;arch=zaurus&amp;sektion=4">zts</a>)
1.26      deraadt   117: <li>Native keyboard
1.5       deraadt   118: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zkbd&amp;arch=zaurus&amp;sektion=4">zkbd</a>)
1.1       miod      119: <li>PCMCIA slot
                    120: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxapcic&amp;arch=zaurus&amp;sektion=4">pxapcic</a>)
                    121: <li>On-board microdrive
                    122: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    123: <li>USB controller
                    124: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
1.26      deraadt   125: <li>Power management and suspend
1.14      uwe       126: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4&amp;arch=zaurus">apm</a>)
1.25      uwe       127: <li>Sound chip
                    128: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zaudio&amp;sektion=4&amp;arch=zaurus">zaudio</a>) <font color="#0000e0">*</font>
1.1       miod      129: </ul>
                    130: </ul>
                    131:
                    132: <p>
1.26      deraadt   133: <strong>USB Devices</strong> (on the C3000 only)
1.1       miod      134: <ul>
                    135: <li>ADMtek AN986-based USB adapters (<a
                    136: href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;sektion=4">aue</a>),
                    137: including:
                    138:     <ul>
1.10      jsg       139:     <li>3Com 3c460b
1.1       miod      140:     <li>Abocom UFE1000
                    141:     <li>Abocom DSB650TX
                    142:     <li>Accton USB320-EC
1.10      jsg       143:     <li>Accton SpeedStream Ethernet
1.1       miod      144:     <li>Admtek Pegasus
                    145:     <li>Admtek Pegasus II
1.10      jsg       146:     <li>AEI USB Fast Ethernet
                    147:     <li>Allied Telesyn AT-USB100
                    148:     <li>ATEN UC-110T
                    149:     <li>Belkin USB to LAN
1.1       miod      150:     <li>Billionton Systems USB100
1.10      jsg       151:     <li>Billionton Systems USB100EL
                    152:     <li>Billionton Systems USB100LP
                    153:     <li>Billionton Systems USBE100
1.1       miod      154:     <li>Corega FEther USB-TX
1.10      jsg       155:     <li>Corega FEther USB-TXS
1.1       miod      156:     <li>D-Link DSB-650
                    157:     <li>D-Link DSB-650TX
                    158:     <li>D-Link DSB-650TX-PNA
1.10      jsg       159:     <li>ELCON Systemtechnik Goldpfeil P-LAN
                    160:     <li>Elecom LD-USB/TX
                    161:     <li>Elecom LD-USBL/TX
1.1       miod      162:     <li>Elsa Microlink USB2Ethernet
1.10      jsg       163:     <li>GIGABYTE GN-BR402W
                    164:     <li>Hawking UF100
                    165:     <li>HP HN210E
1.1       miod      166:     <li>I/O DATA USB ETTX
                    167:     <li>Kingston KNU101TX
1.10      jsg       168:     <li>Laneed LD-USBL/TX
1.1       miod      169:     <li>LinkSys USB100TX
                    170:     <li>LinkSys USB100H1
1.10      jsg       171:     <li>LinkSys USB10T
1.1       miod      172:     <li>LinkSys USB10TA
1.10      jsg       173:     <li>LinkSys USB10TX
1.1       miod      174:     <li>Melco Inc. LUA-TX
1.10      jsg       175:     <li>Melco Inc. LUA2-TX
                    176:     <li>Microsoft MN110
                    177:     <li>Mobility EasiDock Ethernet
                    178:     <li>Netgear FA101
                    179:     <li>Omnidirectional Control Technology USB TO Ethernet
1.1       miod      180:     <li>Siemens SpeedStream USB
                    181:     <li>Smartbridges smartNIC 2
                    182:     <li>SMC 2202USB
                    183:     <li>SMC EZ Connect USB
                    184:     <li>SOHOware NUB100
1.10      jsg       185:     <li>SOHOware NUB110
1.1       miod      186:     </ul>
                    187: <li>ASIX Electronics AX88172 USB adapters (<a
                    188: href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;sektion=4">axe</a>),
                    189: including:
                    190:     <ul>
1.10      jsg       191:     <li>ATEN UC210T
                    192:     <li>Billionton Systems USB2AR
1.6       jsg       193:     <li>Buffalo (MELCO) LUA-U2-KTX
                    194:     <li>Corega FEther USB2-TX
1.10      jsg       195:     <li>D-Link DUB-E100
                    196:     <li>Hawking UF200
                    197:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.15      jsg       198:     <li>JVC MP-PRX1
1.10      jsg       199:     <li>LinkSys USB200M
1.1       miod      200:     <li>Netgear FA120
1.6       jsg       201:     <li>Sitecom LN-029
                    202:     <li>SnapPort USB 2.0 LAN Adapter
1.10      jsg       203:     <li>ST Lab USB 2.0 Fast Ethernet
                    204:     <li>Surecom EP-1427X-2
1.6       jsg       205:     <li>System TALKS SGC-X2UL
1.10      jsg       206:     <li>TRENDnet TU2-ET100
1.1       miod      207:     </ul>
1.12      jsg       208: <li>Atmel AT76C50x based USB 802.11b adapters
                    209: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=zaurus&amp;sektion=4">atu</a>), including:
                    210:     <ul>
1.18      jsg       211:     <li>3Com 3CRSHEW696
                    212:     <li>AboCom BWU613
                    213:     <li>Accton 2664W
1.12      jsg       214:     <li>Acer Peripherals AWL300
                    215:     <li>Acer Peripherals AWL400
1.18      jsg       216:     <li>Actiontec 802UAT1
                    217:     <li>Addtron AWU120
1.12      jsg       218:     <li>Aincomm AWU2000B
1.18      jsg       219:     <li>Askey Computer Voyager 1010
                    220:     <li>Askey Computer WLL013 (Intersil Radio)
                    221:     <li>Askey Computer WLL013 (RFMD Radio)
                    222:     <li>Atmel AT76C503 (Intersil Radio)
                    223:     <li>Atmel AT76C503 (RFMD Radio)
                    224:     <li>Atmel AT76C505 (RFMD Radio)
                    225:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    226:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    227:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    228:     <li>Belkin F5D6050
1.12      jsg       229:     <li>Bluetake BW002
1.18      jsg       230:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    231:     <li>Conceptronic C11U
                    232:     <li>Conceptronic WL210
                    233:     <li>Corega WLAN USB Stick 11
                    234:     <li>Dick Smith Electronics CHUSB 611G
                    235:     <li>Dick Smith Electronics WL200U
                    236:     <li>Dick Smith Electronics WL240U
                    237:     <li>Dick Smith Electronics XH1153
                    238:     <li>D-Link DWL-120 rev E
1.12      jsg       239:     <li>Geowave GW-US11S
1.18      jsg       240:     <li>Gigabyte GN-WLBM101
                    241:     <li>Gigaset WLAN
                    242:     <li>Hewlett-Packard HN210W
                    243:     <li>Intel AP310 AnyPoint II
                    244:     <li>I/O DATA USB WN-B11
                    245:     <li>Lexar 2662W-AR
                    246:     <li>Linksys WUSB11 802.11b
                    247:     <li>Linksys WUSB11 802.11b v2.8
                    248:     <li>MSI WLAN
                    249:     <li>Netgear MA101
1.12      jsg       250:     <li>Netgear MA101 rev B
                    251:     <li>Ovislink AirLive WL-1120USB
                    252:     <li>OvisLink AirLive WL-1130USB
1.18      jsg       253:     <li>Planex Communications GW-US11S
                    254:     <li>Samsung SWL2100W
                    255:     <li>Siemens WLL013
                    256:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    257:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    258:     <li>Tekram U-300C
                    259:     <li>W-Buddie WN210
                    260:     <li>Z-Com M4Y-750
1.12      jsg       261:     </ul>
1.1       miod      262: <li>USB Host-to-Host Communication Devices (<a
                    263: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&amp;sektion=4">cdce</a>)
                    264: <li>CATC USB-EL1210A-based USB adapters (<a
                    265: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>),
                    266: including:
                    267:     <ul>
1.10      jsg       268:     <li>Belkin F5U111
1.1       miod      269:     <li>CATC Netmate and Netmate II
1.10      jsg       270:     <li>SmartBridges SmartLink
1.1       miod      271:     </ul>
                    272: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a
                    273: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>),
                    274: including:
                    275:     <ul>
1.10      jsg       276:     <li>3Com 3c19250
1.1       miod      277:     <li>3Com 3c460 HomeConnect
1.10      jsg       278:     <li>AboCom Systems URE450 Ethernet
1.1       miod      279:     <li>ADS Technologies USB-10BT
                    280:     <li>Aox USB101
1.10      jsg       281:     <li>Asante USB to Ethernet
                    282:     <li>ATen DSB-650C
1.1       miod      283:     <li>ATen UC10T
                    284:     <li>Corega USB-T
1.10      jsg       285:     <li>D-Link DSB-650C
                    286:     <li>Entrega NET-USB-E45
                    287:     <li>I/O Data USB-ET/T
                    288:     <li>Jaton USB XpressNet
1.1       miod      289:     <li>Kawasaki USB101
1.10      jsg       290:     <li>Kingston Ethernet
1.1       miod      291:     <li>LinkSys USB10T
1.10      jsg       292:     <li>Mobility Ethernet
1.1       miod      293:     <li>Netgear EA101
                    294:     <li>Peracom USB
1.10      jsg       295:     <li>Portgear Ethernet
                    296:     <li>Portsmith Express Ethernet
                    297:     <li>Psion Dacom Gold Port Ethernet
                    298:     <li>Shark Pocket Adapter
                    299:     <li>Silicom U2E
                    300:     <li>SMC 2102USB
                    301:     <li>SMC 2104USB
1.1       miod      302:     </ul>
                    303: <li>Davicom DM9601 USB Ethernet adapters (<a
                    304: href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;sektion=4">udav</a>),
                    305: including:
                    306:     <ul>
                    307:     <li>Corega FEther USB-TXC
                    308:     </ul>
                    309: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                    310: <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick
                    311: controllers (<a
                    312: href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass</a>)
                    313: <li>USB-USB cables (<a
                    314: href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>)
1.17      jsg       315: <li>Ralink RT2500 based USB 2.0 802.11b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=zaurus&amp;sektion=4">ural</a>), including:
                    316: <font color="#0000e0">*</font>
                    317:     <ul>
                    318:     <li>AMIT WL532U
                    319:     <li>ASUS WL-167g
                    320:     <li>Buffalo WLI-U2-KG54-AI
                    321:     <li>CNet CWD-854
                    322:     <li>Compex WLU54G
                    323:     <li>Conceptronic C54RU
                    324:     <li>D-Link DWL-G122 (b1)
                    325:     <li>E-Tech WGUS02
                    326:     <li>Gigabyte GN-WBKG
                    327:     <li>Linksys WUSB54G v4
                    328:     <li>Linksys WUSB54GP v4
                    329:     <li>MSI MS-6861
                    330:     <li>MSI MS-6865
                    331:     <li>MSI MS-6869
                    332:     <li>Repotec RP-WU0402
                    333:     <li>Surecom EP-9001-g
                    334:     <li>Zinwell ZWX-G261
                    335:     </ul>
1.1       miod      336: <li>Realtek RTL8150L based USB adapters (<a
                    337: href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;sektion=4">url</a>),
                    338: including:
                    339:     <ul>
1.10      jsg       340:     <li>Abocom RTL8151
1.1       miod      341:     <li>GreenHouse GH-USB100B
1.10      jsg       342:     <li>GreenHouse GH-USB100B with HomePNA
1.1       miod      343:     <li>Linksys USB100M
1.10      jsg       344:     <li>Longshine LCS-8138TX
                    345:     <li>Melco Inc. LUA-KTX
                    346:     <li>Micronet SP128AR
                    347:     <li>SMC 2208USB/ETH
                    348:     <li>TrendNet TU-ET100C
                    349:     <li>Zt USB10/100
1.1       miod      350:     </ul>
1.17      jsg       351: <li>Intersil PRISM 2.5/3 based USB 802.11b adapters
1.1       miod      352: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    353:     <ul>
                    354:     <li>Acer Warplink USB-400
                    355:     <li>Actiontec HWU01170
1.11      jsg       356:     <li>AirVast WM168b
                    357:     <li>Ambit WLAN
1.1       miod      358:     <li>Apacer Wireless Steno MB112
1.11      jsg       359:     <li>ASUS WL-140
                    360:     <li>Compaq W100
1.1       miod      361:     <li>Corega WLUSB-11
1.11      jsg       362:     <li>Corega WLUSB-11 Key
                    363:     <li>D-Link DWL-120 (rev F)
                    364:     <li>D-Link DWL-122
1.1       miod      365:     <li>I-O DATA WN-B11/USB
                    366:     <li>Intel PRO/Wireless 2011B
                    367:     <li>Intersil Prism 2X
                    368:     <li>JVC MP-XP7250
                    369:     <li>Linksys WUSB11 v3.0
                    370:     <li>Linksys WUSB12
1.11      jsg       371:     <li>Melco WLI-USB-KB11
1.1       miod      372:     <li>Melco WLI-USB-KS11G
1.11      jsg       373:     <li>Melco WLI-USB-S11
1.1       miod      374:     <li>Microsoft MN510
1.11      jsg       375:     <li>Netgear MA111 (version 1 only)
                    376:     <li>Pheenet WL-503IA
                    377:     <li>Planex GW-US11H
1.1       miod      378:     <li>Siemens SpeedStream SS1022
1.11      jsg       379:     <li>Sitecom WL-022
1.1       miod      380:     <li>Syntax USB-400
1.11      jsg       381:     <li>US Robotics 1120
                    382:     <li>Z-Com XI-725/726
                    383:     <li>Z-Com XI-735
                    384:     <li>ZyXEL ZyAIR B-200
1.1       miod      385:     </ul>
                    386: </ul>
                    387:
1.7       uwe       388: <p>
1.26      deraadt   389: <strong>PCMCIA/CF Devices</strong>
1.7       uwe       390: <ul>
1.9       mcbride   391: <li>CF Mass Storage devices
                    392:     <ul>
                    393:     <li>Most Compact Flash cards and CF Microdrives.
                    394: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    395:     </ul>
1.7       uwe       396: <li>NE2000 compatible CF Ethernet adapters
                    397: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)
                    398:     <ul>
                    399:     <li>Billionton Systems CFLT2-10N
1.20      uwe       400:     <li>Buffalo LPC-CF-CLT
1.27      xsa       401:     <li>Tamarack TC3299CE
1.7       uwe       402:     </ul>
1.12      jsg       403: <li>Intersil PRISM-2-3 based 802.11b Compact Flash adapters
1.7       uwe       404: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    405:     <ul>
1.21      dhartmei  406:     <li>ASUS WL-110
1.7       uwe       407:     <li>Buffalo AirStation
                    408:     <li>D-Link DCF-660W
                    409:     <li>ELSA XI800
1.9       mcbride   410:     <li>Linksys WCF12
1.12      jsg       411:     <li>Netgear MA701
1.7       uwe       412:     </ul>
                    413: </ul>
                    414:
1.25      uwe       415: <p>
                    416: <font color="#0000e0">*</font> Support added after 3.7.
                    417:
1.1       miod      418: <hr>
                    419: <a name="install"></a>
                    420: <h3><font color="#0000e0">
                    421: <strong>Getting and installing OpenBSD/zaurus:</strong>
                    422: </font></h3>
                    423:
1.20      uwe       424: <p>
                    425: There is no official OpenBSD/zaurus release yet.
                    426: <!--
1.1       miod      427: The latest supported OpenBSD/zaurus release is
                    428: <a href="37.html">OpenBSD 3.7</a>.
                    429: Here are the
                    430: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.7/zaurus/INSTALL.zaurus">
                    431: OpenBSD/zaurus 3.7 installation instructions
                    432: </a>.
1.20      uwe       433: -->
1.1       miod      434:
                    435: <p>
                    436: Snapshots are made available from time to time, in
                    437: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/zaurus">this location</a>
                    438: as well as in a few
                    439: <a href="ftp.html">mirrors</a>.
                    440: Here are the
                    441: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/zaurus/INSTALL.zaurus">
                    442: OpenBSD/zaurus snapshot installation instructions
                    443: </a> as well.
                    444:
                    445: <hr>
                    446: <a href="plat.html">
                    447: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    448: </a>
                    449: <br>
                    450: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    451: <br>
1.30    ! david     452: <small>$OpenBSD: zaurus.html,v 1.29 2005/04/30 20:21:30 deraadt Exp $</small>
1.1       miod      453:
                    454: </body>
                    455: </html>