summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/menu-commands.4th
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2012-10-07 15:37:30 +0000
committerdteske <dteske@FreeBSD.org>2012-10-07 15:37:30 +0000
commite721f7556169adf31e3b45611cedaa39dc4257ab (patch)
treed25b9991ec716724013d04e853cf4c40a04861aa /sys/boot/forth/menu-commands.4th
parentca3e4e0819f6bb60cf7f5c53176de03acdb07ff3 (diff)
downloadFreeBSD-src-e721f7556169adf31e3b45611cedaa39dc4257ab.zip
FreeBSD-src-e721f7556169adf31e3b45611cedaa39dc4257ab.tar.gz
Comment and Copyright fixes/updates.
Reviewed by: adrian (co-mentor) Approved by: adrian (co-mentor)
Diffstat (limited to 'sys/boot/forth/menu-commands.4th')
-rw-r--r--sys/boot/forth/menu-commands.4th10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/boot/forth/menu-commands.4th b/sys/boot/forth/menu-commands.4th
index 2006131..b49b716 100644
--- a/sys/boot/forth/menu-commands.4th
+++ b/sys/boot/forth/menu-commands.4th
@@ -1,4 +1,4 @@
-\ Copyright (c) 2006-2011 Devin Teske <dteske@FreeBSD.org>
+\ Copyright (c) 2006-2012 Devin Teske <dteske@FreeBSD.org>
\ All rights reserved.
\
\ Redistribution and use in source and binary forms, with or without
@@ -144,10 +144,6 @@ marker task-menu-commands.4th
@ \ dereference address into value
48 + \ convert to ASCII numeral
- \ Since we are [in this file] going to override the standard `boot'
- \ routine with a custom one, you should know that we use $kernel
- \ when referencing the desired kernel. Set $kernel below.
-
s" set kernel=${kernel_prefix}${kernel[N]}${kernel_suffix}"
\ command to assemble full kernel-path
-rot tuck 36 + c! swap \ replace 'N' with array index value
@@ -168,10 +164,6 @@ marker task-menu-commands.4th
@ \ dereference address into value
48 + \ convert to ASCII numeral
- \ Since we are [in this file] going to override the standard `boot'
- \ routine with a custom one, you should know that we use $root when
- \ booting. Set $root below.
-
s" set root=${root_prefix}${root[N]}${root_prefix}"
\ command to assemble full kernel-path
-rot tuck 30 + c! swap \ replace 'N' with array index value
OpenPOWER on IntegriCloud