URL
https://opencores.org/ocsvn/or1k/or1k/trunk
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 */
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.