OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [drivers/] [block/] [rd.c] - Diff between revs 199 and 727

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 199 Rev 727
Line 97... Line 97...
 * Parameters for the boot-loading of the ramdisk.  These are set by
 * Parameters for the boot-loading of the ramdisk.  These are set by
 * init/main.c (from arguments to the kernel command line) or from the
 * init/main.c (from arguments to the kernel command line) or from the
 * architecture-specific setup routine (from the stored bootsector
 * architecture-specific setup routine (from the stored bootsector
 * information).
 * information).
 */
 */
int rd_size = 512;              /* Size of the ramdisks */
int rd_size = 1024;             /* Size of the ramdisks */
 
 
#ifndef MODULE
#ifndef MODULE
int rd_doload = 0;               /* 1 = load ramdisk, 0 = don't load */
int rd_doload = 0;               /* 1 = load ramdisk, 0 = don't load */
int rd_prompt = 1;              /* 1 = prompt for ramdisk, 0 = don't prompt */
int rd_prompt = 1;              /* 1 = prompt for ramdisk, 0 = don't prompt */
int rd_image_start = 0;          /* starting block # of image */
int rd_image_start = 0;          /* starting block # of image */

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.