#| -*-Scheme-*-
-$Id: ansi.scm,v 1.6 1994/11/01 23:04:22 adams Exp $
+$Id: ansi.scm,v 1.7 1994/12/19 19:37:10 cph Exp $
-Copyright (c) 1992-1993 Massachusetts Institute of Technology
+Copyright (c) 1992-94 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(let ((foregnd (get-numstring "FOREGROUND"))
(backgnd (get-numstring "BACKGROUND")))
- (let ((full? (not (eq? (intern microcode-id/operating-system-name) "dos")))
+ (let ((full? (not (eq? 'DOS microcode-id/operating-system)))
(normal
(string-append "\033[0"
(make-mode foregnd)
;;; -*-Scheme-*-
;;;
-;;; $Id: loadef.scm,v 1.26 1994/10/12 00:30:42 cph Exp $
+;;; $Id: loadef.scm,v 1.27 1994/12/19 19:40:55 cph Exp $
;;;
;;; Copyright (c) 1986, 1989-94 Massachusetts Institute of Technology
;;;
\f
;;;; DOS-specific commands
-(if (memq (intern microcode-id/operating-system-name) '(dos nt))
+(if (memq microcode-id/operating-system '(DOS NT))
(begin
(define-library 'DOSCOM
'("doscom" (EDWIN DOSJOB)))
#| -*-Scheme-*-
-$Id: make.scm,v 3.84 1994/06/21 19:38:40 cph Exp $
+$Id: make.scm,v 3.85 1994/12/19 19:41:06 cph Exp $
Copyright (c) 1989-94 Massachusetts Institute of Technology
(declare-shared-library "edwin" (lambda () true))
(package/system-loader
"edwin"
- `((os-type
- . ,(intern (microcode-identification-item 'OS-NAME-STRING))))
+ `((os-type . ,microcode-id/operating-system))
'QUERY)))))
(add-system! (make-system "Edwin" 3 84 '()))
\ No newline at end of file