Tysos 0.2.0-preview1

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
jnc100
Member
Member
Posts: 775
Joined: Mon Apr 09, 2007 12:10 pm
Location: London, UK
Contact:

Tysos 0.2.0-preview1

Post by jnc100 »

Following on from my last post about my OS written in C# over 3 years ago, its probably time to release a new version. From an outward point of view, not much has changed (still just outputting text to the screen) but most of the significant changes have occured in the compiler. The CIL to asm ahead-of-time compiler has been completely rewritten from the ground up. It is now a complete optimising compiler supporting the full semantics of the input CIL language, including full support for the object model, virtual functions and generic types. In particular, it can compile the whole of the mono corlib without issue and this can then be used as a library for the operating system.

Now that the assembler can produce a working executable, I can start work on the actual OS proper.

ISO images are available on the tysos website (see my signature) for x86_64. I'm not really looking for testing of the image itself (as all it does it output white text on a blue screen) but if anyone is keen to test out the assembler with different code then I would be most grateful. Use the tysos code as a base to understand the methods to interface directly with the underlying hardware.

Regards,
John.
User avatar
Karlosoft
Member
Member
Posts: 277
Joined: Thu Feb 14, 2008 10:46 am
Location: Italy
Contact:

Re: Tysos 0.2.0-preview1

Post by Karlosoft »

I really admire your OS and the work you made in all this time. ^_^
I'd like to try it but I don't have a 64bit machine :). Does the emulator works even on a 32bit processor?
Post Reply