]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This is the kernel linker. To use it, you will first need to apply
authorDoug Rabson <dfr@FreeBSD.org>
Wed, 7 May 1997 16:05:47 +0000 (16:05 +0000)
committerDoug Rabson <dfr@FreeBSD.org>
Wed, 7 May 1997 16:05:47 +0000 (16:05 +0000)
commitcea6c86c11f5264ab880e5d253986982d5644dd0
tree788e9e520dbd97d56edad7f6947bde78b036b796
parent5bd588ccb09fcd818b16eee43e762dc07a95d47c
This is the kernel linker.  To use it, you will first need to apply
the patches in freefall:/home/dfr/ld.diffs to your ld sources and set
BINFORMAT to aoutkld when linking the kernel.

Library changes and userland utilities will appear in a later commit.
15 files changed:
sys/conf/Makefile.i386
sys/conf/Makefile.powerpc
sys/conf/files
sys/i386/conf/Makefile.i386
sys/kern/init_sysent.c
sys/kern/kern_linker.c [new file with mode: 0644]
sys/kern/kern_module.c [new file with mode: 0644]
sys/kern/link_aout.c [new file with mode: 0644]
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/sys/linker.h [new file with mode: 0644]
sys/sys/module.h [new file with mode: 0644]
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/sysproto.h