Remove timer interrupt hack. This stuff is done directly by the
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 2 Sep 1992 16:29:04 +0000 (16:29 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 2 Sep 1992 16:29:04 +0000 (16:29 +0000)
microcode now.

v7/src/runtime/site.scm.dos

index 59cade918d348972409e5e8a287cc25fccd06a9d..acf8446becb6f020dcd6f9c37073217b0dceba3d 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/site.scm.dos,v 1.9 1992/05/29 00:06:11 mhwu Exp $
+$Id: site.scm.dos,v 1.10 1992/09/02 16:29:04 jinx Exp $
 
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -42,22 +42,6 @@ MIT in each case. |#
   (warn "call/cc: Invoking the C compiler:" args)
   (warn "Segmentation fault (core dumped)"))
 
-;;; Dos specific:
-;;; Timer hook to get interrupt keys
-
-(in-package (->environment '(runtime interrupt-handler))
-
-  (define (typeahead-timer-interrupt a b)
-    ((ucode-primitive consume-typeahead))
-    (timer-interrupt-handler a b))
-
-  (let ((sv (vector-ref
-            (get-fixed-objects-vector)
-            (fixed-objects-vector-slot 'SYSTEM-INTERRUPT-VECTOR))))
-    (vector-set! sv timer-slot typeahead-timer-interrupt))
-
-) ; End IN-PACKAGE
-
 ;;; Normalization of various directory structures.
 
 (let ((add-directory-rewriting-rule!