Trinix

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
Satoshi
Member
Member
Posts: 28
Joined: Thu Sep 13, 2012 2:18 pm

Trinix

Post by Satoshi »

Hello everyone!

Name: Trinix
Info: Trinix is a hobby operating system written from scratch. OS is written in D language. Based on OOP standards and implementing modified POSIX standards for the best usage with D. Only x86_64 CPU is supported. We are working on framework based on .NET naming conventions.
Contact: [email protected], #Trinix on Freenode

Link: https://github.com/Bloodmanovski/Trinix
Sometimes Iam streaming on livecoding https://www.livecoding.tv/satoshi/

This is not an another UNIX clone OS.
The main HW for which I want to develop my OS is ZBOX PI321 pico (If I get one).
Trinix (written in D) https://github.com/Rikarin/Trinix
Streaming OS development https://www.livecoding.tv/satoshi/
embryo2
Member
Member
Posts: 397
Joined: Wed Jun 03, 2015 5:03 am

Re: Trinix

Post by embryo2 »

Bloodman wrote:Hello everyone!
Hi Bloodman!
Bloodman wrote:Name: Trinix
Can you describe the difference between C/C++ OS and your OS in D? I mean there are many options and one of them is to mimic the standard C++ OS, so there could be just a minor syntax difference and nothing more. But if, for example, the GC is used, then the OS is going to be more complex and interesting. However, I suppose the standard GC implementation can be included in the OS's code base just by using appropriate compiler option, so again there are more and less complex variants.

What is your actual variant?
My previous account (embryo) was accidentally deleted, so I have no chance but to use something new. But may be it was a good lesson about software reliability :)
User avatar
Satoshi
Member
Member
Posts: 28
Joined: Thu Sep 13, 2012 2:18 pm

Re: Trinix

Post by Satoshi »

embryo2 wrote: Can you describe the difference between C/C++ OS and your OS in D? I mean there are many options and one of them is to mimic the standard C++ OS, so there could be just a minor syntax difference and nothing more. But if, for example, the GC is used, then the OS is going to be more complex and interesting. However, I suppose the standard GC implementation can be included in the OS's code base just by using appropriate compiler option, so again there are more and less complex variants.

What is your actual variant?
The main difference is only in syntax. D provide much better syntax, programming concepts and template system than C++.
I wanna use GC in future versions of OS. Now GC can be used only in a userspace apps.
Trinix (written in D) https://github.com/Rikarin/Trinix
Streaming OS development https://www.livecoding.tv/satoshi/
Post Reply