Lines Matching refs:real

9 real-mode DOS as a mainstream operating system.
67 | Stack/heap | For use by the kernel real-mode code.
69 | Kernel setup | The kernel real-mode code.
86 0x100000 ("high memory"), and the kernel real-mode block (boot sector,
119 | Stack/heap | For use by the kernel real-mode code.
121 | Kernel setup | The kernel real-mode code.
144 real-mode code (boot sector and setup code) and then examine the
145 following header at offset 0x01f1. The real-mode code can total up to
194 real value is 4.
236 0, the real value is 4. The real-mode code consists of the boot
420 When using protocol 2.00 or 2.01, if the real mode kernel is not
423 the kernel command line) moved in addition to the real-mode kernel
429 if the real-mode code is loaded at 0x90000.
476 Set this field to the offset (from the beginning of the real-mode
516 same 64K segment as the real-mode code itself.
656 field; the data holds the real payload.
728 real-mode kernel).
737 The real-mode code requires a stack/heap to be set up, as well as
739 in the real-mode accessible memory in bottom megabyte.
751 -> For the 2.00 and 2.01 boot protocols, the real-mode code
754 real-mode code must be loaded at 0x90000.
759 located in the same 64K segment as the real-mode setup code; it is
763 The kernel command line should not be located below the real-mode
769 As a sample configuration, assume the following layout of the real
786 unsigned long base_ptr; /* base address for real-mode segment */
826 /* A very old kernel MUST have its real-mode code
830 /* Copy the real-mode kernel */
845 The 32-bit (non-real-mode) kernel starts at offset (setup_sects+1)*512
846 in the kernel file (again, if setup_sects == 0 the real value is 4.)
858 much a requirement for these kernels to load the real-mode part at
914 located at *segment* offset 0x20 from the start of the real mode
915 kernel. This means that if you loaded your real-mode kernel code at
918 At entry, ds = es = ss should point to the start of the real-mode
934 /* Set up the real-mode kernel stack */
961 A 16-bit real mode far subroutine invoked immediately before
980 LinuxBIOS, etc, and kexec, the 16-bit real mode setup code in kernel