diff options
-rw-r--r-- | microkernel/mach/gnumach/projects.mdwn | 10 | ||||
-rw-r--r-- | microkernel/mach/gnumach/projects/clean_up_the_code.mdwn | 16 |
2 files changed, 17 insertions, 9 deletions
diff --git a/microkernel/mach/gnumach/projects.mdwn b/microkernel/mach/gnumach/projects.mdwn index 348975fa..7e8f19cb 100644 --- a/microkernel/mach/gnumach/projects.mdwn +++ b/microkernel/mach/gnumach/projects.mdwn @@ -18,15 +18,7 @@ so that no duplicate efforts end up. # Task List -* Clean up the Code - - * Remove all dead files from the GNU Mach source tree. - - * Restructure the tree in a sane way. - - * Remove dead functions/variables/etc from source files. - - * Rewrite ugly code. +* [[Clean_up_the_code]] * Update the core architecture and drivers diff --git a/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn b/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn new file mode 100644 index 00000000..714273ab --- /dev/null +++ b/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn @@ -0,0 +1,16 @@ +[[meta copyright="Copyright © 2005, 2006, 2007 + Free Software Foundation, Inc."]] +[[meta license="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]] + +# Restructure the tree in a sane way + +# Remove dead files from the GNU Mach source tree + +# Remove dead functions, variables, etc. from source files + +# Rewrite ugly code |