small fixes
[unix-history] / usr / src / sys / news3400 / README
CommitLineData
01cb2ca4 1# @(#)README 5.4 (Berkeley) %G%
69702107
KB
2
3------------------------------------------------------------------------------
4
01cb2ca4 5This Sony RISC workstation support is done as an activity in WIDE research
1c089501
KU
6project. Sony Corp. contributed device drivers and gave us great
7technical supports. Kazumasa Utashiro worked mainly for 4.4-alpha porting
8but that work was based on 4.3-Reno port helped by other project members,
9Tadamichi Matsuyama and Hidetoshi Unno.
10
11This version is just a snapshot of developing system and has many
01cb2ca4
KU
12unimplemented feature and bugs. Please contact utashiro@sra.co.jp if you
13have any comment about this code. Bugfix will be greatly appreciated.
69702107
KB
14
15------------------------------------------------------------------------------
01cb2ca4
KU
16I've been using NWS-3200 laptop machine and NWS-3400 for development. 3200's
17LCD display and NWB-253 display board are supported now.
69702107 18------------------------------------------------------------------------------
431eab56
KU
19GCC 2.x has a problem to build library objects. Usually library object is
20made by following way:
69702107
KB
21
22 cc -c x.c
23 ld -r -x x.o
24 mv a.out x.o
25
431eab56
KU
26But using gcc 2.x (at least 2.2.2), some objects made by this way can't be
27linked. ld complains that the object has bad isym.
69702107
KB
28------------------------------------------------------------------------------
29Known bugs:
69702107
KB
30 - Display driver is slow.
31 - Serial line driver is slow.
01cb2ca4 32 - Console doesn't accept ^S.
69702107
KB
33------------------------------------------------------------------------------
34
35 Kazumasa Utashiro <utashiro@sra.co.jp>
36 Software Research Associates, Inc.
37 1-1-1 Hirakawa-cho, Chiyoda-ku, Tokyo 102, Japan