NetBSD/sys/arch/sparc
christos 952f511570 Use -n for ELF. Using -N might work, but produces only one section.
No flags will not work, because it will produce a kernel loaded at 0xf0000000.
This is because the bfd ELF pagesize (in elf32-sparc.c) is 0x10000. Since
we need to load at 0xf0004000, we use -n.
1999-05-05 10:50:02 +00:00
..
compile
conf Use -n for ELF. Using -N might work, but produces only one section. 1999-05-05 10:50:02 +00:00
dev Add a 1 second delay to powerdown sequence to prevent the OpenBoot PROMs 1999-04-28 18:49:40 +00:00
fpu Assign copyright to TNF. 1998-09-05 15:28:08 +00:00
include clean up old GCC.1 stuff. 1999-05-04 13:36:10 +00:00
sparc Fix panic and panicstr to use _C_LABEL. 1999-05-04 17:29:22 +00:00
stand Better pad the artificial header to exactly 32 bytes. 1999-05-03 18:59:08 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00