diff options
author | 2005-05-24 21:22:47 +0000 | |
---|---|---|
committer | 2005-05-24 21:22:47 +0000 | |
commit | d527e6433ac57c9b658045c136ee79f4a6bd19aa (patch) | |
tree | d924ca21164ea5c70e1509e29adb0c9ef6f86580 /sys | |
parent | add a new field to vm_space and use it to track the number of anon (diff) | |
download | wireguard-openbsd-d527e6433ac57c9b658045c136ee79f4a6bd19aa.tar.xz wireguard-openbsd-d527e6433ac57c9b658045c136ee79f4a6bd19aa.zip |
bye
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/zaurus/stand/TODO | 11 |
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. |