atom_ap | 4 May 2013 13:48
Picon

FAT Support

 

I want to know who is working on FAT Write support, And FAT reading support (which is not fully developed, As it is only able to read root directory)

And such undeveloped FAT is not so much useful for cosmos users

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
--------------------------------------------------
More things to join for Cosmos!

1) Cosmos chat room:
http://tinyurl.com/pc7bds

2) Please add yourself to the map:
http://tinyurl.com/qhttde

3) Help publicity and join our Facebook page:
http://tinyurl.com/plrloa

--------------------------------------------------

MARKETPLACE
.

__,_._,___
atom_ap | 4 May 2013 13:40
Picon

Primary and logical volume

 

Currently Cosmos is using Partition Class... Which defines only primary partition...And We are currently only achieved detecting Primary partition...But i am thinking that we should have capacity of detecting logical volume...

As it is not important for now...But i want to know who is interested in implementing logical volume...

We have to divide partition class into two classes
1) Primary Partition
2) Logical Partition

Send your suggestion here :)

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
--------------------------------------------------
More things to join for Cosmos!

1) Cosmos chat room:
http://tinyurl.com/pc7bds

2) Please add yourself to the map:
http://tinyurl.com/qhttde

3) Help publicity and join our Facebook page:
http://tinyurl.com/plrloa

--------------------------------------------------

MARKETPLACE
.

__,_._,___
Henry Wright | 29 Apr 2013 20:55
Picon
Favicon

Another bug on build...

 

I get this when building my OS but not when building Cosmos. It's strange.

Error 7 Could not load file or assembly 'EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
   at Cosmos.Debug.Common.DebugInfo..ctor(String aPathname, Boolean aCreate)
   at Cosmos.Build.MSBuild.IL2CPUTask.Execute() in c:\Users\Henry\Documents\Codeplex Repositories\Cosmos Online\IL2CPU\source2\Build\Cosmos.Build.MSBuild\IL2CPUTask.cs:line 185 C:\Prog ram Files\MSBuild\Cosmos\Cosmos.targets 31 6 FuryOS RougeBoot

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
--------------------------------------------------
More things to join for Cosmos!

1) Cosmos chat room:
http://tinyurl.com/pc7bds

2) Please add yourself to the map:
http://tinyurl.com/qhttde

3) Help publicity and join our Facebook page:
http://tinyurl.com/plrloa

--------------------------------------------------

MARKETPLACE
.

__,_._,___
melikescheese | 28 Apr 2013 10:17
Picon
Favicon

First Changes

 

I would like to commit my first source changes which are:

+ Installer now installs SQLite libraries fixing the library not found bug when installed.
+ Folder layout .html explaining the folder structure.

That is all, not any major changes though.

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
--------------------------------------------------
More things to join for Cosmos!

1) Cosmos chat room:
http://tinyurl.com/pc7bds

2) Please add yourself to the map:
http://tinyurl.com/qhttde

3) Help publicity and join our Facebook page:
http://tinyurl.com/plrloa

--------------------------------------------------

MARKETPLACE
.

__,_._,___
melikescheese | 27 Apr 2013 17:34
Picon
Favicon

Cosmos Builder VMWare check for uninstaller as well as install registry key?

 

For some reason on my computer the VMWare player key that the builder looks for on install is not there.

But the key in the check for uninstaller area is fine.

Is this an issue with VMWare in general or just my install?

Would it be OK to have the builder check for the uninstaller key as well as the install key in the registry just in case?

- melikescheese

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
--------------------------------------------------
More things to join for Cosmos!

1) Cosmos chat room:
http://tinyurl.com/pc7bds

2) Please add yourself to the map:
http://tinyurl.com/qhttde

3) Help publicity and join our Facebook page:
http://tinyurl.com/plrloa

--------------------------------------------------

MARKETPLACE
.

__,_._,___
Frew Cen | 22 Apr 2013 10:45
Picon

ATA LBA48 support

 

Hi all. I found out that in ATA PIO code there is only LBA28 support... Does it have some special reason? I was thinking of adding there code which detects if address passed as Int64 exceeds 2^28 - if yes, it can use LBA48. The problem of LBA28 can occur on larger drives using FAT32... 
Also, ATA code uses polling. What about interrupts? I can see they're defaultly turned off by constructor.

