1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

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
This commit is contained in:
Robert Nordier 1999-01-22 13:07:17 +00:00
parent f86bf82a98
commit d7478bf0df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43059
4 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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