Lines Matching full:x86
1 Booting Linux on x86 with FIT
9 Generally Linux x86 uses its own very complex booting method. There is a setup
14 The x86 CPU has various processor modes. I am no expert on these, but my
15 understanding is that an x86 CPU (even a really new one) starts up in a 16-bit
51 As a result, the x86 kernel boot process is needlessly complex. The file
152 arch/x86/boot/setup.bin and is about 12KB in size. It includes the command
170 FIT. See kernel.its for an example for x86 and also instructions on setting
198 FIT description: Simple image with single Linux kernel on x86
206 Architecture: Intel x86
215 Type: x86 setup.bin
240 tree then x86 doesn't normally use those - it has ACPI instead.
246 1. It demystifies the process of booting an x86 kernel
254 6. It makes x86 more like other architectures in the way it boots a kernel.
262 In the Linux kernel, Documentation/x86/boot.txt defines the boot protocol for
264 arch/x86/lib/zimage.c and arch/x86/lib/bootm.c.