Subject: Kernel relocation option
To: None <port-atari@netbsd.org>
From: maximum entropy <entropy@zippy.bernstein.com>
List: port-atari
Date: 08/10/1998 08:00:43
I'm attempting to update my system to current.  I was just poking
around a bit, and I noticed that in conf/GENERIC it says:

options    KERNEL_RELOC            # TT/Falcon: relocate kernel to TT-RAM

But in atari/atari_init.c it says:
#ifndef RELOC_KERNEL
#define RELOC_KERNEL    0
#endif
int     reloc_kernel = RELOC_KERNEL;            /* Patchable    */


So, I think the following patch is needed for this to make any sense:

--- GENERIC-orig	Fri Jul 31 07:09:29 1998
+++ GENERIC	Mon Aug 10 03:11:50 1998
@@ -132,7 +132,7 @@
 options 	DISKLABEL_NBDA		# NetBSD disklabels (required)
 options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
 options 	SERCONSOLE		# modem1 console support
-options 	KERNEL_RELOC		# TT/Falcon: relocate kernel to TT-RAM
+options 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
 options 	UVM			# New UVM VM system
 
 # Try linked commands on all targets

Cheers,
entropy

--
entropy -- it's not just a good idea, it's the second law.