NetBSD/sys/arch/alpha/stand
nathanw 3fe600dd5c Experimentation reveals that the implementation of GET_ENV on at least
some systems chokes if the buffer is not 8-byte aligned. GCC only aligns
character arrays to 4-byte boundaries by default, so it's possible to get
unlucky and die in the boot blocks with a "kernel stack not valid halt".

Avoid the problem by using a local, aligned buffer as the argument to GET_ENV,
and copying the result into the caller's buffer.

Should fix PRs port-alpha/17682 and port-alpha/17717.
CVS ----------------------------------------------------------------------
2002-07-30 20:36:42 +00:00
..
boot
bootxx_cd9660
bootxx_ffs
bootxx_lfs
common Experimentation reveals that the implementation of GET_ENV on at least 2002-07-30 20:36:42 +00:00
mkbootimage Migrate alpha/pmax/vax bootblock stuff from <dev/dec/dec_boot.h> to 2002-05-14 06:34:20 +00:00
netboot
setnetbootinfo
standtest make auto const variables static. 2002-06-08 16:51:38 +00:00
ustarboot
Makefile
Makefile.bootprogs
Makefile.bootxx
Makefile.inc