Lines Matching +full:long +full:- +full:press +full:- +full:ms

1 /* SPDX-License-Identifier: GPL-2.0 */
28 BOOTSEG = 0x07C0 /* original address of boot-sector */
45 # "MZ", MS-DOS header
73 # Allow the user to press a key, then reboot
87 .long pe_header
94 .ascii "Remove disk and press any key to reboot...\r\n"
99 .long PE_MAGIC
112 .long 0 # TimeDateStamp
113 .long 0 # PointerToSymbolTable
114 .long 1 # NumberOfSymbols
115 .word section_table - optional_header # SizeOfOptionalHeader
127 .long 0 # SizeOfCode
129 .long 0 # SizeOfInitializedData
130 .long 0 # SizeOfUninitializedData
133 .long 0x0000 # AddressOfEntryPoint
135 .long 0x0200 # BaseOfCode
137 .long 0 # data
144 .long image_base # ImageBase
148 .long 0x20 # SectionAlignment
149 .long 0x20 # FileAlignment
156 .long 0 # Win32VersionValue
161 .long 0 # SizeOfImage
163 .long 0x200 # SizeOfHeaders
164 .long 0 # CheckSum
172 .long 0 # SizeOfStackReserve
173 .long 0 # SizeOfStackCommit
174 .long 0 # SizeOfHeapReserve
175 .long 0 # SizeOfHeapCommit
182 .long 0 # LoaderFlags
183 .long (section_table - .) / 8 # NumberOfRvaAndSizes
200 .long 0
201 .long 0x0 # startup_{32,64}
202 .long 0 # Size of initialized data
204 .long 0x0 # startup_{32,64}
205 .long 0 # PointerToRelocations
206 .long 0 # PointerToLineNumbers
209 .long IMAGE_SCN_CNT_CODE | \
222 .long 0
223 .long 0
224 .long 0 # SizeOfRawData
225 .long 0 # PointerToRawData
226 .long 0 # PointerToRelocations
227 .long 0 # PointerToLineNumbers
230 .long IMAGE_SCN_CNT_INITIALIZED_DATA | \
240 .long 0
241 .long 0x0
242 .long 0 # Size of initialized data
244 .long 0x0
245 .long 0 # PointerToRelocations
246 .long 0 # PointerToLineNumbers
249 .long IMAGE_SCN_CNT_INITIALIZED_DATA | \
262 .long 0
263 .long 0x0 # startup_{32,64}
264 .long 0 # Size of initialized data
266 .long 0x0 # startup_{32,64}
267 .long 0 # PointerToRelocations
268 .long 0 # PointerToLineNumbers
271 .long IMAGE_SCN_CNT_CODE | \
276 .set section_count, (. - section_table) / 40
290 syssize: .long 0 /* Filled in by build.c */
301 # tries to generate a 3-byte jump here, which causes
303 .byte 0xeb # short (2-byte) jump
304 .byte start_of_setup-1f
311 # or else old loadlin-1.5 will fail)
316 .word kernel_version-512 # pointing to kernel version string
318 # with loadlin-1.5 (header v1.5). Don't
338 # start address for 32-bit code.
339 .long 0x100000 # 0x100000 = default for big kernel
341 ramdisk_image: .long 0 # address of loaded ramdisk image
342 # Here the loader puts the 32-bit
346 ramdisk_size: .long 0 # its size in bytes
349 .long 0 # obsolete
351 heap_end_ptr: .word _end+STACK_SIZE-512
362 cmd_line_ptr: .long 0 # (Header version 0x0202 or later)
363 # If nonzero, a 32-bit pointer
377 initrd_addr_max: .long 0x7fffffff
385 kernel_alignment: .long CONFIG_PHYSICAL_ALIGN #physical addr alignment
397 # define XLF0 XLF_KERNEL_64 /* 64-bit kernel */
414 # define XLF23 XLF_EFI_HANDOVER_64 /* 64-bit EFI handover ok */
416 # define XLF23 XLF_EFI_HANDOVER_32 /* 32-bit EFI handover ok */
441 cmdline_size: .long COMMAND_LINE_SIZE-1 #length of the command line,
445 hardware_subarch: .long 0 # subarchitecture, added with 2.07
450 payload_offset: .long ZO_input_data
451 payload_length: .long ZO_z_input_len
453 setup_data: .quad 0 # 64-bit physical pointer to
460 # Getting to provably safe in-place decompression is hard. Worst case
462 # a gzip-compressed kernel as example, to illustrate it:
483 # 1 block occurs every 32K -1 bytes or when there 50% compression
543 # the size-dependent part now grows so fast.
555 # define ZO_z_extract_offset (ZO_z_output_len + ZO_z_extra_bytes - \
566 #if (ZO__ehead - ZO_startup_32) > ZO_z_extract_offset
567 # define ZO_z_min_extract_offset ((ZO__ehead - ZO_startup_32 + 4095) & ~4095)
572 #define ZO_INIT_SIZE (ZO__end - ZO_startup_32 + ZO_z_min_extract_offset)
574 #define VO_INIT_SIZE (VO__end - VO__text)
581 init_size: .long INIT_SIZE # kernel initialization size
582 handover_offset: .long 0 # Filled in by build.c
583 kernel_info_offset: .long 0 # Filled in by build.c
602 je 2f # -> assume %sp is reasonably set
655 .size die, .-die