summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-01-11 00:09:59 +0000
committerjhb <jhb@FreeBSD.org>2002-01-11 00:09:59 +0000
commit7ec591383b46b2353bc78b9dc12dcf430f935831 (patch)
treec1e9e564f164cb4bd228e97bdca170016361a7bd /sys/boot
parent980260907b0b770cbfe96bc0c719b7ad151a3b92 (diff)
downloadFreeBSD-src-7ec591383b46b2353bc78b9dc12dcf430f935831.zip
FreeBSD-src-7ec591383b46b2353bc78b9dc12dcf430f935831.tar.gz
Catch the netboot version up to the main loader. This is pretty bogus.
All the alpha loaders should use the same version file. Also, we might should merge the various loaders (cdboot, loader, netboot) into one loader that can boot off of disks, CD's, and network devices. The version bump is needed so the FICL scripts won't bomb out thinking that the netboot binary is too old.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/netboot/version5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/alpha/netboot/version b/sys/boot/alpha/netboot/version
index bc9aa00..d16c215 100644
--- a/sys/boot/alpha/netboot/version
+++ b/sys/boot/alpha/netboot/version
@@ -3,5 +3,10 @@ $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.2: New calling conventions for fopen.
+1.1: New semantics for finding the kernel, new boot.
+1.0: Released working DEC Alpha version.
+0.3: Set/getenv&cia, copyin/out.
+0.2: FICL added to Alpha.
0.1: Initial i386 version, germinated from the NetBSD i386
standalone, but enormously modified.
OpenPOWER on IntegriCloud