From 408aa9a669338f524246ed40b8cf9d7d1ca06778 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 28 Jan 1999 20:12:49 +0000 Subject: [PATCH] Bump number to 2.6 and say ELF works! But, this is not selfhosting yet. I need to fix the installboot crap. [i.e. you need the a.out tools to build it and install it]. --- sys/arch/i386/stand/biosboot/version | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/stand/biosboot/version b/sys/arch/i386/stand/biosboot/version index 00fbc068825b..142252958133 100644 --- a/sys/arch/i386/stand/biosboot/version +++ b/sys/arch/i386/stand/biosboot/version @@ -1,8 +1,9 @@ -$NetBSD: version,v 1.5 1998/12/19 19:44:56 he Exp $ +$NetBSD: version,v 1.6 1999/01/28 20:12:49 christos Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. +2.6: Support ELF boot. 2.5: Support ustarfs boot. 2.4: Support BIOS Int13-Extensions. 2.3: Switch to new NetBSD MBR partition ID.