Check for the correct minimum version required by the current code.

I hope I got this right... :-)
This commit is contained in:
Daniel C. Sobral 2000-09-18 22:42:54 +00:00
parent 9492779067
commit 504119265e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66046

View File

@ -26,8 +26,8 @@
s" arch-alpha" environment? [if] [if]
s" loader_version" environment? [if]
3 < [if]
.( Loader version 0.3+ required) cr
11 < [if]
.( Loader version 1.1+ required) cr
abort
[then]
[else]
@ -38,8 +38,8 @@ s" arch-alpha" environment? [if] [if]
s" arch-i386" environment? [if] [if]
s" loader_version" environment? [if]
8 < [if]
.( Loader version 0.8+ required) cr
10 < [if]
.( Loader version 1.0+ required) cr
abort
[then]
[else]