Received: from SOUTH-STATION-ANNEX.MIT.EDU by po10.MIT.EDU (5.61/4.7) id AA14248; Thu, 18 Apr 96 23:23:59 EDT Received: from FOUNDATION.MIT.EDU by MIT.EDU with SMTP id AA12017; Thu, 18 Apr 96 23:23:34 EDT Received: from localhost by foundation.mit.edu (8.6.10/4.7) id XAA18293; Thu, 18 Apr 1996 23:24:39 -0400 Message-Id: <199604190324.XAA18293@foundation.mit.edu> To: linux-dev@MIT.EDU, linux-help@MIT.EDU Subject: 3c590 install boot disk Date: Thu, 18 Apr 1996 23:24:35 -0400 From: Erik Nygren Hello, I made a Slackware install bootdisk for Kevin Fu's 3c590 kernel just to make installation easier for the growing number of people with 3Com 3c590 network cards. The bootdisk should work just like any other Slackware boot disk. It's located in: /mit/linux/slackware/Slackware.3.0.0/bootdsks.144/net3c590 and /mit/linux/people/nygren/net3c590 A number of times I've heard the question of how to make a slackware bootdisk after you have a kernel built. Basically, build the kernel and then create the disk with: dd if=bare of=/dev/fd0 bs=8192 # make a floppy with the bare kernel mount -t minix /dev/fd0 /floppy # mount the filesystem off the floppy cp zImage /floppy/vmlinuz # copy the bootable kernel to the floppy lilo -r /floppy # run lilo using config files on floppy umount /floppy # unmount the floppy Then you're done. To be safe, it's often a good idea to type "sync" a number of times at the end before removing the floppy from the drive. This explaination assumes you already have a pretty good idea of what each of these commands do. Send further questions to linux-help@mit.edu. Erik