summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/README
blob: 63f31f43f683539865d0fd8c97a2187e44c21bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This port is heavily based on the NetBSD powerpc port by
Wolfgang Solfrank. All of the kernel code is derived from there.
Some modifications have been made, primarily to support ELF.


Other notes:
	libexec/ftpd (ftpd.o) does not compile with optimization.
	`cc: Internal compiler error: program cc1 got fatal signal 11'
	Real cause unknown. will compile and work correctly
	if compiled without -O.
	(worked around with a makefile change)

TODO:
	ptrace support (that works)
	fp (setround, getround, getmask, setmask, setsticky, getsticky)
	cleaner installation 
Dale
rahnds@cvs.openbsd.org