Commit 53c9c5cf authored by Frode Vatvedt Fjeld's avatar Frode Vatvedt Fjeld
Browse files

Minor edits.

parent d7cb1cf2
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
;;;; Created at:    Mon Oct  9 20:47:19 2000
;;;; Distribution:  See the accompanying file COPYING.
;;;;                
;;;; $Id: bootblock.lisp,v 1.7 2004/04/15 13:03:16 ffjeld Exp $
;;;; $Id: bootblock.lisp,v 1.8 2004/04/16 19:15:20 ffjeld Exp $
;;;;                
;;;;------------------------------------------------------------------

@@ -155,7 +155,6 @@
       (:movw :bx :es)
       (:xorw :bx :bx)

       
       (:int #x13)			; Call BIOS routine
       (:jc 'read-error)
       (:movzxb :al :ecx)
@@ -285,7 +284,7 @@
       ;; Data
       welcome         (% format 8 "Loading Movitz ~D..~%
"
			  ,(incf *bootblock-build*))
       entering        (% format 8 ")~%
Enter..")
       entering        (% format 8 "~%
Enter..")
       error           (% format 8 "Failed!)")
       track-start-msg (% format 8 "(")
       track-end-msg   (% format 8 ")")