Revert to 1.8

This commit is contained in:
Daniel C. Sobral 2000-06-14 19:39:31 +00:00
parent 18ee60a576
commit ef34e89ba2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61694

View file

@ -24,29 +24,29 @@
\
\ $FreeBSD$
\ s" arch-alpha" environment? [if] [if]
\ s" loader_version" environment? [if]
\ 3 < [if]
\ .( Loader version 0.3+ required) cr
\ abort
\ [then]
\ [else]
\ .( Could not get loader version!) cr
\ abort
\ [then]
\ [then] [then]
s" arch-alpha" environment? [if] [if]
s" loader_version" environment? [if]
3 < [if]
.( Loader version 0.3+ required) cr
abort
[then]
[else]
.( Could not get loader version!) cr
abort
[then]
[then] [then]
\ s" arch-i386" environment? [if] [if]
\ s" loader_version" environment? [if]
\ 8 < [if]
\ .( Loader version 0.8+ required) cr
\ abort
\ [then]
\ [else]
\ .( Could not get loader version!) cr
\ abort
\ [then]
\ [then] [then]
s" arch-i386" environment? [if] [if]
s" loader_version" environment? [if]
8 < [if]
.( Loader version 0.8+ required) cr
abort
[then]
[else]
.( Could not get loader version!) cr
abort
[then]
[then] [then]
include /boot/support.4th