1-10 of 37 < Previous Next >
1 vote

Adding Char and String crashes

The following code kills Cosmos: string added = string.Empty; added = ((char)('c')) + "oncatenating a char and a string."; Console.WriteLine(added); It seems ...

id# 5184 | Planned Release: None | Last Updated: Jun 7 at 9:11 PM  by Scalpel
2 votes

NumberFormatInfo issue

Originally I used floats but they aren't supported. I switched to INT variable. Now when I build the project I get the error that is shown in the attached file. It says that the NumberFormatInfo ha...

id# 4363 | Planned Release: None | Last Updated: Apr 25 at 9:33 PM  by A1
1 vote
closed

String.PadLeft gives Invalid Opcode

The following code crashes with Invalid Opcode: string hex = "F"; hex = hex.PadLeft(2, '0'); Console.WriteLine(hex);

id# 4238 | Planned Release: None | Last Updated: Apr 13 at 4:42 PM  by Scalpel
1 vote

Maybe we should add boot options to Cosmos.Kernel.Boot?

Today I've checked latest version and revealed that TestSuite fails to start under VMWare Workstation with ATA access error. TestSuite doesn't need ATA, so that would be very nice to have a facilit...

id# 4300 | Planned Release: None | Last Updated: Apr 10 at 8:16 AM  by LostTheBlack
3 votes

tryout of userkit cannot compile

Program.cs reflects the following erroneous line: Cosmos.Kernel.Boot.Default(); Boot is not recognized... Don't know to start to solve this... Previous versions gave Cosmos.Kernel.CPU.Init(). Thi...

id# 4145 | Planned Release: None | Last Updated: Apr 3 at 8:48 AM  by gvdpeer
1 vote

incomplete source code

cosmos flat solution did not find some projects

id# 4183 | Planned Release: None | Last Updated: Mar 30 at 1:27 AM  by juanidamato
1 vote
closed

VMWare Server support

Today when you choose VMWare during build it will use a .vmx file created in VMWare Workstation. I you have VMWare Server installed you'll get an error saying "Configuration file was created by a...

id# 4114 | Planned Release: None | Last Updated: Mar 27 at 4:49 PM  by Scalpel
1 vote
fixed

Implement non-4 byte result codes

Make methods work which have non 4-byte result code, like Int64, or Structs. This has been fixed, but is subject to further optimisations.

id# 2405 | Planned Release: Milestone 2 - Sol | Last Updated: Mar 24 at 11:32 AM  by mterwoord
1 vote
closed

localsinit flag and method headers

There is no support for localsinit flag In Indy.IL2CPU.IL.X86.X86MethodHeaderOp.AssembleHeader

id# 3982 | Planned Release: None | Last Updated: Mar 24 at 11:30 AM  by mterwoord
1 vote
closed

USB support is missing tools

When building to USB drive Visual Studio throws some exceptions. - Directory 'USB' does not exist under Kernel\Build - File mboot.c32 is missing. Builder.cs->MakeUSB expected it to be in Kernel\Bu...

id# 4136 | Planned Release: None | Last Updated: Mar 22 at 12:34 PM  by kudzu

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 37 < Previous 1 2 3 4 Next >
Updating...