HomeSort by: relevance | last modified time | path
    Searched refs:RELOC_KERNEL (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/atari/conf/
ATARITT 53 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
FALCON 58 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
GENERIC.in 225 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
HADES 57 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
MILAN-ISAIDE 55 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
MILAN-PCIIDE 55 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
  /src/sys/arch/atari/atari/
atari_init.c 169 #ifndef RELOC_KERNEL
170 #define RELOC_KERNEL 0
172 int reloc_kernel = RELOC_KERNEL; /* Patchable */ variable
239 reloc_kernel = 0;
315 * RELOC_KERNEL option is set, do it!
317 if ((reloc_kernel != 0) && (ttphysize >= end_loaded))

Completed in 63 milliseconds