Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reformating libraries and split them between kernel and applications. #112

Open
AzuxDario opened this issue Feb 7, 2022 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@AzuxDario
Copy link
Collaborator

  1. Libraries should be split, ex. standard library aka libc should be compiled to separate file and MicrOs library should be too.
  2. 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.
@AzuxDario AzuxDario added the enhancement New feature or request label Feb 7, 2022
@MinusPL MinusPL added this to the MicrOS 1.4 milestone Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants