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

Annotation of www/zaurus.html, Revision 1.26

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