summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/btx
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1999-01-22 13:07:17 +0000
committerrnordier <rnordier@FreeBSD.org>1999-01-22 13:07:17 +0000
commitaa2df6372bce0a1dcae16e928a44876f49cc745e (patch)
tree02566169e80f883100875c7b7dbe8cb16c27f55c /sys/boot/i386/btx
parent551758e3a048295c2756cec49d3b7d8592a0470b (diff)
downloadFreeBSD-src-aa2df6372bce0a1dcae16e928a44876f49cc745e.zip
FreeBSD-src-aa2df6372bce0a1dcae16e928a44876f49cc745e.tar.gz
Push version numbers up to 1.00. This is just intended to reflect
that the BTX code can be regarded as stable: there are no associated code changes. Suggested by: obrien
Diffstat (limited to 'sys/boot/i386/btx')
-rw-r--r--sys/boot/i386/btx/btx/btx.S6
-rw-r--r--sys/boot/i386/btx/btx/btx.s6
-rw-r--r--sys/boot/i386/btx/btxldr/btxldr.S4
-rw-r--r--sys/boot/i386/btx/btxldr/btxldr.s4
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/boot/i386/btx/btx/btx.S b/sys/boot/i386/btx/btx/btx.S
index 9284262..d02cc87 100644
--- a/sys/boot/i386/btx/btx/btx.S
+++ b/sys/boot/i386/btx/btx/btx.S
@@ -13,7 +13,7 @@
# purpose.
#
-# $Id: btx.s,v 1.7 1998/11/01 13:52:52 rnordier Exp $
+# $Id: btx.s,v 1.8 1998/11/02 17:53:08 rnordier Exp $
#
# Memory layout.
@@ -99,8 +99,8 @@ start: # Start of code
btx_hdr: .byte 0xeb # Machine ID
.byte 0xe # Header size
.ascii "BTX" # Magic
- .byte 0x0 # Major version
- .byte 0x57 # Minor version
+ .byte 0x1 # Major version
+ .byte 0x0 # Minor version
.byte 0x0 # Flags
.word PAG_CNT-MEM_ORG>>0xc # Paging control
.word break-start # Text size
diff --git a/sys/boot/i386/btx/btx/btx.s b/sys/boot/i386/btx/btx/btx.s
index 9284262..d02cc87 100644
--- a/sys/boot/i386/btx/btx/btx.s
+++ b/sys/boot/i386/btx/btx/btx.s
@@ -13,7 +13,7 @@
# purpose.
#
-# $Id: btx.s,v 1.7 1998/11/01 13:52:52 rnordier Exp $
+# $Id: btx.s,v 1.8 1998/11/02 17:53:08 rnordier Exp $
#
# Memory layout.
@@ -99,8 +99,8 @@ start: # Start of code
btx_hdr: .byte 0xeb # Machine ID
.byte 0xe # Header size
.ascii "BTX" # Magic
- .byte 0x0 # Major version
- .byte 0x57 # Minor version
+ .byte 0x1 # Major version
+ .byte 0x0 # Minor version
.byte 0x0 # Flags
.word PAG_CNT-MEM_ORG>>0xc # Paging control
.word break-start # Text size
diff --git a/sys/boot/i386/btx/btxldr/btxldr.S b/sys/boot/i386/btx/btxldr/btxldr.S
index a3172e3..5d3b301 100644
--- a/sys/boot/i386/btx/btxldr/btxldr.S
+++ b/sys/boot/i386/btx/btxldr/btxldr.S
@@ -13,7 +13,7 @@
# purpose.
#
-# $Id: btxldr.s,v 1.3 1998/10/06 07:15:35 rnordier Exp $
+# $Id: btxldr.s,v 1.4 1998/10/30 00:11:35 msmith Exp $
#
# Prototype BTX loader program, written in a couple of hours. The
@@ -351,7 +351,7 @@ gdtdesc: .word gdt.1-gdt-1 # Limit
#
# Messages.
#
-m_logo: .asciz "\nBTX loader 0.01 "
+m_logo: .asciz "\nBTX loader 1.00 "
m_vers: .asciz "BTX version is \0\n"
e_fmt: .asciz "Error: Client format not supported\n"
#ifdef BTXLDR_VERBOSE
diff --git a/sys/boot/i386/btx/btxldr/btxldr.s b/sys/boot/i386/btx/btxldr/btxldr.s
index a3172e3..5d3b301 100644
--- a/sys/boot/i386/btx/btxldr/btxldr.s
+++ b/sys/boot/i386/btx/btxldr/btxldr.s
@@ -13,7 +13,7 @@
# purpose.
#
-# $Id: btxldr.s,v 1.3 1998/10/06 07:15:35 rnordier Exp $
+# $Id: btxldr.s,v 1.4 1998/10/30 00:11:35 msmith Exp $
#
# Prototype BTX loader program, written in a couple of hours. The
@@ -351,7 +351,7 @@ gdtdesc: .word gdt.1-gdt-1 # Limit
#
# Messages.
#
-m_logo: .asciz "\nBTX loader 0.01 "
+m_logo: .asciz "\nBTX loader 1.00 "
m_vers: .asciz "BTX version is \0\n"
e_fmt: .asciz "Error: Client format not supported\n"
#ifdef BTXLDR_VERBOSE
OpenPOWER on IntegriCloud