Lines Matching refs:real

12 real-mode DOS as a mainstream operating system.
103 | Stack/heap | For use by the kernel real-mode code.
105 | Kernel setup | The kernel real-mode code.
121 0x100000 ("high memory"), and the kernel real-mode block (boot sector,
154 | Stack/heap | For use by the kernel real-mode code.
156 | Kernel setup | The kernel real-mode code.
179 real-mode code (boot sector and setup code) and then examine the
180 following header at offset 0x01f1. The real-mode code can total up to
233 real value is 4.
278 0, the real value is 4. The real-mode code consists of the boot
514 When using protocol 2.00 or 2.01, if the real mode kernel is not
517 the kernel command line) moved in addition to the real-mode kernel
523 if the real-mode code is loaded at 0x90000.
580 Set this field to the offset (from the beginning of the real-mode
626 same 64K segment as the real-mode code itself.
821 field; the data holds the real payload.
1067 real-mode kernel).
1077 The real-mode code requires a stack/heap to be set up, as well as
1079 in the real-mode accessible memory in bottom megabyte.
1092 For the 2.00 and 2.01 boot protocols, the real-mode code
1095 real-mode code must be loaded at 0x90000.
1100 located in the same 64K segment as the real-mode setup code; it is
1104 The kernel command line should not be located below the real-mode
1111 As a sample configuration, assume the following layout of the real
1132 unsigned long base_ptr; /* base address for real-mode segment */
1172 /* A very old kernel MUST have its real-mode code
1176 /* Copy the real-mode kernel */
1192 The 32-bit (non-real-mode) kernel starts at offset (setup_sects+1)*512
1193 in the kernel file (again, if setup_sects == 0 the real value is 4.)
1205 much a requirement for these kernels to load the real-mode part at
1262 located at *segment* offset 0x20 from the start of the real mode
1263 kernel. This means that if you loaded your real-mode kernel code at
1266 At entry, ds = es = ss should point to the start of the real-mode
1282 /* Set up the real-mode kernel stack */
1310 A 16-bit real mode far subroutine invoked immediately before
1330 LinuxBIOS, etc, and kexec, the 16-bit real mode setup code in kernel