Have you tried this for maing a shortcut to Amigo for your Win98 desktop.
http://amigolinux.org/docs/killbill.htm
It is best to try running linux.bat first from the DOS command line, but this uaually works.
Access permissions to the drives can be controlled by editing /etc/fstab while logged in as 'root'. navigate to /etc and right-click on fstab and choose 'Open as text'. There you'll see all of what Amigo HWSETUP found.
A standard line for a cdrom might look like this:
/dev/hdb /mnt/cdrom iso9660 defaults 0 0
You can give users access to the drive by putting 'users' in the options section of the line for the drive instead of 'defaults'.
To give full read-write access to a FAT partition the line might look like this:
/dev/hda5 /mnt/fat-d vfat users,umask=000,noexec 0 0
See /etc/fstab.amigo for more hints.
Yes, you can install gnome/KDE. Just go to ftp.slackware.com or any on of the mirrors. Go the the Slackware9.1/slackware folder. There you'll see the slackware package categories with folders named /a /ap /d /f /l /n /x /xap and others. Go to the /gnome or KDE folders to see what is available.
The minimum to get KDE going is the 'qt', 'kde-libs' and 'kdebase' packages.
For gnome it is very difficult to split the packages up and is best to install all the pkgs in /gnome.
For either of the above to work best, you should check the /a and /ap directories also and add the packages there that are left out of the basic Amigo installation. Also look in /n for network packages you may need. And load up on libs from /l.
For software that is not available from slackware, you can choose from hundreds of slack-packages from linuxpackages.net to extend Amigo. Be sure to use packages for the correct version (see /etc/slackware-version).
Here's a link to a newer WindowMaker which I am now using -has very nice anti-aliased fonts!
http://www.linuxpackages.net/pkg_details.php?id=3190
Save the pkg somewhere you have access to. In this case, since it is wmaker you want to change, you should do it from the command line or run fluxbox as window manager while changing wmaker.
Shut down X by exiting window maker. the navigate to the file:
cd /mnt/cdrom/example/path/to/file
run 'pkgtool' and choose 'Remove installed programs'. Scroll down the list to windowmaker (use pgdn/pgup for faster scrolling). When the wmaker pkg is highlighted press the SPACEBAR to select it. then hit <ENTER> to remove it. Then exit from pkgtool and type:
installpkg wmaker*.tgz
You should see a short text summary of the pkg as it is being installed.
Then run 'xwmconfig' and choose window maker as your window manager. Then type 'startx' to restar the GUI.
I always INSTALL pkgs this way, but remove them with 'pkgtool'. Use pkgtool 'List files in packages' to see what all comes in any package.
tar.bz2 and tbz are usually source code files. tar.gz files are also sometimes source code, sometimes binary installer files, like for Firefox or Opera. These files cannot be handled by pkgtool. Stick to using Slackware-type packages at first, before learning to deal with those.
Open /etc/rc.d/rc.modules as text and uncomment(delete the '#') the line for you sound card and it should load the next time you boot.
Amigo is a very powerful user. If you need to do something as 'root', while logged in as 'amigo' just open an xterm and type:
sudo su
You will become 'root' in that window and be able to run any command.