Blame view

Documentation/x86/zero-page.txt 1.79 KB
aa69432a6   Huang, Ying   x86 boot: documen...
1
2
3
4
  The additional fields in struct boot_params as a part of 32-bit boot
  protocol of kernel. These should be filled by bootloader or 16-bit
  real-mode setup code of the kernel. References/settings to it mainly
  are in:
43fb2387d   Andi Kleen   i386: Add warning...
5

f5ecb0056   Alexander Kuleshov   Documentation/x86...
6
    arch/x86/include/uapi/asm/bootparam.h
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8

aa69432a6   Huang, Ying   x86 boot: documen...
9
10
  Offset	Proto	Name		Meaning
  /Size
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
11

aa69432a6   Huang, Ying   x86 boot: documen...
12
13
14
  000/040	ALL	screen_info	Text mode or frame buffer information
  				(struct screen_info)
  040/014	ALL	apm_bios_info	APM BIOS information (struct apm_bios_info)
316253406   Joseph Cihula   x86, intel_txt: I...
15
  058/008	ALL	tboot_addr      Physical address of tboot shared page
aa69432a6   Huang, Ying   x86 boot: documen...
16
17
18
19
  060/010	ALL	ist_info	Intel SpeedStep (IST) BIOS support information
  				(struct ist_info)
  080/010	ALL	hd0_info	hd0 disk parameter, OBSOLETE!!
  090/010	ALL	hd1_info	hd1 disk parameter, OBSOLETE!!
949163015   Paolo Pisati   x86/boot: Obsolet...
20
21
  0A0/010	ALL	sys_desc_table	System description table (struct sys_desc_table),
  				OBSOLETE!!
fd699c765   Andres Salomon   x86, olpc: Add su...
22
  0B0/010	ALL	olpc_ofw_header	OLPC's OpenFirmware CIF and friends
09c205afd   H. Peter Anvin   x86, boot: Define...
23
24
25
  0C0/004	ALL	ext_ramdisk_image ramdisk_image high 32bits
  0C4/004	ALL	ext_ramdisk_size  ramdisk_size high 32bits
  0C8/004	ALL	ext_cmd_line_ptr  cmd_line_ptr high 32bits
aa69432a6   Huang, Ying   x86 boot: documen...
26
27
28
29
  140/080	ALL	edid_info	Video mode setup (struct edid_info)
  1C0/020	ALL	efi_info	EFI 32 information (struct efi_info)
  1E0/004	ALL	alk_mem_k	Alternative mem check, in KB
  1E4/004	ALL	scratch		Scratch field for the kernel setup code
61a501016   Ingo Molnar   x86/boot/e820: Re...
30
  1E8/001	ALL	e820_entries	Number of entries in e820_table (below)
aa69432a6   Huang, Ying   x86 boot: documen...
31
32
33
  1E9/001	ALL	eddbuf_entries	Number of entries in eddbuf (below)
  1EA/001	ALL	edd_mbr_sig_buf_entries	Number of entries in edd_mbr_sig_buffer
  				(below)
de8cb4586   David Howells   efi: Get and stor...
34
35
  1EB/001	ALL     kbd_status      Numlock is enabled
  1EC/001	ALL     secure_boot	Secure boot is enabled in the firmware
09c205afd   H. Peter Anvin   x86, boot: Define...
36
  1EF/001	ALL	sentinel	Used to detect broken bootloaders
aa69432a6   Huang, Ying   x86 boot: documen...
37
  290/040	ALL	edd_mbr_sig_buffer EDD MBR signatures
61a501016   Ingo Molnar   x86/boot/e820: Re...
38
  2D0/A00	ALL	e820_table	E820 memory map table
8ec67d97b   Ingo Molnar   x86/boot/e820: Re...
39
  				(array of struct e820_entry)
aa69432a6   Huang, Ying   x86 boot: documen...
40
  D00/1EC	ALL	eddbuf		EDD data (array of struct edd_info)