Phil,

Thanks. I'm not sure if I'll make it as the list of things I still have to
do got a bit larger than I thought. I'll be online though and
try to get some things working. I still need to write up some thoughts about
the filesystem stuff, security, name lookups, device integration etc.

I'll look into it later.

grover 

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von
Phil Garcia
Gesendet: Montag, 17. März 2008 21:38
An: sharpos-developers@lists.sourceforge.net
Betreff: Re: [SharpOS Developers] Korlib

Grover:

> I'm unfortunately in the situation of needing a couple of things in
Korlib.
> Specifically that is
>
> - System.String.Split
> - System.String.Concat(string, string, string)
> - System.String..ctor(char, int)
> - System.String.Empty
> - System.IO.Path.AltDirectorySeparatorChar
> - System.IO.Path.DirectorySeparatorChar
> - System.IO.FileAccess
> - System.IO.FileMode
> - Object.ReferenceEquals (implementation exists as Object.Equals, but 
> its the wrong place for it imho - I made one myself there.)
> - and probably some more I've just missed

I ran into similar problems since corlib is not yet available. For now,
everything under System.IO can be duplicated elsewhere until corlib is
available.

Also, I think we should support both "/" and "\" as valid directory
separators. .NET supports it. And it will allow some flexibility for Windows
and Linux developers.

Since you are working on VFS, I'm going to update the main trunk with the
work in my sandbox. I suspect you will replace the VolumeManager with a VFS
version. The update also includes a ramdisk (hardcoded to 2Mb for now) and
an embedded 1.44Mb FAT12 image (which I use for testing). There's also a new
shell command called "listresource" which will display the ramdisk, embedded
image, and floppy disks, if any.
I'll be around later this evening (pacific-time) on IRC to explain it and
hopefully be able to integrate our work together.

Phil

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to