https://github.com/dincertekin/pineappleos
An operating system that becomes better for everyone, every day.
https://github.com/dincertekin/pineappleos
aarch64 arm64 free hobby-os operating-system privacy
Last synced: 2 months ago
JSON representation
An operating system that becomes better for everyone, every day.
- Host: GitHub
- URL: https://github.com/dincertekin/pineappleos
- Owner: dincertekin
- License: mit
- Created: 2024-04-03T18:30:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T08:14:23.000Z (4 months ago)
- Last Synced: 2025-03-20T16:56:52.212Z (3 months ago)
- Topics: aarch64, arm64, free, hobby-os, operating-system, privacy
- Language: Assembly
- Homepage:
- Size: 5.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pineappleOS
An operating system that becomes better for everyone, every day.## To Do
- [X] Create bootsector.
- [ ] Write kernel in C.
- [ ] Link files using Linker script (LD).
- [ ] Use nasm for assembly code.
- [ ] Use gcc for C code.
- [ ] After coding kernel completely, work on Graphical User Interface.## Ideas
- Privacy and Security comes from Linux. (free & open-source)
- Smoothness and Animations comes from Mac.
- User-Friendly UI that combines Mac and Windows features.
- Developer & Community support comes from Windows.
- ARM64 for long-lasting battery and good performance.## Thanks
Thanks to [OSDev Wiki](https://wiki.osdev.org) I made this project! 😊## License
This project is licensed under [MIT License](LICENSE).