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
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
HADES 57 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
GENERIC.in 225 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
  /src/sys/arch/atari/atari/
atari_init.c 170 #ifndef RELOC_KERNEL
171 #define RELOC_KERNEL 0
173 int reloc_kernel = RELOC_KERNEL; /* Patchable */ variable in typeref:typename:int
240 reloc_kernel = 0;
316 * RELOC_KERNEL option is set, do it!
318 if ((reloc_kernel != 0) && (ttphysize >= end_loaded))

Completed in 13 milliseconds