modify newvers script
[unix-history] / usr / src / sys / news3400 / README
CommitLineData
69702107
KB
1# @(#)README 5.1 (Berkeley) %G%
2
3------------------------------------------------------------------------------
4
5This version is not completed. Please contact to utashiro@sra.co.jp if
6you have any comment about this code. Bugfix will be greatly appreciated.
7
8------------------------------------------------------------------------------
9I'm using NWS-3200 laptop machine for development. Only 3200's LCD display
10is supported now. You can use on 3400 by serial line console, but it is not
11tested well.
12------------------------------------------------------------------------------
13config command is not changed to support NEWS because it will be changed
14to support dual processor machine in future. Diffs are in config.diff
15in /sys/news3400 directory.
16------------------------------------------------------------------------------
17GCC 2.x has problem to build library objects. Usually library object is made
18by following way.
19
20 cc -c x.c
21 ld -r -x x.o
22 mv a.out x.o
23
24But using gcc 2.x (at least 2.2.2), some object made by this can't be
25lordable. ld complains that the object has bad isym.
26------------------------------------------------------------------------------
27Known bugs:
28 - Floating point doesn't work.
29 - Display driver is slow.
30 - Serial line driver is slow.
31 - Reboot doesn't work.
32 - NFS doesn't work (it worked before...)
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