- 13 Posts
- 31 Comments
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
4·12 days agoLimine 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.
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
2·12 days agoThis 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.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
1·13 days agoNope,how could a AI build kernel, memory managment, UI, UX, drivers.
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
4·13 days agoThanks,idk why they are rude,its a bit anpying,but I think many people like it because I got a lot of upvotes
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
6·13 days agoIts 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
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
41·13 days agoThanks
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
2·13 days agoThe 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
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
2·14 days agoAnd Limine is the opensource bootloader,the OS is written completly by myself
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
43·14 days agoNope,its not copied,ist the license from Limine and it accendently in the repo,I tried to delete it
D_elec_dev@lemmy.worldOPto
Opensource@programming.dev•Github repo fixed with D.eSystem 6.0.2 beta (My OS)
1·19 days agoI used tags this and releases with commits this time.
D_elec_dev@lemmy.worldOPto
Opensource@programming.dev•Github repo fixed with D.eSystem 6.0.2 beta (My OS)
2·20 days agoI will not continue creating new repos because I am using tags and releases now, It was bad creating always new reposs thats why I will not continue creating new repos.
D_elec_dev@lemmy.worldOPto
Opensource@programming.dev•Github repo fixed with D.eSystem 6.0.2 beta (My OS)
1·20 days agoIts now uploaded in the same release
D_elec_dev@lemmy.worldOPto
Opensource@programming.dev•The next version of my own OS (D.eSystem 6.0.1 beta)
1·21 days agoI fixed the problem with the all new D.eSystem 6.0.2 beta
D_elec_dev@lemmy.worldOPto
Opensource@programming.dev•The next version of my own OS (D.eSystem 6.0.1 beta)
2·21 days agoAll versions before D.eSystem 6.0.x were OS simulations and OS prototypes written in high level languages liek Python or written as a C programm,the firstreal D.eSystem was 6.0.x and I go from 6.0.6 alpha to 6.0.1 beta because the D.eSystem 6 is now going drom alpha to beta,nd I planed a lot of new generations after D.eSystem 6.
D_elec_dev@lemmy.worldOPto
Opensource@programming.dev•The next version of my own OS (D.eSystem 6.0.1 beta)
12·21 days agoThe kernel is in the file : main.c
D_elec_dev@lemmy.worldOPto
Opensource@programming.dev•The next version of my own OS (D.eSystem 6.0.1 beta)
14·22 days agoNope,the iso is safe and doesnt even include a installer,it can run on a VM or on real hardware,this is no malware.

Hi, thanks for this info abput pintos, I will look on it.