j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: laurent Date: 2009-08-11 22:47:13 +0200 (Tue, 11 Aug 2009) New Revision: 550
Modified: trunk/openbios-devel/config/examples/cross-ppc_config.xml trunk/openbios-devel/config/examples/ppc_config.xml Log: For powerpc, use HFSPlus instead of HFS.
Later, this will allow to boot like a real NewWorld OpenFirmware:
boot hd:,\:tbxi
Where "\" is the default (blessed) system folder (defined by the filesystem, generally "/System/Library/CoreServices" on MacOS X), and ":tbxi" the first file with the "tbxi" file attribute ("BootX" on MacOS X)
Signed-off-by: Laurent Vivier Laurent@vivier.eu
Modified: trunk/openbios-devel/config/examples/cross-ppc_config.xml =================================================================== --- trunk/openbios-devel/config/examples/cross-ppc_config.xml 2009-08-11 20:31:50 UTC (rev 549) +++ trunk/openbios-devel/config/examples/cross-ppc_config.xml 2009-08-11 20:47:13 UTC (rev 550) @@ -48,8 +48,8 @@ <option name="CONFIG_DEBUG_MAC_PARTS" type="boolean" value="false"/> <option name="CONFIG_PC_PARTS" type="boolean" value="true"/> <option name="CONFIG_FS" type="boolean" value="true"/> - <option name="CONFIG_HFS" type="boolean" value="true"/> - <option name="CONFIG_HFSP" type="boolean" value="false"/> + <option name="CONFIG_HFS" type="boolean" value="false"/> + <option name="CONFIG_HFSP" type="boolean" value="true"/> <option name="CONFIG_GRUBFS" type="boolean" value="true"/> <option name="CONFIG_FSYS_EXT2FS" type="boolean" value="true"/> <option name="CONFIG_FSYS_FAT" type="boolean" value="false"/>
Modified: trunk/openbios-devel/config/examples/ppc_config.xml =================================================================== --- trunk/openbios-devel/config/examples/ppc_config.xml 2009-08-11 20:31:50 UTC (rev 549) +++ trunk/openbios-devel/config/examples/ppc_config.xml 2009-08-11 20:47:13 UTC (rev 550) @@ -49,8 +49,8 @@ <option name="CONFIG_DEBUG_MAC_PARTS" type="boolean" value="false"/> <option name="CONFIG_PC_PARTS" type="boolean" value="true"/> <option name="CONFIG_FS" type="boolean" value="true"/> - <option name="CONFIG_HFS" type="boolean" value="true"/> - <option name="CONFIG_HFSP" type="boolean" value="false"/> + <option name="CONFIG_HFS" type="boolean" value="false"/> + <option name="CONFIG_HFSP" type="boolean" value="true"/> <option name="CONFIG_GRUBFS" type="boolean" value="true"/> <option name="CONFIG_FSYS_EXT2FS" type="boolean" value="true"/> <option name="CONFIG_FSYS_FAT" type="boolean" value="false"/>