From NetBSD:
authorniklas <niklas@openbsd.org>
Tue, 7 May 1996 09:55:10 +0000 (09:55 +0000)
committerniklas <niklas@openbsd.org>
Tue, 7 May 1996 09:55:10 +0000 (09:55 +0000)
commite93cf91580d6f0f8e7287a7222617f02ba130d74
tree744209116471d8dff879f4bdf42da183614cf2f6
parent0292e8fad85b6051a0531992a07ff8490a557ca4
From NetBSD:
Startup modified to work with kernel loaded directly into fast memory.
This removes the need to have enough chip memory to load the kernel
when booting.  Kernel memory is dual-mapped (VA == 0 and VA == PA)
for enabling the MMU, and the VA == PA mapping removed after start_c()
has completed.  Chip memory is still required for the /dev/reload
process.
sys/arch/amiga/amiga/amiga_init.c