booting
from
The Collaborative International Dictionary of English v.0.48
Boot \Boot\, v. t. [imp. & p. p. {Booted}; p. pr. & vb. n.
{Booting}.]
1. To profit; to advantage; to avail; -- generally followed
by it; as, what boots it?
[1913 Webster]
What booteth it to others that we wish them well,
and do nothing for them? --Hooker.
[1913 Webster]
What subdued
To change like this a mind so far imbued
With scorn of man, it little boots to know. --Byron.
[1913 Webster]
What boots to us your victories? --Southey.
[1913 Webster]
2. To enrich; to benefit; to give in addition. [Obs.]
[1913 Webster]
And I will boot thee with what gift beside
Thy modesty can beg. --Shak.
[1913 Webster]
from
The Free On-line Dictionary of Computing (8 July 2008)
bootstrap
boot
booting
<operating system, compiler> To load and initialise the
{operating system} on a computer. Normally abbreviated to
"{boot}". From the curious expression "to pull oneself up by
one's bootstraps", one of the legendary feats of Baron von
Munchhausen. The {bootstrap loader} is the program that runs
on the computer before any (normal) program can run. Derived
terms include {reboot}, {cold boot}, {warm boot}, {soft boot}
and {hard boot}.
The term also applies to the use of a {compiler} to compile
itself. The usual process is to write an {interpreter} for a
language, L, in some other existing language. The compiler is
then written in L and the interpreter is used to run it. This
produces an {executable} for compiling programs in L from the
source of the compiler in L. This technique is often used to
verify the correctness of a compiler. It was first used in
the {LISP} community.
See also {My Favourite Toy Language}.
[{Jargon File}]
(2005-04-12)
[email protected]