diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-09-18 22:42:54 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-09-18 22:42:54 +0000 |
| commit | 504119265e7fac446227238afe922e26ae4ed143 (patch) | |
| tree | 8786f99a8c7ed12b4787829a1756521814ebd073 | |
| parent | 9492779067642b5c0e0234a06f9dbfd58f88f54a (diff) | |
Notes
| -rw-r--r-- | sys/boot/forth/loader.4th | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index d0633682388d..9ef315e45a96 100644 --- a/sys/boot/forth/loader.4th +++ b/sys/boot/forth/loader.4th @@ -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] |
