From f0b5ddae6f18f4e9b5ad66d339e2f6b10f5003fa Mon Sep 17 00:00:00 2001 From: msmith Date: Thu, 17 Sep 1998 23:52:16 +0000 Subject: Initial integration of the i386 bootloader and BTX. - Discard large amounts of BIOS-related code in favour of the more compact BTX vm86 interface. - Build the loader module as ELF, although the resulting object is a.out, make gensetdefs 32/64-bit sensitive and use a single copy of it. - Throw away installboot, as it's no longer required. - Use direct bcopy operations in the i386_copy module, as BTX maps the first 16M of memory. Check operations against the detected size of actual memory. --- sys/boot/common/load_aout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/boot/common/load_aout.c') diff --git a/sys/boot/common/load_aout.c b/sys/boot/common/load_aout.c index 3ecba66..3845a9a 100644 --- a/sys/boot/common/load_aout.c +++ b/sys/boot/common/load_aout.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: load_aout.c,v 1.2 1998/09/03 02:10:07 msmith Exp $ + * $Id: load_aout.c,v 1.3 1998/09/14 18:27:04 msmith Exp $ */ #include @@ -35,6 +35,7 @@ #include #define _AOUT_INCLUDE_ #include +#define FREEBSD_AOUT #include #include "bootstrap.h" -- cgit v1.1