summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/README
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2000-11-05 22:27:45 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2000-11-05 22:27:45 +0000
commita8e0678642aee6d0770ad0a84a25391429456dfb (patch)
treeb9f049b45c06143b9cc8e831a784a27a2e021212 /sys/arch/powerpc/README
parentbd94bab571ecd27957f338d2dbaffa5a1f141fe4 (diff)
Update to reflect closer to reality. and current direction for the port.
Diffstat (limited to 'sys/arch/powerpc/README')
-rw-r--r--sys/arch/powerpc/README19
1 files changed, 9 insertions, 10 deletions
diff --git a/sys/arch/powerpc/README b/sys/arch/powerpc/README
index 8ac2b86f20c..3f4043c5c6b 100644
--- a/sys/arch/powerpc/README
+++ b/sys/arch/powerpc/README
@@ -1,17 +1,16 @@
-
-This port is partly based on the NetBSD powerpc port by Wolfgang Solfrank.
-The NetBSD code was imported by Dale Rahn who also added support for ELF.
-
-A lot of code has been removed and a lot of new code has been added to
-create a monolithic kernel that uses OpenFirmware or any other boot plattform
-as little possible.
-
The current kernel supports PowerMac G4 and iMacs, additional machines
may be supported to varying degrees.
TODO:
- ptrace support finished (gdb can breakpoint, but not step)
+ * Stability analysis. Find that lurking memory mapping error.
+ * Share harddrives between BSD and MacOS
+ Use pdisk from Apple as basis of disklabel editor
+ Allow BSD disklabel to exist inside Apple Partition.
+ * Legagcy machine support
+ adb keyboard/mouse support
+ esp ethernet
+ - other legacy support.
Dale
-rahnds@cvs.openbsd.org
+drahn@cvs.openbsd.org