| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
somehow being available even on pure elf systems.
|
|
|
|
| |
about deficiencies in subdirs.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove /sys/boot from legacy-build.
Add btxld to build-tools.
In src/sys/Makefile:
Add /sys/boot for i386 ELF.
I'm still not sure why the new boot code was being built along with the
legacy stuff, which meant a completely wrong default environment for it.
This may well still be the wrong way to go about this, but it can't work
all that much worse than it has been.
|
| |
|
|
|
|
| |
the old aout bootloader.
|
|
|
|
| |
eventually be built if elf.
|
|
|
|
|
| |
The PC98 stuff in this makefile should be removed and that system
should build with MACHINE=pc98 and MACHINE_ARCH=i386.
|
| |
|
|
|
|
| |
ready for it yet.
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
|
|
|
|
|
|
|
| |
All new code is "#ifdef PC98"ed so this should make no difference to
PC/AT (and its clones) users.
Ok'd by: core
Submitted by: FreeBSD(98) development team
|
|
|
|
|
|
|
| |
libkern.a are now specified by listing their source files in
files.${MACHINE}. The list is machine-dependent to save space.
All the necessary object for each machine must be linked into the
kernel in case an lkm wants one.
|
|
|
|
| |
Submitted by: Paul Richards
|
| |
|
|
and build libkern. This will be enhanced later to build other things.
|