diff options
author | Scott Long <scottl@FreeBSD.org> | 2003-09-19 05:59:14 +0000 |
---|---|---|
committer | Scott Long <scottl@FreeBSD.org> | 2003-09-19 05:59:14 +0000 |
commit | eecce34e999dcedc33c14a0754e7099c42284543 (patch) | |
tree | acb4f9f5c24d18fa87ff4e27c747879ce0ec9081 /en_US.ISO8859-1/articles/5-roadmap/article.sgml | |
parent | 4c6ebf3b411d89295e725937183b43bc36a5fe43 (diff) |
Notes
Diffstat (limited to 'en_US.ISO8859-1/articles/5-roadmap/article.sgml')
-rw-r--r-- | en_US.ISO8859-1/articles/5-roadmap/article.sgml | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/articles/5-roadmap/article.sgml b/en_US.ISO8859-1/articles/5-roadmap/article.sgml index 3fea7b294e..b22b4f052a 100644 --- a/en_US.ISO8859-1/articles/5-roadmap/article.sgml +++ b/en_US.ISO8859-1/articles/5-roadmap/article.sgml @@ -281,6 +281,110 @@ package to sanction as the default will likely be made on a per-platform basis depending on the stability and completeness of each package.</para> + + <para> + <table id=KSETable> + <title>KSE Status</title> + <tgroup cols="4"> + <thead> + <row> + <entry>Platform</entry> + <entry>Kernel</entry> + <entry>Userland</entry> + <entry>Works?</entry> + </row> + </thead> + + <tbody> + <row> + <entry>i386</entry> + <entry>YES</entry> + <entry>YES</entry> + <entry>YES</entry> + </row> + + <row> + <entry>alpha</entry> + <entry>NO</entry> + <entry>YES</entry> + <entry>NO</entry> + </row> + + <row> + <entry>sparc64</entry> + <entry>YES</entry> + <entry>NO</entry> + <entry>NO</entry> + </row> + + <row> + <entry>ia64</entry> + <entry>YES</entry> + <entry>YES</entry> + <entry>NO</entry> + </row> + + <row> + <entry>amd64</entry> + <entry>YES</entry> + <entry>YES</entry> + <entry>YES</entry> + </row> + </tbody> + </tgroup> + </table> + + <table id=THRTable> + <title>THR Status</title> + <tgroup cols="4"> + <thead> + <row> + <entry>Platform</entry> + <entry>Kernel</entry> + <entry>Userland</entry> + <entry>Works?</entry> + </row> + </thead> + + <tbody> + <row> + <entry>i386</entry> + <entry>YES</entry> + <entry>YES</entry> + <entry>YES</entry> + </row> + + <row> + <entry>alpha</entry> + <entry>YES</entry> + <entry>YES</entry> + <entry>YES</entry> + </row> + + <row> + <entry>sparc64</entry> + <entry>YES</entry> + <entry>YES</entry> + <entry>NO</entry> + </row> + + <row> + <entry>ia64</entry> + <entry>YES</entry> + <entry>YES</entry> + <entry>YES</entry> + </row> + + <row> + <entry>amd64</entry> + <entry>NO</entry> + <entry>NO</entry> + <entry>NO</entry> + </row> + </tbody> + </tgroup> + </table> + </para> </listitem> <listitem> |