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
513 When using protocol 2.00 or 2.01, if the real mode kernel is not
516 the kernel command line) moved in addition to the real-mode kernel
522 if the real-mode code is loaded at 0x90000.
579 Set this field to the offset (from the beginning of the real-mode
625 same 64K segment as the real-mode code itself.
820 field; the data holds the real payload.
1066 real-mode kernel).
1076 The real-mode code requires a stack/heap to be set up, as well as
1078 in the real-mode accessible memory in bottom megabyte.
1091 For the 2.00 and 2.01 boot protocols, the real-mode code
1094 real-mode code must be loaded at 0x90000.
1099 located in the same 64K segment as the real-mode setup code; it is
1103 The kernel command line should not be located below the real-mode
1110 As a sample configuration, assume the following layout of the real
1131 unsigned long base_ptr; /* base address for real-mode segment */
1171 /* A very old kernel MUST have its real-mode code
1175 /* Copy the real-mode kernel */
1191 The 32-bit (non-real-mode) kernel starts at offset (setup_sects+1)*512
1192 in the kernel file (again, if setup_sects == 0 the real value is 4.)
1204 much a requirement for these kernels to load the real-mode part at
1261 located at *segment* offset 0x20 from the start of the real mode
1262 kernel. This means that if you loaded your real-mode kernel code at
1265 At entry, ds = es = ss should point to the start of the real-mode
1281 /* Set up the real-mode kernel stack */
1309 A 16-bit real mode far subroutine invoked immediately before
1329 LinuxBIOS, etc, and kexec, the 16-bit real mode setup code in kernel