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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
read, and decide what can you do to make your "snakes" happy!
### resources:
* sources repo;
* http://www.openbsd.org/hppa.html - supported hardware list
* http://hppa.fries.net/ - technical resources for developers
* mailto:hppa@openbsd.org
### current open projects and assignments by area:
hardware and installation notes (distrib/notes/hppa/*): fries@
* wip, will flesh out as development progresses
* For now have rbootd running on the server, boot.lif from hppa.fries.net,
and then:
<esc> on bootup, a to get to BOOT_ADMIN prompt, and finally,
BOOT_ADMIN> boot lan isl
hardware manuals (man4.hppa/*): mickey@
* sti manual
* ie manual
* siop manual
* hil manual
* add more to lasi and asp (also wax when studied enough)
gcc/egcs/binutils: espie@ mickey@
* move to binutils 2.10.1
boots (sys/arch/hppa/stand/*): mickey@ fries@
* almost could be considered working/done, fixes and such (;
kernel (sys/arch/hppa/*): mickey@
* user-land support (signal stuff)
* clkf_intr() is not accurate, but we can mark any
inner frame by looking at the top-level one in tlabel(all)
* several harware problems (ie disfunctional/untested drivers)
* proper serial console
* wscons devices (hil/*, pckbc/*) unfinished
* 7300lc-based machines, 8k-based machines
* "original snakes" (700,705,710,...) support
* advanced audio driver
* isa/eisa dma
* TMS380 token-ring driver
* general cleanup (far-east future)
ramdisk development edition (distrib/hppa/*): mickey@
* basic environment done (not in the repo)
* requires libc and kernel-user support
libc (lib/libc/arch/hppa/*): mickey@
* MD syscalls (postponed until kernel part's ready)
userland (*): mickey@
* libc_r done (not verified)
* libkvm (awaits her kernel counterpart)
* no shared libs support
X11 (X11/*): fries@ mickey@
* patch is available, nothing to run at tho (;
$OpenBSD: TODO,v 1.12 2000/10/11 21:02:02 mickey Exp $
--
paranoic mickey
|