Clarified a comment about retrieving content of boot catalog.
This commit is contained in:
parent
91a8be5262
commit
541b41b6a1
@ -27,9 +27,9 @@ struct Iso_Boot
|
|||||||
{
|
{
|
||||||
IsoNode node;
|
IsoNode node;
|
||||||
|
|
||||||
/* >>> ts B10703: want to get content of loaded boot catalog */
|
/* Want to get content of loaded boot catalog.
|
||||||
/* Vreixo took care not to make it an IsoFile at load time.
|
Vreixo took care not to make it an IsoFile at load time.
|
||||||
So i implement this independently of IsoStream.
|
So this is implemented independently of IsoStream.
|
||||||
*/
|
*/
|
||||||
uint32_t lba;
|
uint32_t lba;
|
||||||
off_t size;
|
off_t size;
|
||||||
|
Loading…
Reference in New Issue
Block a user