skni-kod / MicrOS

32-bit operating system with kernel written in C. Created by SKNI "KOD".
GNU General Public License v3.0
56 stars 9 forks source link

Create instructions for building applications without whole OS #103

Open MinusPL opened 2 years ago

MinusPL commented 2 years ago

Due to rapid grow of kernel and standard library it might be better to create instructions how to build only one application, without touching whole kernel source or c library source. This way we can make creating applications for MicrOS way smoother experience. Cross compilation is already used anyway to build kernel, library, environment, so why not create instructions on building only application, especially since we can guarantee that release version of OS is stable enough to build on it software using prebuilt c library.