I'm building my own operating system named Picos using a tailored kernel.
I'm building my own operating system named Picos using a tailored kernel.
The OS under the GPL-3.0 license is designed to be lightweight, targeting x64 processors with UEFI support. It should run smoothly on minimal RAM—ideally under 128MB. The GitHub repository you mentioned (https://github.com/Pico-Dev/Picos) looks promising for your needs. As a newcomer to C/C++, it’s good to see progress in Unity projects using C#; just double-check your code for any issues. Currently, the system supports text rendering with any PSF1 font and automatic number conversion. You’re also developing an EFI memory map, which is a solid step. Overall, a positive start!
It's exciting to witness the creation of a fresh operating system. Keep it up!
The task in OS development is tough and demanding. May you have a great journey ahead.