summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruwe <uwe@openbsd.org>2005-05-24 21:22:47 +0000
committeruwe <uwe@openbsd.org>2005-05-24 21:22:47 +0000
commitd527e6433ac57c9b658045c136ee79f4a6bd19aa (patch)
treed924ca21164ea5c70e1509e29adb0c9ef6f86580
parentadd a new field to vm_space and use it to track the number of anon (diff)
downloadwireguard-openbsd-d527e6433ac57c9b658045c136ee79f4a6bd19aa.tar.xz
wireguard-openbsd-d527e6433ac57c9b658045c136ee79f4a6bd19aa.zip
bye
-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.