NetBSD/sys/arch/alpha/TODO.users

43 lines
1.4 KiB
Plaintext
Raw Normal View History

1996-04-25 08:28:04 +04:00
$NetBSD: TODO.users,v 1.3 1996/04/25 04:28:05 cgd Exp $
1995-04-25 22:16:15 +04:00
The NetBSD/Alpha "User" To-Do List
1996-04-25 08:28:04 +04:00
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.
1995-04-25 22:16:15 +04:00
1996-04-25 08:28:04 +04:00
If you think of something that should be added to this list send me
mail and I'll add it.
1995-04-25 22:16:15 +04:00
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
1996-04-25 08:28:04 +04:00
cgd@cs.cmu.edu
1995-04-25 22:16:15 +04:00
--
Test programs; find and fix bugs. In particular:
(1) make sure accounting works
1996-04-25 08:28:04 +04:00
(2) last i checked, 'file' core dumped
(3) /usr/games
1995-04-25 22:16:15 +04:00
1996-04-25 08:28:04 +04:00
Test TurboChannel option slot support. Write TurboChannel option
board support. Test PMAD-A support.
1995-04-25 22:16:15 +04:00
Get the GNU tools to generate a.out binaries for the alpha. Once that
1996-04-25 08:28:04 +04:00
is done:
1995-04-25 22:16:15 +04:00
(1) make gprof work, then profile the kernel and tell me how
1996-04-25 08:28:04 +04:00
bad my assumptions lost. (Actually, the gprof in the Cygnus
toolchain may already work.)
1995-04-25 22:16:15 +04:00
(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
1996-04-25 08:28:04 +04:00
and/or some ecoff symbol handling code to be written; the former is
strongly preferred.)
1995-04-25 22:16:15 +04:00
1996-04-25 08:28:04 +04:00
Track down any bugs caused by compiling the kernel with -O. (At least
some of these may be code generation bugs.)