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
Trinix
Trinix (written in D) https://github.com/Rikarin/Trinix
Streaming OS development https://www.livecoding.tv/satoshi/
Streaming OS development https://www.livecoding.tv/satoshi/
Re: Trinix
Hi Bloodman!Bloodman wrote:Hello everyone!
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.Bloodman wrote:Name: Trinix
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
Re: Trinix
The main difference is only in syntax. D provide much better syntax, programming concepts and template system than C++.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?
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/
Streaming OS development https://www.livecoding.tv/satoshi/