Cosmos/source/Cosmos.Kernel.FileSystems/Old/ISO9660.cs
smremde_cp b0c150790e added mbr read/write support
added initial filesystem objects for review
added the ability to use a file as a disk (see filesystem test project)
clead up some redundant fs stuff
2008-06-05 22:16:24 +00:00

8 lines
145 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Cosmos.Kernel.FileSystem {
class ISO9660 {
}
}