Re: A question about the tmp directory, and ext2 support
Frode Vatvedt Fjeld <[email protected]> 16 Jan 2008 17:49:43 +0100
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
Andreas Davour <[email protected]> writes: > Then I still have the problem I don't know how to integrate anything > with the rest of the system... Currently there's only a primitive provide/require mechanism. You provide an initial lisp-file to create-image (los0.lisp is the default), which pulls in other stuff by require statements, recursively. This should probably be changed/improved to use something in the defsystem style. -- Frode Vatvedt Fjeld