diff options
author | jhb <jhb@FreeBSD.org> | 2001-11-21 23:16:26 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-11-21 23:16:26 +0000 |
commit | a3e4cf9a6b01fcfb1fa2452c164fe24d5babc66f (patch) | |
tree | 5dc3dea30196661940cbc5fb3045424755092e18 /sys | |
parent | f5a400b0034253be88cea06dcdeb96afc1f029c2 (diff) | |
download | FreeBSD-src-a3e4cf9a6b01fcfb1fa2452c164fe24d5babc66f.zip FreeBSD-src-a3e4cf9a6b01fcfb1fa2452c164fe24d5babc66f.tar.gz |
Bump the CD boot loader up to 1.1 so that the FICL upgrade a while back
will not fail thinking that the loader version is stale. This lets us
use the Forth code on the CD now.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/alpha/cdboot/version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/alpha/cdboot/version b/sys/boot/alpha/cdboot/version index abd5ddf..a544d7f 100644 --- a/sys/boot/alpha/cdboot/version +++ b/sys/boot/alpha/cdboot/version @@ -3,6 +3,7 @@ $FreeBSD$ 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.1: New semantics for finding the kernel, new boot. 1.0: Released working DEC Alpha version. 0.1: Initial i386 version, germinated from the NetBSD i386 standalone, but enormously modified. |