updated comments
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 18 Dec 2021 01:08:16 +0000 (12:08 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 18 Dec 2021 01:08:16 +0000 (12:08 +1100)
incore.lsp

index 6ba256198cc8158007440ddc5490bb8eec7ea971..fb099516a7c83a9f2ea632c0539eab8862e86831 100644 (file)
@@ -8,8 +8,16 @@
 ;;
 ;; archives:archives is a hashmap for loadable files
 ;; core:core is the running binary file
-;; archive:main is the name of the first on-core member
-;; archive:incore is the byte position into core for the archive
+;;
+;; The "archive" context holds utility code.
+;; archive:main is the name of the first in-core member.
+;; archive:incore is the byte position into core for the archive.
+;;
+;; Use (archives member pathname) to register that the file "member"
+;; should be looked up in the ar style archive of the given pathname.
+;;
+;; Use (archive pathname) to register all members of the nominated ar
+;; style archive.
 
 (new Tree 'archives)