Lines Matching refs:real

9 real-mode DOS as a mainstream operating system.
74 | Stack/heap | For use by the kernel real-mode code.
76 | Kernel setup | The kernel real-mode code.
93 0x100000 ("high memory"), and the kernel real-mode block (boot sector,
126 | Stack/heap | For use by the kernel real-mode code.
128 | Kernel setup | The kernel real-mode code.
151 real-mode code (boot sector and setup code) and then examine the
152 following header at offset 0x01f1. The real-mode code can total up to
202 real value is 4.
244 0, the real value is 4. The real-mode code consists of the boot
439 When using protocol 2.00 or 2.01, if the real mode kernel is not
442 the kernel command line) moved in addition to the real-mode kernel
448 if the real-mode code is loaded at 0x90000.
495 Set this field to the offset (from the beginning of the real-mode
535 same 64K segment as the real-mode code itself.
700 field; the data holds the real payload.
782 real-mode kernel).
791 The real-mode code requires a stack/heap to be set up, as well as
793 in the real-mode accessible memory in bottom megabyte.
805 -> For the 2.00 and 2.01 boot protocols, the real-mode code
808 real-mode code must be loaded at 0x90000.
813 located in the same 64K segment as the real-mode setup code; it is
817 The kernel command line should not be located below the real-mode
823 As a sample configuration, assume the following layout of the real
840 unsigned long base_ptr; /* base address for real-mode segment */
880 /* A very old kernel MUST have its real-mode code
884 /* Copy the real-mode kernel */
899 The 32-bit (non-real-mode) kernel starts at offset (setup_sects+1)*512
900 in the kernel file (again, if setup_sects == 0 the real value is 4.)
912 much a requirement for these kernels to load the real-mode part at
968 located at *segment* offset 0x20 from the start of the real mode
969 kernel. This means that if you loaded your real-mode kernel code at
972 At entry, ds = es = ss should point to the start of the real-mode
988 /* Set up the real-mode kernel stack */
1015 A 16-bit real mode far subroutine invoked immediately before
1034 LinuxBIOS, etc, and kexec, the 16-bit real mode setup code in kernel