Lines Matching refs:point
58 protocol entry point.
82 | Boot loader | <- Boot sector entry point 0000:7C00
99 It is desirable to keep the "memory ceiling" -- the highest point in
112 above the 0x9A000 point; too many BIOSes will break above that point.
131 | Boot loader | <- Boot sector entry point 0000:7C00
199 0264/4 2.11+ handover_offset Offset of handover entry point
424 - If 0, reload the segment registers in the 32bit entry point.
425 - If 1, do not reload the segment registers in the 32bit entry point.
465 this field to point to the load address.
538 command line, in which case you can point this to an empty string
578 point to the loaded code, or to a boot loader hook.
604 - If 1, this kernel has the legacy 64-bit entry point at 0x200.
610 - If 1, the kernel supports the 32-bit EFI handoff entry point
614 - If 1, the kernel supports the 64-bit EFI handoff entry point
742 the EFI handover protocol entry point. Boot loaders using the EFI
967 The kernel is started by jumping to the kernel entry point, which is
970 0x90000, the kernel entry point is 9020:0000.
972 At entry, ds = es = ss should point to the start of the real-mode
982 be == 0x90000 at this point; see the previous sample code */
1057 32-bit kernel entry point, which is the start address of loaded
1093 64-bit kernel entry point, which is the start address of loaded
1110 from the boot media and jump to the EFI handover protocol entry point
1114 The function prototype for the handover entry point looks like this,