Kernel Command Line Arguments
From LinuxMIPS
- nofpu
- Can be used to disable the FPU entirely. In this the kernel FPU emulation will take over floating point processing. Useful if a FPU is known to be defective, has accuracy problems and wrongly detected as present even though none exists.
- rd_start
- The base address of a loaded ramdisk image. This option was added in Linux 2.6.10-rc2. See also rd_start.
- rd_base
- The size of a loaded ramdisk image. This option was added in Linux 2.6.10-rc2. See also rd_start.