[movitz-cvs] CVS update: movitz/losp/x86-pc/interrupt.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Sun Mar 28 13:35:46 UTC 2004
Update of /project/movitz/cvsroot/movitz/losp/x86-pc
In directory common-lisp.net:/tmp/cvs-serv10109
Modified Files:
interrupt.lisp
Log Message:
Added a dependency on x86-pc/debugger, so as to fix the package
error. Actually, the debugger should be relocated to inside Muerte
proper.
Date: Sun Mar 28 08:35:45 2004
Author: ffjeld
Index: movitz/losp/x86-pc/interrupt.lisp
diff -u movitz/losp/x86-pc/interrupt.lisp:1.5 movitz/losp/x86-pc/interrupt.lisp:1.6
--- movitz/losp/x86-pc/interrupt.lisp:1.5 Thu Mar 25 20:51:21 2004
+++ movitz/losp/x86-pc/interrupt.lisp Sun Mar 28 08:35:45 2004
@@ -10,11 +10,12 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Fri May 4 18:08:50 2001
;;;;
-;;;; $Id: interrupt.lisp,v 1.5 2004/03/26 01:51:21 ffjeld Exp $
+;;;; $Id: interrupt.lisp,v 1.6 2004/03/28 13:35:45 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
(require :x86-pc/pic8259)
+(require :x86-pc/debugger)
(provide :x86-pc/interrupt)
(in-package muerte.x86-pc)
More information about the Movitz-cvs
mailing list