#Hello eveyone!!
D.eSystem 6.0.8 beta is the final release of D.eSystem 6, ist way more stable than the old Beta versions and it introduces a gui for the D.eSystem version app
D.eSystem 6.0.8 on github: https://github.com/D-electronics-scratch/all_D.eSystem_versions/releases
Github main page: https://github.com/D-electronics-scratch/all_D.eSystem_versions

26 Comments
one_old_coder@piefed.social · 14 pts · 42d
Put all your repos into one.
What is the point of the file called
i?eleijeep@piefed.social · 19 pts · 42d
it's like
/dev/zerobut it's the square root of-1one_old_coder@piefed.social · 1 pts · 42d
Millions of math teachers having a heart attack.
eleijeep@piefed.social · 9 pts · 42d
I would hope that maths teachers have encountered imaginary numbers before starting to teach maths, even if they don't teach complex number theory at the particular age-group of their students.
one_old_coder@piefed.social · -5 pts · 42d
I was talking about the fact that, even if
i^2 = -1, the square root of negative numbers does not exist ever.Arcka@midwest.social · 7 pts · 41d
That's how they got the name
kuberoot@discuss.tchncs.de · 4 pts · 41d
They sure do, here's the Wikipedia article. This comes naturally as you define i and consider how mathematical operations work with it.
D_elec_dev@lemmy.world · 2 pts · 42d
The file calles i was a accident because that was the Limine license,and I did it in one repo and now IU amworking with different releases and tags
zr0@lemmy.dbzer0.com · 12 pts · 42d
Ah yes, the classic “let’s get rid of this stupid attribution and put my name in the license for copied work”
ExperiencedWinter@lemmy.world · 4 pts · 41d
This file still exists, it's just in the correct directory now https://github.com/D-electronics-scratch/all_D.eSystem_versions/blob/main/limine-binary/LICENSE
D_elec_dev@lemmy.world · 2 pts · 42d
And Limine is the opensource bootloader,the OS is written completly by myself
D_elec_dev@lemmy.world · 1 pts · 42d
Nope,its not copied,ist the license from Limine and it accendently in the repo,I tried to delete it
ExperiencedWinter@lemmy.world · 1 pts · 41d
Hmm, if the license wasn't copied, how was it accidently in the repo?
D_elec_dev@lemmy.world · 2 pts · 41d
This is the License from the opensource bootloader,I added my source code with a commit,and then it apeared,then I tried to delete it because I want my own license for my own OS,but it wassnt working,then I deleted the license in the file and renamed the file to I to create a new License file,but I think the License is still in the Limine(bootloader) folder.
D_elec_dev@lemmy.world · 4 pts · 41d
Limine includes its own license file. When I pushed my OS code to the repository, the Limine folder (with its license) was automatically included because it is part of the bootloader. I removed the misplaced copy of the license from the root directory because it does not apply to my OS. The file couldn’t be cleanly deleted at first, so I renamed it while preparing my own license file. The original Limine license is still correctly located inside the Limine folder.
ExperiencedWinter@lemmy.world · 6 pts · 41d
My mistake, I assumed that you deleted the license completely. I now see it is just in the limine directory
d3m0nr4v3r@discuss.tchncs.de · 10 pts · 41d
wow ppl are being rude here. Probably jealous. Congratulations on your project!
D_elec_dev@lemmy.world · 4 pts · 41d
Thanks,idk why they are rude,its a bit anpying,but I think many people like it because I got a lot of upvotes
Syndication@lemmy.today · 6 pts · 42d
D_elec_dev@lemmy.world · 3 pts · 42d
Thanks
Sibbo@sopuli.xyz · -4 pts · 42d
It's probably mostly AI
D_elec_dev@lemmy.world · 1 pts · 41d
Nope,how could a AI build kernel, memory managment, UI, UX, drivers.
sacred_font@infosec.pub · 3 pts · 40d
commenting because it may interest you, but have you looked at the pintos project? It is an educational OS framework with the instructions on how to implement basic things like threading, user programs, file systems
https://en.wikipedia.org/wiki/Pintos
D_elec_dev@lemmy.world · 1 pts · 40d
Hi, thanks for this info abput pintos, I will look on it.
01189998819991197253@infosec.pub · 1 pts · 39d
I'm not understanding what this is, but it looks cool.
prettybunnys@piefed.social · -2 pts · 41d
I mean this with all seriousness but how does vibe coded c get upvoted here?
D_elec_dev@lemmy.world · 6 pts · 41d
Its not vibe coded,its my own OS project, I am working every day on it, it have its own kernel,memory managment and more and it uses the Limine bootloader