diff options
Diffstat (limited to 'sys/boot/i386/loader/version')
-rw-r--r-- | sys/boot/i386/loader/version | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/boot/i386/loader/version b/sys/boot/i386/loader/version deleted file mode 100644 index 7a2acaf1859a..000000000000 --- a/sys/boot/i386/loader/version +++ /dev/null @@ -1,14 +0,0 @@ -$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 calling conventions for fopen. -1.0: New semantics for finding the kernel, new boot. -0.8: Set/getenv & cia, copyin/out. -0.7: Supports large KVM -0.6: Increased dictionary size -- supports loader.4th -0.5: First release version -0.2: Initial integration with BTX -0.1: Initial i386 version, inspiration and some structure from the - NetBSD version. |