Lines Matching refs:loader
21 boot loader and the kernel. setup.S made relocatable,
40 The traditional memory map for the kernel loader, used for Image or
55 | Boot loader | <- Boot sector entry point 0000:7C00
74 low memory touched by the boot loader -- as low as possible, since
77 memory. The boot loader should use the "INT 12h" BIOS call to verify
81 low, there is usually nothing the boot loader can do but to report an
82 error to the user. The boot loader should therefore be designed to
85 0x90000 segment, the boot loader should make sure not to use memory
98 32K, although the boot loader may choose to load only the first two
117 0208/4 2.00+ realmode_swtch Boot loader hook (see below)
120 0210/1 2.00+ type_of_loader Boot loader identifier
123 0214/4 2.00+ code32_start Boot loader hook (see below)
124 0218/4 2.00+ ramdisk_image initrd load address (set by boot loader)
125 021C/4 2.00+ ramdisk_size initrd size (set by boot loader)
166 If your boot loader has an assigned id (see table below), enter
167 0xTV here, where T is an identifier for the boot loader and V is
170 Assigned boot loader ids:
173 2 bootsect-loader
194 If your boot loader has loaded an initial ramdisk (initrd),
208 Fill in this field even if your boot loader does not support a
211 is left at zero, the kernel will assume that your boot loader
226 loader to communicate with the kernel. Some of its options are also
227 relevant to the boot loader itself, see "special command line options"
261 Such a boot loader should enter the following fields in the header:
331 If the command line provided by the boot loader is entered by the
335 loader authors who need additional command line options for the boot
336 loader itself should get them registered in
371 If these options are added by the boot loader, it is highly
388 the kernel, it is recommended that the boot loader sets fs = gs = ds =
416 If the boot loader runs in a particularly hostile environment (such as
418 standard memory location requirements. Such a boot loader may use the
438 that was in this field before your boot loader overwrote it.