Add missing </li> tags.
PR: www/57650 Submitted by: Josef El-Rayes <j.el-rayes@daemon.li>
This commit is contained in:
parent
d0c5ae220a
commit
a02c5d3126
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18346
1 changed files with 18 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/pc98.sgml,v 1.5 2003/08/24 14:09:37 stephane Exp $">
|
||||
<!ENTITY title "FreeBSD/pc98 Project">
|
||||
<!ENTITY email 're-pc98'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml">
|
||||
|
@ -25,13 +25,20 @@
|
|||
<h3>What Needs To Be Done</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fix the fd driver on current.
|
||||
<li>Refine resource management system to support discontinuous resources.
|
||||
<li>Restore to PC-9801-86 sound card support.
|
||||
<li>Restore to MECIA pcmcia controller support.
|
||||
<li>Support SMP machines.
|
||||
<li>Support SASI controller.
|
||||
<li>Rewrite the boot[12] to support ELF binary.
|
||||
<li>Fix the fd driver on current.</li>
|
||||
|
||||
<li>Refine resource management system to support discontinuous resources.</li>
|
||||
|
||||
<li>Restore to PC-9801-86 sound card support.</li>
|
||||
|
||||
<li>Restore to MECIA pcmcia controller support.</li>
|
||||
|
||||
<li>Support SMP machines.</li>
|
||||
|
||||
<li>Support SASI controller.</li>
|
||||
|
||||
<li>Rewrite the boot[12] to support ELF binary.</li>
|
||||
|
||||
<li>HW_MACHINE should be 'pc98'.
|
||||
</ul>
|
||||
|
||||
|
@ -39,8 +46,11 @@
|
|||
|
||||
<ul>
|
||||
<li><a href="http://www.jp.FreeBSD.org/pc98/index.html.en">FreeBSD(98) Project</a></li>
|
||||
|
||||
<li><a href="http://www.nisoc.or.jp/~karl/freebsd-pc98/">Unofficial guide to FreeBSD(98) by karl (Japanese)</a></li>
|
||||
|
||||
<li><a href="http://plaza17.mbn.or.jp/~chi/FreeBSD/">Chi's personal notes on FreeBSD(98) (Japanese)</a></li>
|
||||
|
||||
<li><a href="http://people.FreeBSD.org/~kato/pc98.html">Kato's page</a></li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue