diff --git a/sys/arch/i386/stand/biosboot/version b/sys/arch/i386/stand/biosboot/version index a3f5b030a053..876b6d4edd0a 100644 --- a/sys/arch/i386/stand/biosboot/version +++ b/sys/arch/i386/stand/biosboot/version @@ -1,8 +1,9 @@ -$NetBSD: version,v 1.2 1997/09/20 12:28:21 drochner Exp $ +$NetBSD: version,v 1.3 1998/07/08 17:46:21 drochner 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.3: Switch to new NetBSD MBR partition ID. 2.2: Use common menu / parsing functions with other bootloaders. New framework to pass information to the kernel. 2.1: New welcoming banner. diff --git a/sys/arch/i386/stand/dosboot/version b/sys/arch/i386/stand/dosboot/version index 9a2c4264c2d8..cfce34d80695 100644 --- a/sys/arch/i386/stand/dosboot/version +++ b/sys/arch/i386/stand/dosboot/version @@ -1,8 +1,9 @@ -$NetBSD: version,v 1.2 1997/09/20 12:28:25 drochner Exp $ +$NetBSD: version,v 1.3 1998/07/08 17:46:21 drochner 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. +1.3: Switch to new NetBSD MBR partition ID. 1.2: Use common menu / parsing functions with other bootloaders. New framework to pass information to the kernel. 1.1: New welcoming banner.