Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 216307 | Differences between
and this patch

Collapse All | Expand All

(-)grub-0.97.old/stage2/boot.c (+1 lines)
Lines 413-418 load_image (char *kernel, char *arg, ker Link Here
413
	
413
	
414
	    while (dest < linux_data_tmp_addr + LINUX_CL_0202_PRM_END_OFFSET && *src)
414
	    while (dest < linux_data_tmp_addr + LINUX_CL_0202_PRM_END_OFFSET && *src)
415
	      *(dest++) = *(src++);
415
	      *(dest++) = *(src++);
416
	    *dest = 0;
416
	    }
417
	    }
417
418
418
	    /* Old Linux kernels have problems determining the amount of
419
	    /* Old Linux kernels have problems determining the amount of

Return to bug 216307