Cosmos/source
kudzu_cp a363aff9a3
2008-09-22 02:38:19 +00:00
..
3PLibraryPlugs/mono-curses.Plugs 2008-09-21 23:26:17 +00:00
Boot 2008-09-21 19:28:53 +00:00
CipherTest Clean up of demo namespace 2008-08-05 21:48:25 +00:00
Cosmos 2008-09-22 02:38:19 +00:00
Cosmos.Build.Tasks Fixed two projects that used the global GAC assemblies instead from within the solution. 2008-02-11 02:07:51 +00:00
Cosmos.Build.Windows 2008-09-22 00:08:39 +00:00
Cosmos.Debug Temp disable serial ports so the debug code doesnt kill us till its fixed. 2008-03-23 22:18:38 +00:00
Cosmos.Debug.Client.CLI Rest of strong naming 2008-01-09 17:03:23 +00:00
Cosmos.Demo.PacMan correct Pacman folder (no more ConsoleApplication1) 2008-08-20 15:23:41 +00:00
Cosmos.Demos.NibblesCS 2008-08-08 15:05:00 +00:00
Cosmos.Demos.Snake Added Direction and Key enum. Changed player.direction to the direction enum. Changed so when you lose it restarts kernel. 2008-08-19 21:48:36 +00:00
Cosmos.GdbClient Fix Recieve => Receive typo 2008-04-04 21:59:26 +00:00
Cosmos.Hardware.Plugs 2008-09-22 00:15:32 +00:00
Cosmos.Kernel.FileSystems ATA works on VMWare again.. 2008-08-14 13:51:50 +00:00
Cosmos.Plugs.FCL 2008-08-05 22:37:51 +00:00
Cosmos.Shell.Guess fixes for serial port. it works with real hardware! 2008-09-21 11:15:13 +00:00
CosmosBoot -Changed SetTextMode for VGA 2008-08-05 21:43:06 +00:00
CosmosFlatFileUpdater Added CosmosFlatFileUpdater 2008-05-08 13:13:13 +00:00
DokuTest Starting divisions per ISA 2008-08-10 09:45:24 +00:00
FrodeIPv4Test Basic IPv4 now works. 2008-07-06 14:35:25 +00:00
FrodeTest 2008-09-22 02:38:19 +00:00
GdpClientTester 2008-06-09 09:15:49 +00:00
IL2CPU/Cosmos.IL2CPU.Debug 2008-09-22 00:08:39 +00:00
IL2CPU.Tests 2008-09-21 23:39:26 +00:00
Indy.IL2CPU 2008-09-22 02:38:19 +00:00
Kernel/Cosmos.Debug 2008-09-15 23:03:27 +00:00
libraries/MDbg Intermediary debug changes 2008-03-23 19:37:39 +00:00
Lost AMD64 assembler: 2008-05-09 11:29:38 +00:00
MatthijsPlugs 3p library enhancements.. 2008-07-26 14:09:01 +00:00
MatthijsTest 2008-09-20 15:07:30 +00:00
MohammedTest Filesystem namespace cleanup 2008-08-05 22:08:14 +00:00
Playgrounds/Ralf Heap refactored 2008-08-14 17:57:42 +00:00
RsenkTest -Changed SetTextMode for VGA 2008-08-05 21:43:06 +00:00
SteveKernel 2008-09-21 23:26:17 +00:00
TestKernel Fixed Ext2 GetDirectoryEntries support 2008-02-29 18:03:56 +00:00
Tests/MathTest AMD64 assembler: 2008-05-09 11:29:38 +00:00
VGAFontMaker random now works unless you try to use floats (use .Next() % max instead of .Next(max)) 2008-08-04 14:14:17 +00:00
BuildAll.bat Fixed build order. 2008-02-11 05:26:25 +00:00
Cosmos.Flat.sln Fixed build order. 2008-02-11 05:26:25 +00:00
Cosmos.ico Icon 2008-01-09 18:12:28 +00:00
Cosmos.sln 2008-09-22 01:48:46 +00:00
Cosmos.snk Strong names 2008-01-09 17:03:06 +00:00
Cosmos.vssscc Renamed solution to Cosmos 2008-01-07 13:14:56 +00:00
IL2CPU.resharper
Plugs.html 2008-09-22 02:38:19 +00:00
PrepareUserKit.bat Moving 7zip into Build\Tools. 2008-01-22 15:20:13 +00:00
ReadMe.html 2008-09-22 00:37:04 +00:00

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Untitled Page</title>
    <style type="text/css">
        .style1
        {
            width: 100%;
        }
    </style>
</head>
<body>

    <table class="style1">
        <tr>
            <td>
                <a href="http://www.gocosmos.org/milestones/Future/Rings.EN.aspx">Kernel Ring</a></td>
            <td>
                Hardware</td>
            <td>
                System</td>
            <td>
                User</td>
        </tr>
        <tr>
            <td>
                Cosmos.Kernel</td>
            <td>
                Cosmos.Hardware</td>
            <td>
                Cosmos.Sys</td>
            <td>
                &nbsp;</td>
        </tr>
        <tr>
            <td>
                Cosmos.Kernel.Plugs</td>
            <td>
                &nbsp;</td>
            <td>
                Cosmos.Filesystem</td>
            <td>
                &nbsp;</td>
        </tr>
    </table>
    <p>
        For more info see <a href="http://www.gocosmos.org/Milestones/Future/Rings.aspx">
        http://www.gocosmos.org/Milestones/Future/Rings.aspx</a></p>
    <p>
        Comos.Kernel.Debug - This needs to be called from user code and system, but is 
        in Kernel. Make it a special ring?</p>
    <p>
        &nbsp;</p>
    <p>
        &nbsp;</p>

</body>
</html>