home *** CD-ROM | disk | FTP | other *** search
/ Dream 60 / Amiga_Dream_60.iso / dosutils / linux_load95 / Readme.txt < prev   
Text File  |  1999-02-11  |  6KB  |  143 lines

  1. ============================================================================
  2.  
  3.    Linux95 v1.0 (C) 1997 Kurt Fitzner (nexus@v-wave.com)
  4.    LOADLIN v1.6 (C) 1996 Hans Lermen (lermen@elserv.ffm.fgan.de)
  5.  
  6.    This program is free software; you can redistribute it and/or modify
  7.    it under the terms of the GNU General Public License as published by
  8.    the Free Software Foundation, either version 2 of the License or
  9.    (at your option) any later version.
  10.  
  11.    This program is distributed in the hope that it will be useful,
  12.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.    GNU General Public License for more details.
  15.  
  16.    You may have received a copy of the GNU General Public License
  17.    along with this program; if not, write to the Free Software
  18.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20.  
  21. ============================================================================
  22.  
  23. Linux is the best, but if you're like me, you've had to bow to the
  24. sheer volume and types of software that just aren't available or 
  25. stable under Linux yet.  So, you, like me, run Win95 when you need 
  26. to, quickly shedding Gate's virus at the first available opportunity,
  27. and diving back into blissful REAL (ie: thunkless) 32 bit heaven.
  28.  
  29. Using a combination of Hans Lermen's Loadlin, Borland's Delphi 
  30. (Borland is the only good thing about Windows), and the excellent
  31. Linux 95 logo created by Marc E. Christensen, I've written a quick
  32. program that allows the Windows 95 user to boot Linux with style!
  33.  
  34.   ---
  35.  
  36. Shipping List - Included in this .zip file:
  37.  
  38.   Linux95.EXE  - The Windows executable.
  39.   Linux.BAT    - The DOS batch file.  You propbably need to edit this - see below.
  40.   Linix.PIF    - The .pif file that is used to cause Win95 to 'terminate and not
  41.                  stay resident'.
  42.   Loadlin.EXE  - Loadlin version 1.6.  This is what actually loads Linux.
  43.   Readme.TXT   - This file.
  44.   Copying      - Terms under which my windows program, and everything else included
  45.                  are distributed under.  It's the GNU copyleft.
  46.   L95Src.ZIP   - Borland Delphi source files for the windows part of this.
  47.   llquicks.trt - Quickstart file for Loadlin. READ THIS IF YOU ARE UNFAMILLIAR WITH LOADLIN.
  48.   llmanual.txt - Full manual for Loadlin.  READ THIS IF YOU ARE UNFAMILLIAR WITH LOADLIN.
  49.                   
  50.  
  51.  
  52. You will need to do the following to get it working:
  53.  
  54. 1: Unzip this distribution into its own directory somewhere
  55.    (hopefully you've done this already).
  56.  
  57. 2: Get a linux kernel onto one of your dos partitions
  58.  
  59. 3: Edit the LINUX.BAT file so that it properly runs LOADLIN for your 
  60.    kernel.  I will give a few examples, but it is recommended you 
  61.    read the help file that comes with LODLIN16 if you are at all 
  62.    unsure.
  63.  
  64.    ie: If you have Linux on the second partition on your 'D' drive, you could use
  65.        loadlin c:\vmlinuz root=/dev/hdb2 ro
  66.    
  67.    ie: If you have Linux on an UMSDOS directory on your 'C' drive, you could use
  68.        loadlin c:\vmlinuz root=/dev/hda1 rw
  69.  
  70.    NOTE: This is NOT the documentation for loadlin.  I have included 
  71.    that documentation in this distribution.  *Read it!*
  72.  
  73. 4: Make a shortcut on your desktop that points to Linux95.EXE, 
  74.    placing it in a very prominant palce so that every other 
  75.    application on the desktop may see it, and know that Linux is 
  76.    "The Operating System", and that they are mere appendages to 
  77.    the virus now foisting itself off as an OS (Ferengi print: 
  78.    The above statement, and indeed most every other statement 
  79.    in this file, is the oppinion of the author, and not meant 
  80.    to be more than a statement of personal oppinion.  Any legal 
  81.    defamation either expressed, or implied, is specifically 
  82.    disclaimed).
  83.  
  84. 5: Run it....woo hoo!
  85.  
  86. Linux95.exe, Linux.BAT, and Linux.PIF need to be together in the same
  87. directory.  Loadlin.EXE and your kernel image can be anywhere you like,
  88. so long as Linux.BAT is edited to reflect where they are.  The rest of
  89. the files can be turfed once you get it working to your liking.
  90.  
  91.  
  92.  
  93. Troubleshooting:
  94.  
  95. If Win95 termninates, and you get a few lines of text, and then
  96. restarts, then you more than likely have a problem in your Linux.BAT
  97. where it can't find Loadlin, or where Loadlin isn't being run properly.
  98. READ THE DOCUMENTATION FOR LOADLIN!
  99.  
  100. If Win95 doesn't terminate, then Linux95.EXE may not be able to find
  101. LINUX.PIF.  Make sure it is in the same directory as Linux95.EXE, or
  102. somewhere on your path (ie: in the Windows directory).
  103.  
  104. If you have DOS programs currently running when you run Linux95, then
  105. you will get the standard "You must quit this program before you quit
  106. windows" dialog.  Also, if you have unsaved files in a windows program,
  107. you will get 'Save file?' dialogs from those programs before Windows
  108. terminates and Linux can load.
  109.  
  110.  
  111.  
  112. Credits (please read):
  113.  
  114.   My part of this took about 2 minutes of coding, 5 minutes of net searching to
  115. find the graphic I wanted, and 30 seconds of rescaling by photostyler.  The REAL
  116. work was done by:
  117.  
  118.     Hans Lermen, author of Loadlin.
  119.     Marc E. Christensen who designed the Linux95 logo I used
  120.     Borland who put together a Windows application designer 
  121.      ('compiler' just doesn't cut it) the way it should be done.
  122.  
  123.  
  124.  
  125. Loadlin Sources:
  126.  
  127. The source code for Loadlin can be obtained from almost any Linux
  128. site.  Just stick 'lodlin16.zip' as a search work in INFOSEEK and
  129. you will get lots of places.  As a last resort, email me and I will
  130. send it to you (nexus@v-wave.com).
  131.  
  132.  
  133.  
  134. Documentation notes:
  135.  
  136. I was going to make this a Word 6 .doc file (which is what Write or 
  137. Wordpad now uses) and include the Linux95 logo on the top, but wordpad 
  138. saved it as a 3 meg file.  It compressed nicely, but I mean come on... 
  139. 3 megs for a graphic that by itself saves to about a hundredth of that in
  140. .bmp format.
  141.  
  142. Thank-you Microsoft for yet another winner.
  143.