You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Libraries should be split, ex. standard library aka libc should be compiled to separate file and MicrOs library should be too.
Libraries should be compiled for kernel and for applications. Because sometimes in kernel we need these functions. And since kernel needs different handling of memory allocation, and in future differences may increase. This should be handled by different builds of libraries with differences made by ifdef ifndef etc.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: