diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index 1ea36ba6bdb..8d5f6702817 100644 --- a/sys/boot/forth/loader.4th +++ b/sys/boot/forth/loader.4th @@ -24,6 +24,14 @@ \ \ $FreeBSD$ +s" arch-alpha" environment? [if] +s" loader_version" environment? 3 < abort" Loader version 0.3+ required" +[then] + +s" arch-i386" environment? [if] +s" loader_version" environment? 8 < abort" Loader version 0.8+ required" +[then] + include /boot/support.4th only forth definitions also support-functions