1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<html>
<head><title>EXIT-BOOT-STRAP-MODE.html -- ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h2>EXIT-BOOT-STRAP-MODE</h2>the end of pre-history
<pre>Major Section: <a href="MISCELLANEOUS.html">MISCELLANEOUS</a>
</pre><p>
<code>Exit-boot-strap-mode</code> is the last step in creating the ACL2 <a href="WORLD.html">world</a> in
which the user lives. It has <a href="COMMAND.html">command</a> number <code>0</code>. <a href="COMMAND.html">Command</a>s before it
are part of the system initialization and extend all the way back to
<code>:</code><code><a href="MIN.html">min</a></code>. <a href="COMMAND.html">Command</a>s after it are those of the user.
<p>
<code>Exit-boot-strap-mode</code> is a Common Lisp function but not an ACL2
function. It is called when every <code><a href="DEFCONST.html">defconst</a></code>, <code><a href="DEFUN.html">defun</a></code>, etc., in our
source code has been processed under ACL2 and the <a href="WORLD.html">world</a> is all but
complete. <code>exit-boot-strap-mode</code> has only one job: to signal the
completion of the boot-strapping.
<br><br><br><a href="acl2-doc.html"><img src="llogo.gif"></a> <a href="acl2-doc-index.html"><img src="index.gif"></a>
</body>
</html>
|