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

I hope I got this right... :-)
This commit is contained in:
dcs 2000-09-18 22:42:54 +00:00
parent c87b8ba8f7
commit baa0602ed5

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]