• Home
  • Raw
  • Download

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
74 # Allow the user to press a key, then reboot
88 .long pe_header
95 .ascii "Remove disk and press any key to reboot...\r\n"
107 .word 0x8664 # x86-64
110 .long 0 # TimeDateStamp
111 .long 0 # PointerToSymbolTable
112 .long 1 # NumberOfSymbols
113 .word section_table - optional_header # SizeOfOptionalHeader
137 .long 0 # SizeOfCode
139 .long 0 # SizeOfInitializedData
140 .long 0 # SizeOfUninitializedData
143 .long 0x0000 # AddressOfEntryPoint
145 .long 0x0200 # BaseOfCode
147 .long 0 # data
152 .long 0 # ImageBase
156 .long 0x20 # SectionAlignment
157 .long 0x20 # FileAlignment
164 .long 0 # Win32VersionValue
169 .long 0 # SizeOfImage
171 .long 0x200 # SizeOfHeaders
172 .long 0 # CheckSum
176 .long 0 # SizeOfStackReserve
177 .long 0 # SizeOfStackCommit
178 .long 0 # SizeOfHeapReserve
179 .long 0 # SizeOfHeapCommit
186 .long 0 # LoaderFlags
187 .long 0x6 # NumberOfRvaAndSizes
204 .long 0
205 .long 0x0 # startup_{32,64}
206 .long 0 # Size of initialized data
208 .long 0x0 # startup_{32,64}
209 .long 0 # PointerToRelocations
210 .long 0 # PointerToLineNumbers
213 .long 0x60500020 # Characteristics (section flags)
223 .long 0
224 .long 0
225 .long 0 # SizeOfRawData
226 .long 0 # PointerToRawData
227 .long 0 # PointerToRelocations
228 .long 0 # PointerToLineNumbers
231 .long 0x42100040 # Characteristics (section flags)
240 .long 0
241 .long 0x0 # startup_{32,64}
242 .long 0 # Size of initialized data
244 .long 0x0 # startup_{32,64}
245 .long 0 # PointerToRelocations
246 .long 0 # PointerToLineNumbers
249 .long 0x60500020 # Characteristics (section flags)
259 .long 0
260 .long 0x0
261 .long 0 # Size of initialized data
263 .long 0x0
264 .long 0 # PointerToRelocations
265 .long 0 # PointerToLineNumbers
268 .long 0xc8000080 # Characteristics (section flags)
283 syssize: .long 0 /* Filled in by build.c */
294 # tries to generate a 3-byte jump here, which causes
296 .byte 0xeb # short (2-byte) jump
297 .byte start_of_setup-1f
304 # or else old loadlin-1.5 will fail)
309 .word kernel_version-512 # pointing to kernel version string
311 # with loadlin-1.5 (header v1.5). Don't
331 # start address for 32-bit code.
332 .long 0x100000 # 0x100000 = default for big kernel
334 ramdisk_image: .long 0 # address of loaded ramdisk image
335 # Here the loader puts the 32-bit
339 ramdisk_size: .long 0 # its size in bytes
342 .long 0 # obsolete
344 heap_end_ptr: .word _end+STACK_SIZE-512
355 cmd_line_ptr: .long 0 # (Header version 0x0202 or later)
356 # If nonzero, a 32-bit pointer
370 initrd_addr_max: .long 0x7fffffff
378 kernel_alignment: .long CONFIG_PHYSICAL_ALIGN #physical addr alignment
390 # define XLF0 XLF_KERNEL_64 /* 64-bit kernel */
407 # define XLF23 XLF_EFI_HANDOVER_64 /* 64-bit EFI handover ok */
409 # define XLF23 XLF_EFI_HANDOVER_32 /* 32-bit EFI handover ok */
424 cmdline_size: .long COMMAND_LINE_SIZE-1 #length of the command line,
428 hardware_subarch: .long 0 # subarchitecture, added with 2.07
433 payload_offset: .long ZO_input_data
434 payload_length: .long ZO_z_input_len
436 setup_data: .quad 0 # 64-bit physical pointer to
443 # Getting to provably safe in-place decompression is hard. Worst case
445 # a gzip-compressed kernel as example, to illustrate it:
466 # 1 block occurs every 32K -1 bytes or when there 50% compression
526 # the size-dependent part now grows so fast.
532 # define ZO_z_extract_offset (ZO_z_output_len + ZO_z_extra_bytes - \
543 #if (ZO__ehead - ZO_startup_32) > ZO_z_extract_offset
544 # define ZO_z_min_extract_offset ((ZO__ehead - ZO_startup_32 + 4095) & ~4095)
549 #define ZO_INIT_SIZE (ZO__end - ZO_startup_32 + ZO_z_min_extract_offset)
551 #define VO_INIT_SIZE (VO__end - VO__text)
558 init_size: .long INIT_SIZE # kernel initialization size
559 handover_offset: .long 0 # Filled in by build.c
578 je 2f # -> assume %sp is reasonably set
631 .size die, .-die