home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / distrib / BOOT / INSTALL-0_3 / !Install_Data_!Linux_!Help < prev    next >
Encoding:
Text File  |  1996-01-24  |  2.8 KB  |  80 lines

  1.         HELP FOR !Linux (The linux loader)
  2.         ----------------------------------
  3.  
  4. (c) 1996 Russell King.
  5.  
  6. NOTE: This application just boots the kernel.  If you wish to configure
  7. the kernel, you must run the !Config application supplied with this one.
  8.  
  9.  
  10. Installation
  11. ------------
  12.  
  13. Please see the separate `Install' file for details.
  14.  
  15.  
  16. The actual loader application
  17. -----------------------------
  18.  
  19. The idea behind this loader is to allow you to boot into linux directly
  20. from power on, while still allowing you an easy access to RiscOS.  It is
  21. highly configurable, allowing for many different kernel images to be
  22. held in one Linux partition.
  23.  
  24. Most of the configuration options can be found while actually running
  25. Linux (see loadmap(8) for information).
  26.  
  27. On the RiscOS side, you have the binary 'loader'.  For this to run, you
  28. require the Shared C Library to be loaded, and have one partition at
  29. least on your IDE hard disk.  I recommend that you also have one swap
  30. partition.
  31.  
  32. I should point out that these partitions are just normal RiscOS files,
  33. and can be looked at under RiscOS, so be aware!!!
  34.  
  35. The loader requires you to specify the following parameters:
  36.     -config        This specifies the location of the configuration
  37.             file that tells the Linux kernel the location of
  38.             the partitions on the IDE hard drives.  This is
  39.             normally maintained with a separate application
  40.             !Config.
  41.  
  42.     -root        This tells the loader which partition contains
  43.             the kernel images and the 'loadmap' information.
  44.  
  45. The next are optional:
  46.     -timeout    This specifies the timeout for the 'Press alt'
  47.             prompt in centi seconds.  If it is not specified,
  48.             then the one from loadmap, or 1 second will be
  49.             used.  After that time, the default kernel will
  50.             be run.
  51.  
  52. When you have the 'Press alt' prompt on the screen, you are presented
  53. with a list of kernels that are available.  Between the number and the
  54. name are a couple of special characters:
  55.     `+'    Kernel will run without prompting for a password,
  56.         except if you change the arguments that are passed.
  57.     `*'    Kernel will always prompt for a password.
  58.  
  59. You can use the up and down arrow keys, or 1 to 9 keys to select a kernel
  60. to run.  Enter will run the kernel.  Selecting a kernel labelled as Riscos
  61. will merely cause the loader to exit.  If the loader is run as part of the
  62. !Boot application, this allows RiscOS to continue booting.
  63.  
  64. To actually boot Linux, you really only require a root partition, the
  65. loader, and the configuration file.
  66.  
  67.  
  68. The !Linux application
  69. ----------------------
  70.  
  71. The application provides a neat way of keeping the Linux Run time files
  72. together.  The !Config application maintains two files in this directory:
  73. `!Config' and `Boot'.
  74.  
  75. The `Boot' file should contain one line of the form:
  76. Set Linux$Root "your root partition location"
  77.  
  78. The `!Config' file contains a bit of information for booting the Linux
  79. kernel, and telling the kernel the locations of its partitions.
  80.