skni-kod / MicrOS

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

Standard library requires serious attention. #102

Open MatiF100 opened 2 years ago

MatiF100 commented 2 years ago

Many external libraries require functions that are not yet implemented or are not working as intended. This causes porting these to take a lot of time, since even though they may compile and seem to run, they cannot be guaranteed to work properly.

Focus should be on functions already implemented but not fully working, since these are not recognizable during compilation nor the linking phase

MinusPL commented 2 years ago

This is going to be next major issue I'm going to work on. If anybody wants to do it earlier please feel free to start.

MinusPL commented 1 year ago

Assigned to OS Releae 1.4 - should be worked on with new features to make everything stable.