- 2 Posts
- 13 Comments
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
4·13 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·13 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·14 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·14 days agoThanks
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
2·14 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
No Stupid Questions (Developer Edition)@programming.dev•I built a OS (D.eSystem 6.0.5 alpha)
14·29 days agoI understand it,if you want you can go to the github link and boot the OS
D_elec_dev@lemmy.worldOPto
No Stupid Questions (Developer Edition)@programming.dev•I built a OS (D.eSystem 6.0.5 alpha)
14·29 days agoSorry,there is no stupid question,there is only a operatingsystem.
D_elec_dev@lemmy.worldOPto
No Stupid Questions (Developer Edition)@programming.dev•I built a OS (D.eSystem 6.0.5 alpha)
15·29 days agoI started from scratch and learning with tutorials and using AI for debugng and talking about the project,and I started because I wanted to start creating my own OS since 2 years, I started simulating operatingsystems with the scratch programing language,then I switched to Python and simulatoed terminal OS’s with Python,then I switched to C and I simulated OS’s with C,then I started building D.eSystem 6 with bare metall C and for the bootloader I used the Limine bootloader.
Hi, thanks for this info abput pintos, I will look on it.