Add a page to collect things we need to do. Add a PR query form at
the top of the page so that we can easily query ia64 related PRs. The items on the TODO list are just a first shot at making a list.
This commit is contained in:
parent
e5a1da5366
commit
4b135899b4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15696
1 changed files with 42 additions and 0 deletions
42
en/platforms/ia64/todo.sgml
Normal file
42
en/platforms/ia64/todo.sgml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD/ia64 Project">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<hr>
|
||||
|
||||
<form action="http://www.freebsd.org/cgi/query-pr-summary.cgi" method="get">
|
||||
<center>Search the FreeBSD/ia64 PR database:
|
||||
<input type="hidden" name="category" value="ia64">
|
||||
<input type="hidden" name="sort" value="none">
|
||||
<input type="text" name="text">
|
||||
<input type="submit" value="Go">
|
||||
</center>
|
||||
</form>
|
||||
|
||||
<hr>
|
||||
|
||||
<h3>What needs to be done</h3>
|
||||
|
||||
<p>A complete list of things that need to be done is very likely not
|
||||
going to happen. There's just too much. Below a list of the larger
|
||||
or more important items.
|
||||
|
||||
<ul>
|
||||
<li>EPC based system calls</li>
|
||||
<li>gdb(1) support and port</li>
|
||||
<li>Make SMP reliable</li>
|
||||
<li>Continue work on MCA</li>
|
||||
<li>Revisit the VHPT handling</li>
|
||||
<li>Revisit kernel loading</li>
|
||||
<li>Revisit TR assignment</li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue