@@ -51,12 +51,12 @@ From [SBCL's Home Page](http://sbcl.org):
> Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.
@@ -103,14 +103,14 @@ M-x slime-connect RET RET RET
```
<aid="orga3641d6"></a>
<aid="org126245e"></a>
# What's in the image?
This image contains SBCL binaries built with –with-sb-linkable-runtime and –sn-prelink-linkage-table. The latter is provided by a series of patches described at <https://www.timmons.dev/posts/static-executables-with-sbcl-v2.html>. The goal is to get these patches (or equivalent) merged upstream and then stop supporting these images.