Hacker News new | ask | show | jobs
by i70h4n 658 days ago
Thank you for asking about our project! Currently FOSD supports basic 32bit loader and 64bit kernel with a rudimentary printing system in Intel x86 architecture. We are unsure of what version of C++ our project supports(speculatively g++ version 13.2.0 as we built the latest release on that compiler,) but the project can be compiled with a cross compiler(specifically x86_64-elf and x86_64-linux-gnu.) The ongoing developments consist of user-customizable kernel loader, kernel's memory and task management system. Our ultimate goal is to make a GUI/VSC extension similar to Arduino IDE, making the use of framework more easy. Leave the PR anytime if you want to contribute to our project! :)