Filesystem services: Difference between revisions
Rephrase for clarity. In particular it's more clear that this is exactly the lvl3 image, not more and not less. |
|||
Line 1,141: | Line 1,141: | ||
=== [[RomFS]] === | === [[RomFS]] === | ||
Archives 0x3 and 0x2345678E both allow for accessing the [[RomFS#Level_3_Format|level-3 IVFC images]] for RomFS access. The main CXI RomFS is accessible via an all-zero 0xc-byte binary file-lowpath. The update RomFS can be accessed with the first u32 in the binary file-lowpath being set to 0x5. The user must handle parsing the filesystem used in the exposed image itself. | |||
In this scenario, OpenFile returns a handle to the RomFS archive. | In this scenario, OpenFile returns a handle to the RomFS archive. |