StrikerX3 / OpenXBOX

An experimental (Original) Xbox emulator
79 stars 6 forks source link

Guest-to-host file system driver #15

Closed StrikerX3 closed 6 years ago

StrikerX3 commented 6 years ago

Implement the guest drivers that provide access to the host file system for the hard drive and DVD-ROM media. Ideally we want to provide a layer of abstraction that allows us to use different sources, such as a folder or XISO file for DVD media, for instance.

This can be done as a set of replacement drivers for the FATX, GDFX, UDFX and RAWX file systems implemented in the Xbox kernel.

StrikerX3 commented 6 years ago

Due to #16, this is no longer valid.