Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | -read-.-this-: Empty si:host-alist earlier, so that we try talking to non-existent hosts. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8f717978b458b40adf1e238aaf177f5b |
User & Date: | ams 2025-05-08 13:38:27 |
Context
2025-05-08
| ||
13:38 | -read-.-this-: Empty si:host-alist earlier, so that we try talking to non-existent hosts. Leaf check-in: 8f717978b4 user: ams tags: trunk | |
2025-02-08
| ||
09:03 | Add (crude) instructions for setting up cbridge and using it to supdup to the Lisp Machine. check-in: ebcf53880a user: ams tags: trunk | |
Changes
Changes to -read-.-this-.
︙ | ︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 | this checkout. - Change SYS TRANSLATIONS; point to the system source directory. This is only used when setting up a site from "scratch" using a System distribution load. The values below are suitable for `usite`, change them accordinly if you are creating your own site. (si:set-sys-host "local-bridge" :unix #o177001) (login 'lispm 'local-bridge) (load "bridge://usite//site.lisp") (load "bridge://usite//sys.translations") (fs:define-sys-logical-device) | > < | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | this checkout. - Change SYS TRANSLATIONS; point to the system source directory. This is only used when setting up a site from "scratch" using a System distribution load. The values below are suitable for `usite`, change them accordinly if you are creating your own site. (setq si:host-alist nil) (si:set-sys-host "local-bridge" :unix #o177001) (login 'lispm 'local-bridge) (load "bridge://usite//site.lisp") (load "bridge://usite//sys.translations") (fs:define-sys-logical-device) (make-system 'site :compile) Now save your changes by picking a empty partition on the disk (LOD2 is generally used for the System distribution load band). (print-disk-label) ;Pick a empty partition. (disk-save 3) ;Reboots machine into new world. |
︙ | ︙ |