diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-06-14 07:18:18 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-06-14 07:18:18 +0000 |
| commit | 49e7f72d8739ccccf46c96c09a29cbf7071cd418 (patch) | |
| tree | 9bf8f8709987597f339d12bde60d7554b49b2f44 /sys/boot/forth/loader.4th | |
| parent | 26b6ea69c31b079d74cdf314bb751d50b1241837 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth/loader.4th')
| -rw-r--r-- | sys/boot/forth/loader.4th | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index e9369df3f4a6..696985fd0a6f 100644 --- a/sys/boot/forth/loader.4th +++ b/sys/boot/forth/loader.4th @@ -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 |