~HugeCode();
__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
    --------------------------------------------------
    More things to join for Cosmos!

    1) Cosmos chat room:
    http://tinyurl.com/pc7bds

    2) Please add yourself to the map:
    http://tinyurl.com/qhttde

    3) Help publicity and join our Facebook page:
    http://tinyurl.com/plrloa

    --------------------------------------------------

    MARKETPLACE
    .

    __,_._,___
    lost | 22 Apr 2013 08:28
    Picon
    Gravatar

    FYI: MMTk (GC toolkit) now available on NuGet

     

    Hey guys,

    In my spare time I'm trying to implement my own CLR-based OS. As a part of the project, I've translated Memory Management Toolkit library from Jikes Research VM to C#, and packaged it as a fancy NuGet package. Just thought, that this might be an interesting option for you too.

    Package on NuGet repository: MMTk
    The project itself: https://bitbucket.org/lost/mmtk
    License info (requested by mterwoord) is available here: http://jikesrvm.org/License

    P.S. Cross-posting from here: https://cosmos.codeplex.com/discussions/441098

    Best regards,
    Lost
    __._,_.___
    Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
    Recent Activity:
      --------------------------------------------------
      More things to join for Cosmos!

      1) Cosmos chat room:
      http://tinyurl.com/pc7bds

      2) Please add yourself to the map:
      http://tinyurl.com/qhttde

      3) Help publicity and join our Facebook page:
      http://tinyurl.com/plrloa

      --------------------------------------------------

      MARKETPLACE
      .

      __,_._,___
      clearosdev | 17 Apr 2013 22:17
      Picon

      Questions about plugs

       

      I am trying to make an internal assembler that works in the kernel for both cosmos and my project entity os framework. In the compiler right now how is plugs differ from all the other code that is converted from il to asm?

      __._,_.___
      Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
      Recent Activity:
      --------------------------------------------------
      More things to join for Cosmos!

      1) Cosmos chat room:
      http://tinyurl.com/pc7bds

      2) Please add yourself to the map:
      http://tinyurl.com/qhttde

      3) Help publicity and join our Facebook page:
      http://tinyurl.com/plrloa

      --------------------------------------------------

      .

      __,_._,___
      Matthijs ter Woord | 17 Apr 2013 18:20
      Picon

      high(er) priority job

       

      Could someone look into replacing SQL Localdb with sqlite? (but without losing the entity framework)
      __._,_.___
      Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
      Recent Activity:
      --------------------------------------------------
      More things to join for Cosmos!

      1) Cosmos chat room:
      http://tinyurl.com/pc7bds

      2) Please add yourself to the map:
      http://tinyurl.com/qhttde

      3) Help publicity and join our Facebook page:
      http://tinyurl.com/plrloa

      --------------------------------------------------

      .

      __,_._,___
      Matthijs ter Woord | 12 Apr 2013 16:36
      Picon

      New release

       
      __._,_.___
      Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (7)
      Recent Activity:
      --------------------------------------------------
      More things to join for Cosmos!

      1) Cosmos chat room:
      http://tinyurl.com/pc7bds

      2) Please add yourself to the map:
      http://tinyurl.com/qhttde

      3) Help publicity and join our Facebook page:
      http://tinyurl.com/plrloa

      --------------------------------------------------

      MARKETPLACE
      .

      __,_._,___
      maldus0 | 12 Apr 2013 16:04
      Picon

      Presentation of a new comer

       

      Hello everyone,
      i'll try to present myself in a few sentences.

      I'm a confirmed C# developper (since 7 years).
      I've worked for a lot of big company (capgemini, Amadeus, Acoss (french social security),...) and developed some system skill aside.

      For one of my customer i was in charge of a linux distribution specialized in clustered jobs.
      For one other i develop a full P2P C# librairy. (i won't list all my experiences, if you want i can send you my resume instead)
      I also have some skills in neural net, DirectX programming (with or without XNA), network programming, system programming and web programming (mvc3/4,...)

      I wanna join Cosmos project in order to fork it and develop an Hypervisor at the top (and integrated in) Cosmos in order to be able to span a virtual machine across several node.

      If my profile sounds interesting for you, i think i can do some works on the fork that can be reused for Cosmos Core.

      I'm open to every questions ! Feel free to ask more informations.

      Best regards.

      ps: Sorry for my poor english, i'm french.... (and sorry for my president too ... )

      __._,_.___
      Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
      Recent Activity:
      --------------------------------------------------
      More things to join for Cosmos!

      1) Cosmos chat room:
      http://tinyurl.com/pc7bds

      2) Please add yourself to the map:
      http://tinyurl.com/qhttde

      3) Help publicity and join our Facebook page:
      http://tinyurl.com/plrloa

      --------------------------------------------------

      MARKETPLACE
      .

      __,_._,___

      Gmane