freebsd-skq/sys/amd64
jdp ae3a563c6e Make the necessary changes so that an ELF kernel can be built. I
have successfully built, booted, and run a number of different ELF
kernel configurations, including GENERIC.  LINT also builds and
links cleanly, though I have not tried to boot it.

The impact on developers is virtually nil, except for two things.
All linker sets that might possibly be present in the kernel must be
listed in "sys/i386/i386/setdefs.h".  And all C symbols that are
also referenced from assembly language code must be listed in
"sys/i386/include/asnames.h".  It so happens that failure to do
these things will have no impact on the a.out kernel.  But it will
break the build of the ELF kernel.

The ELF bootloader works, but it is not ready to commit quite yet.
1997-04-22 06:55:47 +00:00
..
amd64 Make the necessary changes so that an ELF kernel can be built. I 1997-04-22 06:55:47 +00:00
conf GENERIC, LINT: 1997-04-14 00:35:25 +00:00
include Make the necessary changes so that an ELF kernel can be built. I 1997-04-22 06:55:47 +00:00
isa Make the necessary changes so that an ELF kernel can be built. I 1997-04-22 06:55:47 +00:00
pci Mask out revision register in consistency test of class register. 1997-04-09 11:34:50 +00:00
Makefile Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00