|
From: Erik M. <J.A...@IT...> - 2001-07-26 10:57:53
|
On Thu, Jul 26, 2001 at 02:32:28AM -0700, Russ Dill wrote:
> + params = tag_next(params);
> +}
> +
> +
> +static void setup_initrd_tag(void)
> +{
> + params->hdr.tag = ATAG_INITRD;
> + params->hdr.size = tag_size(tag_initrd);
> +
> + params->u.initrd.start = RAMDISK_RAM_BASE;
> + params->u.initrd.size = INITRD_LEN;
> +
> params = tag_next(params);
That's not right. This doesn't work if you want to boot from /dev/hda1.
I comment this patch out for the moment and put it back in when we have
proper parameter block support.
Erik
--
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands
Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A...@it...
WWW: http://www-ict.its.tudelft.nl/~erik/
|