Lines Matching refs:kernel
10 program that runs before the main kernel. The boot loader is expected
11 to initialise various devices, and eventually call the Linux kernel,
12 passing information to the kernel.
20 4. Setup the kernel tagged list.
21 5. Call the kernel image.
31 kernel will use for volatile data storage in the system. It performs
45 target. This allows the kernel serial driver to automatically detect
46 which serial port it should use for the kernel console (generally
50 option to the kernel via the tagged lists specifing the port, and
53 linux/Documentation/kernel-parameters.txt.
66 value to the kernel. (see linux/arch/arm/tools/mach-types).
69 4. Setup the kernel tagged list
75 The boot loader must create and initialise the kernel tagged list.
101 the kernel decompressor nor initrd 'bootp' program will overwrite
104 5. Calling the kernel image
110 There are two options for calling the kernel zImage. If the zImage
116 called there. Note that the kernel uses 16K of RAM below the image
135 - The boot loader is expected to call the kernel image by jumping
136 directly to the first instruction of the kernel image.