COSMOS has had a major upgrade!

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
MajickTek
Member
Member
Posts: 101
Joined: Sat Dec 17, 2016 6:58 am
Libera.chat IRC: MajickTek
Location: The Internet
Contact:

COSMOS has had a major upgrade!

Post by MajickTek »

I personally love COSMOS for prototyping OS ideas, and now that it has WIP GUI support, it is tons more useful.

The GUI functions a bit like HTML5's canvas, and only functions on emulators via the bochs API. Howevret, it would not be hard to change that.

http://www.gocosmos.org
https://github.com/Myvar/CosmosGuiFramework
https://github.com/Myvar/il2asm
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs

Code: Select all

while ( ! ( succeed = try() ) ); 
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

Re: COSMOS has had a major upgrade!

Post by max »

Cool, I always thought it's an interesting project. But I can't really find out what their goal is, do they plan to create a complete operating system in the end, or is it meant to stay just a basis where you can build applications on?
User avatar
MajickTek
Member
Member
Posts: 101
Joined: Sat Dec 17, 2016 6:58 am
Libera.chat IRC: MajickTek
Location: The Internet
Contact:

Re: COSMOS has had a major upgrade!

Post by MajickTek »

Technically it is a full OS project, with semi-support for FAT and other filesystems. It can be built to an iso that boots with syslinux (it is not a linux kernel though).

It has support for debugging with visual studio through vmware, which is awesome.

And if you get the DevKit, you can change COSMOS itself in any way you please (the DevKit includes the COSMOS source code of the entire OS; not just the kernel).
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs

Code: Select all

while ( ! ( succeed = try() ) ); 
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: COSMOS has had a major upgrade!

Post by AJ »

Thank you, this looks a very interesting project and I haven't visited the COSMOS web site for many years!

I'm very comfortable with C# and once I get my own C++ kernel anywhere near stable, would like a C# JIT / AOT compiler to run fairly closely with the kernel itself, so I'll be having more of a look at the COSMOS project!

Thanks again,
Adam
Post Reply