mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
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
8 lines
145 B
C#
8 lines
145 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Cosmos.Kernel.FileSystem {
|
|
class ISO9660 {
|
|
}
|
|
}
|