[movitz-cvs] CVS update: movitz/losp/x86-pc/all.lisp movitz/losp/x86-pc/cmos.lisp movitz/losp/x86-pc/debugger.lisp movitz/losp/x86-pc/dp8390.lisp movitz/losp/x86-pc/interrupt.lisp movitz/losp/x86-pc/io-space.lisp movitz/losp/x86-pc/keyboard.lisp movitz/losp/x86-pc/memory.lisp movitz/losp/x86-pc/ne2k.lisp movitz/losp/x86-pc/package.lisp movitz/losp/x86-pc/pic8259.lisp movitz/losp/x86-pc/pit8253.lisp movitz/losp/x86-pc/textmode-console.lisp movitz/losp/x86-pc/textmode.lisp movitz/losp/x86-pc/vga.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Mon Jan 19 11:23:53 UTC 2004


Update of /project/movitz/cvsroot/movitz/losp/x86-pc
In directory common-lisp.net:/tmp/cvs-serv7968/losp/x86-pc

Modified Files:
	all.lisp cmos.lisp debugger.lisp dp8390.lisp interrupt.lisp 
	io-space.lisp keyboard.lisp memory.lisp ne2k.lisp package.lisp 
	pic8259.lisp pit8253.lisp textmode-console.lisp textmode.lisp 
	vga.lisp 
Log Message:
Many minor edits. Removed non-ASCII characters etc.

Date: Mon Jan 19 06:23:52 2004
Author: ffjeld

Index: movitz/losp/x86-pc/all.lisp
diff -u movitz/losp/x86-pc/all.lisp:1.2 movitz/losp/x86-pc/all.lisp:1.3
--- movitz/losp/x86-pc/all.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/all.lisp	Mon Jan 19 06:23:51 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Thu Sep 27 21:14:56 2001
 ;;;;                
-;;;; $Id: all.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: all.lisp,v 1.3 2004/01/19 11:23:51 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/cmos.lisp
diff -u movitz/losp/x86-pc/cmos.lisp:1.2 movitz/losp/x86-pc/cmos.lisp:1.3
--- movitz/losp/x86-pc/cmos.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/cmos.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2002, 2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Mon Sep 30 12:23:02 2002
 ;;;;                
-;;;; $Id: cmos.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: cmos.lisp,v 1.3 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/debugger.lisp
diff -u movitz/losp/x86-pc/debugger.lisp:1.1.1.1 movitz/losp/x86-pc/debugger.lisp:1.2
--- movitz/losp/x86-pc/debugger.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/x86-pc/debugger.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Fri Nov 22 10:09:18 2002
 ;;;;                
-;;;; $Id: debugger.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: debugger.lisp,v 1.2 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/dp8390.lisp
diff -u movitz/losp/x86-pc/dp8390.lisp:1.2 movitz/losp/x86-pc/dp8390.lisp:1.3
--- movitz/losp/x86-pc/dp8390.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/dp8390.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Wed Sep 18 12:21:36 2002
 ;;;;                
-;;;; $Id: dp8390.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: dp8390.lisp,v 1.3 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/interrupt.lisp
diff -u movitz/losp/x86-pc/interrupt.lisp:1.2 movitz/losp/x86-pc/interrupt.lisp:1.3
--- movitz/losp/x86-pc/interrupt.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/interrupt.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Fri May  4 18:08:50 2001
 ;;;;                
-;;;; $Id: interrupt.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: interrupt.lisp,v 1.3 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/io-space.lisp
diff -u movitz/losp/x86-pc/io-space.lisp:1.1.1.1 movitz/losp/x86-pc/io-space.lisp:1.2
--- movitz/losp/x86-pc/io-space.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/x86-pc/io-space.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001, 2003-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue May  6 10:50:36 2003
 ;;;;                
