4.5.1. Using a Parameter File
You can store Loadlin options in a file and invoke the bootloader as
follows:
LOADLIN @params
where params is a DOS file that contains the
options you want Loadlin to run with. The Loadlin distribution comes
with a sample parameter file, test.par, that you
can use as a basis for creating your own. Each line in a parameter
file contains one parameter. If you want to specify the name of the
Linux kernel to use (the image=
parameter), it must be the first entry in the file. Comments start
with a hash sign (#). The entries in the parameter file can be
overridden or appended on the command line. For example, to override
the value of vga set in the
parameter file:
C:> LOADLIN @myparam vga=normal