KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
fs_iso9660.h File Reference

ISO9660 (CD-ROM) filesystem driver. More...

#include <sys/cdefs.h>
#include <arch/types.h>
#include <kos/limits.h>
#include <kos/fs.h>

Go to the source code of this file.

Functions

int iso_reset (void)
 Reset the internal ISO9660 cache.
 

Detailed Description

ISO9660 (CD-ROM) filesystem driver.

This driver implements support for reading files from a CD-ROM or CD-R in the Dreamcast's disc drive. This filesystem mounts itself on /cd.

This driver supports Rock Ridge, thanks to Andrew Kieschnick. The driver also supports the Joliet extensions thanks to Bero.

The implementation was originally based on a simple ISO9660 implementation by Marcus Comstedt.

Author
Megan Potter
Andrew Kieschnick
Bero