NetBSD/sys/arch/sun3
chs a95226826d switch sun3 to ELF. highlight include:
add "%" prefix to register names in assembly code.
change assembly functions to return values in %a0 instead of %d0.
C symbols no longer prepend an underscore, adjust assembly code for this.
32-bit values are now 32-bit aligned instead of 16-bit aligned,
adjust structure packing and padding to override this where necessary.
make EXEC_ELF std, make EXEC_AOUT and COMPAT_AOUT_M68K optional.
use the MI loadfile() instead of several home-grown versions.
2001-02-22 07:11:08 +00:00
..
compile
conf switch sun3 to ELF. highlight include: 2001-02-22 07:11:08 +00:00
dev Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). 2000-11-15 01:02:11 +00:00
include switch sun3 to ELF. highlight include: 2001-02-22 07:11:08 +00:00
stand switch sun3 to ELF. highlight include: 2001-02-22 07:11:08 +00:00
sun3 switch sun3 to ELF. highlight include: 2001-02-22 07:11:08 +00:00
sun3x switch sun3 to ELF. highlight include: 2001-02-22 07:11:08 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00