From: Guillermo J. Rozas Date: Thu, 27 Aug 1992 06:48:09 +0000 (+0000) Subject: Add BIOS driver for DOS version of Scheme. X-Git-Tag: 20090517-FFI~9066 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=59a2524333d28ca22240bc1935261bfe6371a59e;p=mit-scheme.git Add BIOS driver for DOS version of Scheme. --- diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index b8a59e6f8..16bdcada4 100644 --- a/v7/src/edwin/make.scm +++ b/v7/src/edwin/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.72 1992/05/28 18:41:26 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.73 1992/08/27 06:48:09 jinx Exp $ Copyright (c) 1989-1992 Massachusetts Institute of Technology @@ -40,4 +40,4 @@ MIT in each case. |# "edwin" `((os-type . ,(intern (microcode-identification-item 'OS-NAME-STRING)))) 'QUERY) -(add-system! (make-system "Edwin" 3 71 '())) \ No newline at end of file +(add-system! (make-system "Edwin" 3 72 '())) \ No newline at end of file