- 6 Posts
- 15 Comments
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
4·il y a 16 joursLimine 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·il y a 16 joursThis 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·il y a 17 joursNope,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·il y a 17 joursThanks,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·il y a 17 joursIts 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·il y a 17 joursThanks
D_elec_dev@lemmy.worldOPto
Programming@programming.dev•The first final release of my OS (D.eSystem 6.0.8)
2·il y a 17 joursThe 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·il y a 18 joursAnd 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·il y a 18 joursNope,its not copied,ist the license from Limine and it accendently in the repo,I tried to delete it
D_elec_dev@lemmy.worldOPto
C Programming Language@programming.dev•My new version of my OS (D.eSystem 6.0.1 beta)
11·il y a 26 joursI fixed it
D_elec_dev@lemmy.worldOPto
C Programming Language@programming.dev•MY os got its first gui (D.eSystem 6.0.6 alpha)
3·il y a 1 moisIt have a small calculator,a clock with timer,a info app which shows your hardware and a small shell,its in early alpha development,new features are planed for the future.
D_elec_dev@lemmy.worldOPto
No Stupid Questions (Developer Edition)@programming.dev•I built a OS (D.eSystem 6.0.5 alpha)
14·il y a 1 moisI 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·il y a 1 moisSorry,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·il y a 1 moisI 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.