Remove the TODO item for boot2, thanks to imp.

This commit is contained in:
Scott Long 2002-12-23 10:49:26 +00:00
parent 0776031cac
commit 18e39a41c2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15414

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.118 2002/12/21 00:59:47 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.119 2002/12/21 18:07:06 scottl Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -119,23 +119,6 @@
details are forthcoming.</td>
</tr>
<tr>
<td>UFS2 bootable on i386</td>
<td>Patch committed to HEAD; merge pending testing.</td>
<td>&a.imp;, &a.peter;</td>
<td>Support for booting UFS2 on non-64-bit platforms required an
increase in the size of the boot blocks due to the size of the
emulated 64-bit arithmetic instructions. In later revisions
of the boot code, we've managed to reduce that size, but as of
RC2, those changes had not been merged to the release branch.
As a result, in RC1 and RC2, UFS2 may only be used for non-root
file systems, not the root file system on 32-bit platforms. On
64-bit platforms, no such limit exists. We're currently
exploring merging the changes to the boot block to support UFS2
as the boot file system on all platforms.
</td>
</tr>
</table>
<h3>Must Resolve Issues for 5.0-RELEASE</h3>