home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / KERNEL / V1_1 / README_TXT next >
Encoding:
Text File  |  1996-03-12  |  2.7 KB  |  81 lines

  1. This is ARM Linux.
  2.  
  3. *** THESE ARE THE READMES FROM THE PREVIEW VERSION.  I WILL BE UPLOADING A NEW
  4. *** VERSION OF THESE SOON!
  5.  
  6. Installation - ONLY IDE DISKS ATM.
  7. ==================================
  8.  
  9. 1)  Get the files partitions/root.gz, bootbin.tar.gz, bootmap.tar.gz and
  10.     config.zip.
  11.  
  12. 2)  Ungzip the partition file root.gz onto your harddisk.
  13.  
  14. 3)  Unpack bootbin.tar.gz onto your harddisk.  This contains one binary
  15.     of the boot-time boot loader (the one that you put in your !Boot
  16.     system).
  17.  
  18. 4)  Unpack config.zip onto your harddisk.
  19.  
  20. 5)  Create an empty file for swapping to (about 5MB should be ok).
  21.  
  22. 6)  Run the configuration (!Linux), and you should be presented with a
  23.     setup screen.  Set up the partition files as needed.  At the moment,
  24.     only two should be specified, the root partition and a swap file.
  25.     Remove any that are not required.  Leave the other settings as is.
  26.  
  27. 7)  Choose S and Y to start linux.
  28.  
  29. 8)  Linux may complain about a few problems during the boot, but the kernel
  30.     should not panic.  If it does, please send me precise details of the
  31.     setup & the config file.
  32.  
  33. 9)  Login as root
  34.  
  35. 10) edit /etc/fstab so that the correct device corresponds with the
  36.     place where it is to be mounted.
  37.  
  38. 11) type: mkswap <device> <size in kb> where device is your swap device
  39.     eg. /dev/hdb4.  These devices correspond to the image files in the
  40.     setup screen.
  41.  
  42. 12) Unpack the bootmap program from bootmap.tar.gz and run it:
  43.     bootmap <root-device>.
  44.  
  45. 11) reboot back to riscos (ctrl-alt-del).
  46.  
  47. 12) put the linux boot-time boot loader into your !Boot system using:
  48.     linuxboot -config <config-file-inside-!linux> -root <root-image-file>
  49.  
  50. 13) reboot the machine and you should see the linux bootloader say:
  51.     'Press alt to access bootloader' or similar message.  If left, it
  52.     will boot to linux, press alt for a menu of available kernels.
  53.  
  54. It is best to have bootmap.tar.gz on a dos floppy & mount it using:
  55. mount -t msdos /dev/fd0 /floppy
  56. Then copy bootmap.tar.gz into /tmp:
  57. cp /floppy/bootmap.tgz /tmp/bootmap.tar.gz
  58. and unpack it there using:
  59. tar zxvf bootmap.tar.gz
  60. Then copy bootmap to /sbin/bootmap, overwriting the version already there.
  61.  
  62. If you encounter any problems, then email me using the address
  63. rmk92@ecs.soton.ac.uk, subject preview.
  64.  
  65. PS. Get vmlinux.gz and put it in the !linux directory, setting its load & 
  66. execution addresses to be 0x01800000 (&1800000).
  67.  
  68. One way is to use OS_File...
  69.  
  70. ==========================================================================
  71. Contacting
  72. ----------
  73.  
  74. I (Russell King) can be contacted at:
  75.  
  76. Email: rmk92@ecs.soton.ac.uk (until July 95).
  77. Snail: 28 Waterer Gardens, Burgh Heath, Tadworth, Surrey, England. KT20 5PB.
  78. For Snail, please address all correspondance as
  79.   'R.M.King (armlinux)'
  80. Thanks.
  81.