Re: Re: HD driver
Peter Minten <[email protected]> Fri, 23 Apr 2004 19:33:47 +0200
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
Frode Vatvedt Fjeld wrote: > Peter Minten <[email protected]> writes: > > >>Well, in theory my current code should work. In practice I have to >>fix fairly trivial bugs first, which is time consuming given the >>lack of incremental compilation of the image and the long compile >>time (~10 minutes on my 1GHz box). > > > But.. there is incremental compilation (!) > > For example, (movitz-compile-file "losp/tmp/harddisk.lisp") should do > the right thing wrt. *image*, and this takes maybe one second on my > machine. Thanks, now it works fast. > What movitz-mode.el does is e.g. upon M-C-x, to extract a top-level > form into a temporary file and applying movitz-compile-file to > it. Something similar should come into existence for Slime, but until > then, at least one can use movitz-compile-file manually. Or semi-manually: (defun l () (movitz::movitz-compile-file ...)) :-). Anyway I've uploaded a new version of the code. It compiles, it calls the harddisk and ... it fails. There are some issues I don't yet understand, like why it asks for a media change on a static HD. I'll implement identify-drive sometime these days, 128 bytes of info should be helpful :-). Greetings, Peter