Use _vectab instead of Lvectab, which is moving to .data
authorniklas <niklas@openbsd.org>
Tue, 7 May 1996 09:58:36 +0000 (09:58 +0000)
committerniklas <niklas@openbsd.org>
Tue, 7 May 1996 09:58:36 +0000 (09:58 +0000)
commit8b6c4f3b21e99bf8b6a0f5e1bb2d213e7d30a8c2
tree5988db7c775560244769442ae26dd2a1ed3dfcdc
parente93cf91580d6f0f8e7287a7222617f02ba130d74
Use _vectab instead of Lvectab, which is moving to .data

From NetBSD:
Add floppy index interrupt processing.

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/locore.s