From: Andy P. <at...@us...> - 2001-09-21 21:25:33
|
Update of /cvsroot/linux-vax/www/htdocs/download In directory usw-pr-cvs1:/tmp/cvs-serv21513 Modified Files: dlframe.html Added Files: README.vaxroot-20010920 vaxroot-20010920.tar.bz2 Log Message: Add vax root image and readme --- NEW FILE --- readme for vaxroot-20010920 Contents: 1) Installation - common - NFS - SCSI 2) Example Bootlog 3) List of installed packages. ***************************************************************** WARNING This is not "Internet ready" The root and default users have no passwords set. Several of the packages are old and have known vulnerabilities. This is for development only. Additionally if you use NFS boot, this requires the file system exported r/w, and with root remapping turned off from your NFS server. ***************************************************************** This tar file holds a Linux/VAX filesystem. This file system can be installed to boot from a SCSI disk, or as an NFS root file system from a suitabe NFS server. It also holds two kernel images, the first called vmlinux.ka43.SYS which is suitable for these KA42 or KA43 systems Vaxstation 3100m30 Vaxstation 3100m38 Vaxstation 3100m40 Vaxstation 3100m48 Vaxstation 3100m76 The second image is called vmlinux.ka46.SYS and is suitable for these KA46 based systems; Vaxstation 4000/60 Both kernels can be used for either scsi or mop booting. 1) Common install tasks. Untar this file into a suitable directory (e.g. /disk/vax/vaxroot) Decide on a suitable name and IP address for your vax, and edit the etc/hosts file, and etc/HOSTNAME files to set these for your VAX. e.g. # more etc/HOSTNAME vax.pergamentum.co.uk # more etc/hosts 127.0.0.1 localhost 192.168.70.10 vax.pergamentum.co.uk vax Edit the etc/fstab file to setup suitable values for the root file system and swap device. If you are using the NFS booting method then comment out references to scsi disks (e.g. /dev/sda1). You dont need to supply a root file system entry for NFS boot, as it is supplied by your NFS server. Decide if you want to set a root password, and a password for the example user "user". Both are currently blank, and passwords are not prompted for. See the note above. NFS boot -------- Other things you will need; 1) The mopd-linux daemon on your NFS server to download the kernel to the vax. This can be got from the Linux/VAX webserver. 2) bootpd, or dhcpd to supply the vax with its IP address, and hostname. 3) NFS server programs 4) The setcmdline program from the asbl-0.1. package. The rest of this section assumes you have access to a system running Linux/i386, or similar and that this is your NFS server on a private network to your VAX. Set up the mopd-linux to download the kernel of your choice to the vax when it boots. e.g. if you have a KA43 with ethernet address 08:00:2B:27:37:C6, copy the vmlinux.ka43.SYS file to /tftpboot/mop and create a link from it to the file name 08002b2737c6.SYS. i.e. /tftpboot/mop/08002b2737c6.SYS -> /tftpboot/mop/vmlinux.ka43.SYS Start mopd. Setup dhcpd to supply the right IP address and hostname. e.g /etc/dhcpd.conf looks like this subnet 192.168.70.0 netmask 255.255.255.0 { range 192.168.70.50 192.168.70.100; } host vax { hardware ethernet 08:00:2b:27:37:c6; fixed-address 192.168.70.10; option host-name "vax"; } Start dhcpd. Export the directory you untarred into from your NFS server to your vax. Put your vax in the NFS servers /etc/hosts file. e.g. /etc/exports /disk/vax/vaxroot vax(rw,no_root_squash) msslv2(rw,no_root_squash) Start the nfs server programs (portmap/nfsd/mountd) Set the kernel command line in your mop boot image to match the path in the /etc/exports file, using the setcmdline program from the asbl-0.1 package e.g. (all on one line) setcmdline /tftpboot/mop/vmlinux.ka43.SYS \ "root=/dev/nfs nfsroot=/disk/vax/vaxroot/ rw debug" Try and boot your VAX e.g. on a KA42/43 >>> boot esa0 Eventually, if all goes well, you should see something resembling the boot log at the end of this readme. If not, the system logs are your friend. SCSI boot. ---------- This is currently only available on KA42/KA43's as we dont have a driver for the scsi card in the KA46 organised yet. This assumes you have a SCSI disk you can partition and attach to the VAX, or a shared SCSI chain. This example supposes a RZ24 type disk. In addition to this, you will need the asbl-0.1 package from the Linux/VAX webserver. Partition the disk using fdisk e.g. # fdisk /dev/sda Command (m for help): p Disk /dev/sda: 64 heads, 32 sectors, 200 cylinders Units = cylinders of 2048 * 512 bytes Device Boot Start End Blocks Id System /dev/sda1 1 150 153584 83 Linux /dev/sda2 151 200 51200 82 Linux swap make an ext2 filesystem on /dev/sda1 (and other devices as needed) mke2fs /dev/sda1 mkswap /dev/sda2 Mount /dev/sda1 and untar the vaxroot.tar.gz file onto the disk. Edit the etc/fstab file to reflect the right scsi devices for root, swap and any other mount points. e.g. etc/fstab none /proc proc defaults 0 0 /dev/sda2 swap swap defaults 0 0 /dev/sda1 / ext2 defaults 1 1 none /dev/pts devpts gid=5,mode=620 0 0 Change to the directory you have mounted the root filesystem under, and change the kernel command line of the vmlinux.ka43.SYS kernel image to reflect the new root device, using the setcmdline utility from the asbl-0.1 package e.g. (all on one line) setcmdline vmlinux.ka43.SYS "root=/dev/sda1 rw debug" Create a boot block using the asbl program. Note, you will need to cross compile the sdboot.S file to produce a VAX binary boot block. Install the boot block using dd. unmount the disk, power down, and transfer to the VAX, and boot. e.g. >>> boot DKA300 If all goes well you should see a boot log like the following. 2) Sample Boot log --------------- >>> boot esa0 -ESA0 CPU type: 80007E04KA43 Boot Head.S loaded at address 00007E00 rpb/bootr5/ap/sp 00000000 00000000 00000334 00007C00 relocated at phys address 001002F1 CPU type: 0B000006 sidex: 04010002 Starting VM Linux/VAX (lin...@mi...) IO mapped phys addr 0x200a0000, 0x0001 pages at virt 0x813c0000 (IOMAP PTE index 0x0000) IO mapped phys addr 0x20080000, 0x0001 pages at virt 0x813c1000 (IOMAP PTE index 0x0001) IO mapped phys addr 0x21100000, 0x0001 pages at virt 0x813c2000 (IOMAP PTE index 0x0002) IO mapped phys addr 0x21000000, 0x0020 pages at virt 0x813c3000 (IOMAP PTE index 0x0003) RPB info: l_pfncnt: 00009e00, .l_vmb_version: 0b000106 .l_badpgs: 00000000 Physical memory: 00009e00 HW pagelets, 000013c0 pages (20224KB) CPU type: KA43, SID: 00000000 VM: mapped physical from 80000000 to 813c0000, iomap from 813c0000 VM: vmalloc from 814c0000 to 818c0000 VM: ptemap from 818c0000 to 83bc0000 for 64 processes calling start_kernel... Linux version 2.4.2-20010307 (at...@at...) (gcc version 2.95.2-linuxvax-20001231 (release)) #251 Fri Sep 21 14:16:00 BST 2001 kernel_cmd_line 80007e04 root=/dev/nfs nfsroot=/home/disk_vax/vaxroot rw debug VAXMM: Initialising mm layer for 64 tasks of size 64MB VAXMM: system page table base 80270000, length (bytes) 77800 length (ptes) 1de00 bootmap size = 00000278 calling free_bootmem(start=00001000, len=000ff000) calling free_bootmem(start=002e8000, len=010d8000) On node 0 totalpages: 5056 zone(0): 4096 pages. zone(1): 960 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs nfsroot=/home/disk_vax/vaxroot rw debug Calibrating delay loop... 10.13 BogoMIPS Memory: 17932k/20224k available Dentry-cache hash table entries: 4096 (order: 3, 32768 bytes) Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes) Page-cache hash table entries: 8192 (order: 3, 32768 bytes) Inode-cache hash table entries: 2048 (order: 2, 16384 bytes) POSIX conformance testing by UNIFIX IO mapped phys addr 0x20080000, 0x0001 pages at virt 0x813e3000 (IOMAP PTE index 0x0023) vsbus: interrupt mask 0 Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Starting kswapd v1.8 pty: 256 Unix98 ptys configured block: queued sectors max/low 11824kB/3941kB, 64 slots per queue RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize Serial driver version 5.02 (2000-08-09) with no serial options enabled DECstation DZ serial driver version 1.02 ttyS0 at 0x813c0000 ttyS1 at 0x813c0000 ttyS2 at 0x813c0000 ttyS3 at 0x813c0000 dz.c: using irq rx 176, irq tx 177 PPP generic driver version 2.4.1 vaxlance.c: v0.008 by Linux Mips DECstation task force + ai...@li... KA43: enabling KA43_DIAGMEM for memory from (802f0000) to (80300000) IO mapped phys addr 0x200e0000, 0x0001 pages at virt 0x813e4000 (IOMAP PTE index 0x0024) IO mapped phys addr 0x20090000, 0x0001 pages at virt 0x813e5000 (IOMAP PTE index 0x0025) Ethernet address in ROM: 08:00:2b:27:37:c6 IO unmapping 0x0001 pages at PTE index 0x0025 probed IRQ 148, vsbus 5 Using LANCE interrupt vector 148 SCSI subsystem driver Revision: 1.00 IO mapped phys addr 0x200c0000, 0x0001 pages at virt 0x813e5000 (IOMAP PTE index 0x0025) scsi0 : at 0x813e5080 irq 254 options CAN_QUEUE=32 CMD_PER_LUN=2 release=1 generic options AUTOPROBE_IRQ AUTOSENSE generic release=7 scsi0 : VAXstation 3100/MicroVAX 3100 NCR5380 SCSI Vendor: DEC Model: RZ24 (C) DEC Rev: 221B Type: Direct-Access ANSI SCSI revision: 01 CCS Vendor: DEC Model: RX23 (C) DEC Rev: 0054 Type: Direct-Access ANSI SCSI revision: 01 CCS Detected scsi disk sda at scsi0, channel 0, id 3, lun 0 Detected scsi removable disk sdb at scsi0, channel 0, id 5, lun 0 SCSI device sda: 409792 512-byte hdwr sectors (210 MB) Partition check: sda: sda1 sda2 sdb : READ CAPACITY failed. sdb : status = 0, message = 00, host = 0, driver = 28 sdb : extended sense code = 2 sdb : block size assumed to be 512 bytes, disk size 1GB. sdb: I/O error: dev 08:10, sector 0 unable to read partition table NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 512 buckets, 4Kbytes TCP: Hash tables configured (established 1024 bind 1024) Sending BOOTP requests.... OK IP-Config: Got BOOTP answer from 192.168.70.8, my address is 192.168.70.10 NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. Looking up port of RPC 100003/2 on 192.168.70.8 Looking up port of RPC 100005/2 on 192.168.70.8 VFS: Mounted root (nfs filesystem). Freeing unused kernel memory: 36k freed INIT: version 2.77 booting Welcome to Linux/VAX Mounting proc filesystem Setting clock : Thu Jan 1 00:00:06 1970 Thu Jan 1 00:00:07 1970 Activating swap partitions Adding Swap: 51196k swap-space (priority -1) Setting hostname vax.pergamentum.co.uk Remounting root filesystem in read-write mode Mounting local filesystems Enabling swap space INIT: Entering runlevel: 3 Enabling IPv4 packet forwarding [ OK ] /proc/sys/net/ipv4/ip_always_defrag is missing -- cannot control IP defragmentation Bringing up interface lo [ OK ] Initializing random number generator [ OK ] Mounting other filesystems [ OK ] Starting system logger: [ OK ] Starting kernel logger: [ OK ] Starting INET services: [ OK ] vax login: root # uname -a Linux vax 2.4.2-20010307 #251 Fri Sep 21 14:16:00 BST 2001 vax unknown # 3) List of installed packages All packages compiled static, with a native compiler, against uClibc. Some packages are incompletely built. Info files, man pages and internationalization files have been removed to keep the download small. asbl-0.1/ -- scsi boot loader ash-linux-0.2/ -- default shell. bison-1.28/ byacc/ diffutils-2.7/ e2fsprogs-1.15/ filesystem-1.3.5.tar fileutils-4.0/ findutils-4.1/ flex-2.5.4/ gawk-3.0.4/ grep-2.3/ initscripts-4.48/ jed/ make-3.77/ mingetty-0.9.4/ ncurses-4.2/ net-tools-1.53/ netkit-base-0.10/ netkit-telnet-0.10/ -- telnetd does not work. popt-1.4/ sed-3.02/ sh-utils-2.0/ slang/ sysklogd-1.3-31/ sysvinit-2.77/ tar-1.13.11/ tcsh-6.08.00/ -- this has the odd lockup (SIGCHLD related?) termcap-2.0.8/ texinfo-3.12h/ textutils-2.0/ tools/ -- binutils, egcs-1.1.2 under /usr/vax-dec-linux uclibc/ -- From our CVS 20010917 util-linux-2.9w/ zlib-1.1.3/ --- NEW FILE --- BZh91AY&SYî§¾ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿå)ûß{o9ÞóÕöú|³töÌ®AánÎj° @ÜXûeì:(¯g¬ vÈ´[3¶ì{°- ¦-+°ÓÓætTUöèI«a ¢B¨éÛ(ø^Ö%äPyÝÍ×z.Ôßløßéâzsu64ÛíÜ¢(¾ÝÙÏtû}»´ðà:K>vÎq1Õ]5UöÞ-CÞ»ÂôIqzÐrù±®¼îëëÀõîê6°6ÈwQKÖNÅìï{Ûz§l6ÐK·M9¶d`zÓâpÃ4¬,ßAéÂð+èZ8f°O£î«Ô³_<ôòâzç Ýo_3ÉÂ}öÚN^S¾wÒ¶o¯ú=í»wx8eöÏ oiô=³¾m mÐuÑKnA_ ÷¼9ÞêF#« îpqanç4ûNîðìh;ÝÚR½Ã°ÇÞàq¬3¾ó£¡è÷Øûì> =bF6pß}îÃ} ºÜ=Îq±c=.áÃ0ÝGnv«·8kµëÀ T U'¶]¸ÛÛÓÞÌ»zß=ï÷Ë)+<ïu;°ËJn÷yÌÍÓ®{ÙÔzʼÇrt ïp=íh|'¯5è¡I |¯9Ôv¶é¹ºØöí:ãѤ²¦ºGÛ;Ö¯ÑÐUd{ïs¦Û ëâ>è6Ï ñ´ ¯xc¡ôzùï;|,P=÷ØöÞÑ.ÇÞ¯äø}áõóR»îÝ>W×m| ߦ5¯ögl¬×{Õñvë§T®´uì>Uâ+É4-$¾îsoOr½¨¶Ù&ÄòníãmãÙAî§WC¾ót:¥Pl¡ôuÖAÑÑMX0x¹8¬Ø¼®rTßy_o¾ÌÅÛYøÆ©M6¯r÷²9Nu:j3m)·>îzRç}½ÕR¼ÌQDM.-Æf("(HÞ[îYð(ûKåËnnÁuk@ ïo{ãæï½Äúm³¼õȵ ¶-ïwÆï»Êú7TåÊíÛjA¶y¶ØmÄê{Ýã<&8¹Îìî=ð¼Æwrlm_n¯ß3KݶóYÞÞø³¸Í;G°2éo{¸»$èÈKX½2Îs¶9ÖmÛGʾìÍs¹Q æË´B,û»°Ñõ¡NÛu÷ÃÈù¶gmÓ»,|õ®W]:c¤öÊÅë-=ãh:ñvcJ§EzÄê8çlwP)äfûîà °w½¢XW!÷¡ÕO}j:ïw½_CgËÙæá}Þúù^ó×=:ëªËÝö w>ï<Ôë#²µõªÅkb<諭\öPU$ﻤP ¥J¤ã㾬ûû3¬e{efÆm5ZÐ*±} Ö:½Ì9»Øê½©¼z=ÈÐ0 ÜÛaXVïï¾c TÇ2MÚñÜöÕ=tÝõé×vU5ZÜÛnÛ¦®ÒÝuíâwÛé¾n;` (wÉèç`ꫪ¬õ Ù iïw<ǧºuÒêõV=áÞõµ¥WZ5»uLÚFòóëéê%wtǵÜ9¥;¬ww-eö=Ì=Û¦vÃëì $¤ [...34967 lines suppressed...] JmE±híÇ4øß¿cõ<>Z»í½Ed¢~ǺfÙ°üíl3Í<æ,»zï|B;¿4é¡:vc¥øÅI=[ÔVºñ}3ॠUÌ áêLÛÇç>ÕÊY¿âKmWaÍ}_7©EÌ}[[C±opPfÜ}áfÞ´ªÕÂjÄLìlÍô´Jm¬Â50ãÅÀî _Z{ÜÍm,¾Öá1¬¡ã¶l"êÆ1kQÈí6·4)¡bû(ÍJÇÃK > ÑoY)[s£`Qú]øwÀÛª¨Ë0µ(IóþþÃýõW+e¦ñå^ô÷¯Êû»þëýv»9ìE?cgî{oªP0ÌPãydÚ¬CáÐ( ²æ³yí·ãÍ?®Ö² M2z^V«¹ïj?ÍÓïËwö(dXîÕ¥ÔåúE³âz·¯{ÄÃjÀQvûÙÞuLºã¤Ò@ÐÅû·½Àg÷IT¦I¡<rè6B¾×ú .ïõÒlØÄ.[~Ì¥û6ËdÌÀ U¿Þvx·÷pð³{´è(öcË}øü5÷Âó'âV¢ù°Áî¤Ð(j´(p"ÛÉe=Óùõ#e½?¯y=y@ü;Â~4þ/×áâäø½æ Ø¾ÿq[wò~rØÝe4×Ý ê÷ü>6{oÈ,OïüvG8?£ÜVõ¿çnÁì,ºÌÉ<¶5¾ùNî·)%Aâp»õ]p± XQñߣt[¯÷´«Déoñ-ø_üî0Ðu[ÃÉ)Ê¥ 1í{þÁÍYÎFBc¢>×èà åu¶µYdêdh`Çx0öqýßýöÆö±0¨ZwfΦäzú¸ö±ÁÆV¬Xõ¢GíkIóÛ=My¹2É>·õâ¯ÃäøJܵ³Áë˸yw$`óÜÀ7K¾Ü ;ô8¨C¤=ÁÒ/á¼ÚNÝËÀ$»¯È y¹ßÜÆëO ¯kF t>gò¤@$p´Ô0P¥KÒC<Ñ[¢ðMðèn\Jس¼§Àð&ì-hðÕß)°xê_Pã:óÚ nFäq?p|dpåÇxÐ ¹èèxtÊÉ.·l|K;öHÞ¢£Í!ú£á>Û£3¤±{Ç«Ì?.åù³ºÄBn=j1ùoÈáØ(ûÂûy³ñ¡ÓÍS5ñ ¨SáCnã6¼Ì±hÌ|íúIV¿ÖÖ½ó«Æo!Îüâ±ë©&û¡MËn ÄÄ8I¹iûÞ\¼jS¹ØÚyËùå·,.Xn[ wÈòwfArt"HLX¡ýL·$@Ç?Pd7f×8=ä§hc?¸ÕfóÔ\ÜÖYÞh«g«2Ó<¦-)>7_S_qÜ×£ÑÚ'ÚWÈu;vÛÐ9X]Òhnçé36ÔÄ»TúW=ÈãxW´ø/tE¼ÜÛi±74AÃO»Å Á²ü-®=éµòvã »óg½}æ dôÇB)Cpþ5=WN¾ÂÉ;_u##½7ðÅZêNó$|sî3üFÃ<2KK:(×LaDyò<¸s¨£êxûÅåöV!jø|ñì¨5n=óÂ+2ÛF/{vë;V¡`±V7ÚËMmOÅv-Ò`üêMn4ï9V¦3G\'s®¸¶®¹lj« 9scÝGÝßí¦/ͦ$²_»àðcʯêþv¢rlî¹ûYvqrVÆ9NÍs[§ûáÚÎÝ8qiG²ÓaÇ4xznÔåT&qR®ÅgNã饺k^f±eloO2©Là8òu_4Âyþo&nÞ#´ #abÊP7O ]±Ð{^ö"ÍÝ8²Ý% |ODåÜU·s WS½þ âf`aê]Ó$e¶WÃJÑÙ¯,¹S6Cs«¸çÚ#ØKuõLc<Nw(Ù jØÛ îfð}áϨ[LMÝc²>oGô[è$I-Ì_DZéßÅhã ¬8EJ±ïSÌï=~:RAÜñ+{9£áv®äã¼ÿïì³33ìö8.¾,Tïl 5PqØ(:)´ôéÛ<ûêê÷t#ü?ßâþ{¦Ánýë(àÊôÓûýÉ¥Âóû¯°ýrõ¾&#ûàþâ¤ý§øø}÷aÀ¿ß=<»PÃ|Æoa'ô_5¼¾cÕÉIhe¯ ¢êæ=¶ }5Ïù;÷Þ&§Ìì¯>OÊkÓ //5ä{ÚH"áÅð</§òáѹ>ìn×aû± lÛzÎ~Foßî½Y:Kç§êÝ'©neö®9î|Í.ås=ä+KLGüvüLÒ~:íóÅL:æÇèûy}{Ø|ßêèXS¦â0á÷tsÝ(z¿YÊú3Ø|Y'<;Q ÞX$'äsÕýQ͹~.]UE}µõa_·þ^¯üÁÊÅ §dÞÛ½@T]Ú!GëÑÏ{¿ü±Áþ-WX$ðý;Y~¯ê]y jBA³¸:ïÆ¥Oèyíðe»y8¿^°yÿ~ÜÊtñÜèm·ð5©e Ê)3aÕ23#ægäki {ódmùKàŦ9QøJh|o5ª¥_b+¿m;ÎþxO<uQ5ñ O¯V5líµkW(' 6íûôiÀÔ;ºT8ÑݬVT¨× _Þ6o>pwÖ&!:§£y8³ì¿ ,I¸ÎÙ.è7]ùߨ°1$t8Bb¡ùÁx&Y ªÞCÉã~à d âÎÿå^hÂHDäãp¨ Oùb¤Pæ¢dG~;~ÉEZ,²/^úFY?½»¸Â'´Ák± ${ZÖÇÙsAS'ßípë§øÙ±ÜñQðWð>nïa{=wmÍÛP?O+ôµÍÍAÑ?Æ9/:Üu»17ÑòaÃå{ÇVù¸T=~z~ÿ°[a¿wж;åÂ!ÉÙ+ÄÀ åñ53ÿ$0´AYz'ý$¯6pG¡ËtéXëï?³KÊ5°Ìô1h zP½VįúP>aDÿ<F\Ãc¼bõ@ëöî$÷=§'¶<£ëó[ÍvO²ad5¼QTo6~B6!¦þÿÏfê{9Aá¹øk PX°ékg)D5FÚ6Gs}¬ÿkANÆçr[ÇÞèf»^(KrI)#ßÏÖ×U¯ÞìBr>²Q×gy¨x8E¸´DfBL:ÿS¼âÖTxïÆñ£È.5v9ïââö¡gææ1®Ñ4eZçìMÚ\¢×w\£ãôü¶lÅÁËûªNG^ǽØA# _}'$GWJg, i,#bÎl?ù6 ±;9íÇÐocHºÏpã;¡Èûë`Yת©:;ë=öZÒ¨ú¾²¿ÎþüÈìÜGÖ7ä@àB-PîÔC/'QH ¹ R¢ } ʺg-D+I´7.DRm¦X«ØÜEX8¥uS°¹,6e0C+B *̺3Êu{äÞAFõ{âѲE9wYU°4îõBfZæMÌÄN á6Yß5$øòÏTç3ªmya|¨<GPbÑÃ6ac©QîÜ«³6 å³0ãT¥Øl<¹Ë¾CÃ`¡:kaÌó@ö,S0P8Ao5+%-ÓøTÇÑ%Á?Ë×寏CïÑñ^*p´³ÂH»ÁCËk^áR[¼üßóZPýÑ@óBßü:=HKÇuGÔp³óOd¹%ÀG»Ñâ"|¶ÖáAõDhîøÝ9ÐèzçÔ ¾E%"jþ TÒ"(zuLjçfV<¿ª AZêR7i¦EQ"tкÔúб±I#ý©ÉeàÓ'<(aÀ÷{y¬vLòPA=÷Ê9öø¯ÍûÙ¢¶!ËlI oeW/_f<\\_Dä!¹ìC×?³ÞäõALo%§[¶j«mø·ð:ÿ×´å¡h*+Nâ=±#(\úb7úÔ¹EqÊÕ=£7m¯±)}q°XòçÿnnÂZPE<}}â6³Ã§ÊaCoòo2ZÕ 14kßð¼ÿÜùºØ!£( nêÿúô-ÚÐ,:ØUAWh! ׸ätÜ æk Ïú¿/E«àí\¾ø[Öïãâ8oÙ #è!¼õ\;/²°_¼¡ÆK赸áÜÆø{ycwQ(z/WÏ|øÛ5¦Ù==<;þ§E'A å\ ̧$¨¸(ã¬{[Z^É2â_0OÖ$Bã:[Ë7=ÝSnI #7^G~ !ÆÿÝHgÐçõ¿ ô¬aæy²ÌbSçÏ#G¼ù>·£þô Index: dlframe.html =================================================================== RCS file: /cvsroot/linux-vax/www/htdocs/download/dlframe.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dlframe.html 2001/09/21 20:12:47 1.3 +++ dlframe.html 2001/09/21 21:25:29 1.4 @@ -27,6 +27,8 @@ <li><a href="tools-bin-linuxvax-20001231.tar.bz2">Cross compilation toolset for Linux/i386</a> <li><a href="asbl-0.1.tar.gz">Andy's SCSI boot loader</a> +<li><a href="README.vaxroot-20010920">Instructions for Linux/VAX root image</a> +<li><a href="vaxroot-20010920.tar.bz2">vaxroot-20010920 root filesystem (8583002 bytes)</a> </ul> |