Just received version 1.5 and am working on installing this onto the hard disk.
I am somewhat confused on relative versus actual disk partitions though. The fdisk utility allows me to partition the disk into partitions 1 thru 4. Now when I use "mkfs" to create these filesystems, the /dev/hd# is the partition number created with fdisk, less 1. So in /dev one can have hd0 thru hd3 referring to the actual partitions.
If I am correct to this point, then when I use "setup_root" and the text refers to
the kernel variable "RAM_IMAGE" it is referring to /dev/hd3. Which hd3? Is it
the actual partition 4 created with fdisk? Or the actual partition 3? This is unclear from the documentation.