-;;;; $Id: io-space.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: io-space.lisp,v 1.2 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/keyboard.lisp
diff -u movitz/losp/x86-pc/keyboard.lisp:1.1.1.1 movitz/losp/x86-pc/keyboard.lisp:1.2
--- movitz/losp/x86-pc/keyboard.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/x86-pc/keyboard.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Mon Sep 24 16:04:12 2001
 ;;;;                
-;;;; $Id: keyboard.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: keyboard.lisp,v 1.2 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/memory.lisp
diff -u movitz/losp/x86-pc/memory.lisp:1.2 movitz/losp/x86-pc/memory.lisp:1.3
--- movitz/losp/x86-pc/memory.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/memory.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2002, 2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Thu Oct 11 16:32:11 2001
 ;;;;                
-;;;; $Id: memory.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: memory.lisp,v 1.3 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/ne2k.lisp
diff -u movitz/losp/x86-pc/ne2k.lisp:1.3 movitz/losp/x86-pc/ne2k.lisp:1.4
--- movitz/losp/x86-pc/ne2k.lisp:1.3	Thu Jan 15 12:43:28 2004
+++ movitz/losp/x86-pc/ne2k.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Sep 17 15:16:00 2002
 ;;;;                
-;;;; $Id: ne2k.lisp,v 1.3 2004/01/15 17:43:28 ffjeld Exp $
+;;;; $Id: ne2k.lisp,v 1.4 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/package.lisp
diff -u movitz/losp/x86-pc/package.lisp:1.2 movitz/losp/x86-pc/package.lisp:1.3
--- movitz/losp/x86-pc/package.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/package.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Oct  2 20:30:28 2001
 ;;;;                
-;;;; $Id: package.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: package.lisp,v 1.3 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/pic8259.lisp
diff -u movitz/losp/x86-pc/pic8259.lisp:1.2 movitz/losp/x86-pc/pic8259.lisp:1.3
--- movitz/losp/x86-pc/pic8259.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/pic8259.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue May 22 15:23:01 2001
 ;;;;                
-;;;; $Id: pic8259.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: pic8259.lisp,v 1.3 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/pit8253.lisp
diff -u movitz/losp/x86-pc/pit8253.lisp:1.2 movitz/losp/x86-pc/pit8253.lisp:1.3
--- movitz/losp/x86-pc/pit8253.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/pit8253.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2002, 2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Jan 15 11:30:55 2002
 ;;;;                
-;;;; $Id: pit8253.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: pit8253.lisp,v 1.3 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/textmode-console.lisp
diff -u movitz/losp/x86-pc/textmode-console.lisp:1.2 movitz/losp/x86-pc/textmode-console.lisp:1.3
--- movitz/losp/x86-pc/textmode-console.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/textmode-console.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001, 2003-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Jul  8 15:13:24 2003
 ;;;;                
-;;;; $Id: textmode-console.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: textmode-console.lisp,v 1.3 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/textmode.lisp
diff -u movitz/losp/x86-pc/textmode.lisp:1.2 movitz/losp/x86-pc/textmode.lisp:1.3
--- movitz/losp/x86-pc/textmode.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/textmode.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001,2000, 2002-2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      textmode.lisp
 ;;;; Description:   A primitive 80x25 text-mode console driver.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Thu Nov  9 15:38:56 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: textmode.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: textmode.lisp,v 1.3 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/x86-pc/vga.lisp
diff -u movitz/losp/x86-pc/vga.lisp:1.2 movitz/losp/x86-pc/vga.lisp:1.3
--- movitz/losp/x86-pc/vga.lisp:1.2	Thu Jan 15 12:13:53 2004
+++ movitz/losp/x86-pc/vga.lisp	Mon Jan 19 06:23:52 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Sep 25 14:08:20 2001
 ;;;;                
-;;;; $Id: vga.lisp,v 1.2 2004/01/15 17:13:53 ffjeld Exp $
+;;;; $Id: vga.lisp,v 1.3 2004/01/19 11:23:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 





More information about the Movitz-cvs mailing list