xref: /original-bsd/sys/news3400/README (revision 609cdd5c)
1#	@(#)README	5.4 (Berkeley) 03/09/93
2
3------------------------------------------------------------------------------
4
5This Sony RISC workstation support is done as an activity in WIDE research
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
12unimplemented feature and bugs.  Please contact utashiro@sra.co.jp if you
13have any comment about this code.  Bugfix will be greatly appreciated.
14
15------------------------------------------------------------------------------
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.
18------------------------------------------------------------------------------
19GCC 2.x has a problem to build library objects.  Usually library object is
20made by following way:
21
22	cc -c x.c
23	ld -r -x x.o
24	mv a.out x.o
25
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.
28------------------------------------------------------------------------------
29Known bugs:
30	- Display driver is slow.
31	- Serial line driver is slow.
32	- Console doesn't accept ^S.
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
38