summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorUwe Stuehler <uwe@cvs.openbsd.org>2005-05-24 21:22:48 +0000
committerUwe Stuehler <uwe@cvs.openbsd.org>2005-05-24 21:22:48 +0000
commit76b52d8b51de53cd7a2af974d3d71b793ca66973 (patch)
tree854fdb363dc90e58229ee6292dd7975501d976bf /sys/arch
parent526f723825fc14fc3adc977232cec0676a08eb7c (diff)
bye
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/zaurus/stand/TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/arch/zaurus/stand/TODO b/sys/arch/zaurus/stand/TODO
deleted file mode 100644
index b88d927615f..00000000000
--- a/sys/arch/zaurus/stand/TODO
+++ /dev/null
@@ -1,11 +0,0 @@
-LKM:
- * Shut down cleanly before rebooting, like Dragos' module did.
-
- * Accept boot arguments from the userland.
-
-Userland:
- * Load kernel files from Linux file systems, too. (That can now
- be achieved with `cp bsd /dev/zboot'.)
-
- * Create crt0.S which defines _start(), so that ld doesn't depend
- on the order of object files.