BSD 4_4 release
[unix-history] / usr / src / sys / news3400 / README
index b9c20a7..23f6dd4 100644 (file)
@@ -1,38 +1,40 @@
-#      @(#)README      5.2 (Berkeley) %G%
+#      @(#)README      8.1 (Berkeley) 6/10/93
 
 ------------------------------------------------------------------------------
 
 
 ------------------------------------------------------------------------------
 
-This version is not completed.  Please contact utashiro@sra.co.jp if
-you have any comment about this code.  Bugfix will be greatly appreciated.
+This Sony MIPS R3000 based workstation support is done as an activity of
+WIDE research project.  Sony Corporation contributed most device drivers
+and gave us great technical supports.  Kazumasa Utashiro worked mainly
+4.4BSD implementation but that work was based on 4.3BSD-Reno port helped by
+other project members, especially Tadamichi Matsuyama and Hidetoshi Unno.
+
+This version is just a snapshot of developing system and has many
+unimplemented features and bugs.  Please contact utashiro@sra.co.jp if you
+have any comments about this code.  Bugfix will be greatly appreciated.
 
 ------------------------------------------------------------------------------
 
 ------------------------------------------------------------------------------
-I'm using NWS-3200 laptop machine for development.  Only 3200's LCD display
-is supported now.  You can use this kernel on 3400 by serial line console,
-but it is not tested well.
-------------------------------------------------------------------------------
-Config command is not changed to support NEWS because it will be changed
-to support dual processor machine in the future.  Diffs are in CONFIG.DIFF
-in /sys/news3400 directory.
+
+I've been using NWS-3200 laptop machine and NWS-3400 for development.
+3200's LCD display and NWB-253 display board are supported now.
+
 ------------------------------------------------------------------------------
 ------------------------------------------------------------------------------
-GCC 2.x has a problem to build library objects.  Usually library object is
-made by following way:
 
 
-       cc -c x.c
-       ld -r -x x.o
-       mv a.out x.o
+Currently GCC is used as a compiler which uses as and ld come with NEWS-OS.
+They should soon be replaced by the latest GAS because it supports BSD
+a.out format for MIPS.
 
 
-But using gcc 2.x (at least 2.2.2), some objects made by this way can't be
-linked.  ld complains that the object has bad isym.
 ------------------------------------------------------------------------------
 ------------------------------------------------------------------------------
+
 Known bugs:
 Known bugs:
-       - Floating point doesn't work always.
        - Display driver is slow.
        - Serial line driver is slow.
        - Display driver is slow.
        - Serial line driver is slow.
-       - Reboot doesn't work.
-       - NFS doesn't work (it worked before...)
-       - System hangs when ^S is typed from bitmap console.
+       - Console doesn't accept ^S.
+       - Some problem probably in VM.
+
 ------------------------------------------------------------------------------
 
                        Kazumasa Utashiro <utashiro@sra.co.jp>
                        Software Research Associates, Inc.
                        1-1-1 Hirakawa-cho, Chiyoda-ku, Tokyo 102, Japan
 ------------------------------------------------------------------------------
 
                        Kazumasa Utashiro <utashiro@sra.co.jp>
                        Software Research Associates, Inc.
                        1-1-1 Hirakawa-cho, Chiyoda-ku, Tokyo 102, Japan
+                       and
+                       WIDE Project