summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/TODO.users
blob: 410c973a7f16a665b2812244513eddbf5951c366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
$NetBSD: TODO.users,v 1.2 1995/11/23 02:33:29 cgd Exp $

The NetBSD/Alpha "User" To-Do List


The following are things that I'd like to see "users" of NetBSD/Alpha do.
It's unlikely that I'll get around to them in any reasonable time
frame, and I think they _should_ get done.

If you think of something that should be added to this list (and don't
want to do it yourself, right then 8-), send me mail and I'll add it.

If you're planning to work on something on this list, send me mail and
tell me about it, so that I can keep people from duplicating work.
Once you've done something on this list, send me context diffs.


Chris Demetriou
cgd@netbsd.org
--
Make GDB work.
	(1) function arguments and local variables don't seem to work.

Test programs; find and fix bugs.  In particular:
	(1) make sure accounting works
	(2) figure out why strip doesn't seem to work
	(3) last i checked, 'file' core dumped
	(4) /usr/games

Make TurboChannel option slots work reasonably.  This will require
    different sets of code to be written on the 3000/[4-9]00 and on the
    3000/300 families.  It shouldn't be too hard, but you will need some
    devices that live in option slots.

Once TC option slots work, somebody with a TC ethernet board should
    make it work, for completeness.

Get the GNU tools to generate a.out binaries for the alpha.  Once that
    is done:
	(1) make gprof work, then profile the kernel and tell me how
	    bad my assumptions lost.
	(2) make the rest of the NetBSD a.out-manipulation tools (e.g.
	    nm) work.

Make DDB work.  (For completeness, may require a.out kernel binaries
    and/or some ecoff symbol handling code to be written; the former
    is strongly preferred.)

Track down bugs caused by compiling the kernel with -O.  (At least
    some of these are likely to be code generation bugs.)