This is a simple site configuration for a stand alone Lisp Machine talking to a file server.
- CADR at Chaos address 0401
- SERVER at Chaos address 0404
When cold, always do:
(set-sys-host "server" ':unix 0404)
(login 'ams 'server nil) ;Or some other local user.
To setup from a fresh System 78.48 band first:
(load "server://tree//site//78.lisp")
Cold load (so that we do not have too much cruft in our load, and save the band:
(disk-restore 1)
; Don't forget to SET-SYS-HOST and login.
(load "server://tree//site//load-site.lisp")
(disk-save 2)
; The machine will cold boot, when it is up again do:
(set-current-band 2)
(si:%halt)