aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-05-12 04:09:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-05-12 04:09:53 +0000
commitbe5d6589e09fae392dfb2d144ecfcf6fecce450d (patch)
treea0245777110aa25c49b17dc6babb605f58362897 /sys/boot/forth
parent906d6c0eb1c4dfe1df3860a25da9165e80a15fe9 (diff)
downloadsrc-be5d6589e09fae392dfb2d144ecfcf6fecce450d.tar.gz
src-be5d6589e09fae392dfb2d144ecfcf6fecce450d.zip
Remove more Alpha bits from the boot code including fixing several
stale comments.
Notes
Notes: svn path=/head/; revision=158467
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.4th12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th
index 8ffb02dd81ff..234453c6d829 100644
--- a/sys/boot/forth/loader.4th
+++ b/sys/boot/forth/loader.4th
@@ -24,18 +24,6 @@
\
\ $FreeBSD$
-s" arch-alpha" environment? [if] [if]
- s" loader_version" environment? [if]
- 12 < [if]
- .( Loader version 1.2+ 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]
11 < [if]