I would like to increase the size of the vmalloc region from the default value, and pass vmalloc= as a command line parameter while booting. I am booting a uImage. In which file do I need to add the new vmalloc command line parameter so that it is known to the kernel at boot time?
|
migrated from stackoverflow.com Jul 6 '12 at 4:06
|
If you are using Lilo as a bootloader, edit the relevant part of
Then, run lilo(8) to reinstall the bootloader with the new parameter. Of course, I cannot tell you exactly how your (If you prefer Grub as a bootloader, this is fine, but someone else must answer your question in that case, for I do not happen to use Grub.) If you just want to try your |
|||
|
|