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

Create XS Standard Library #378

Open
3 tasks
Kfeavel opened this issue Feb 12, 2022 · 0 comments · May be fixed by #382
Open
3 tasks

Create XS Standard Library #378

Kfeavel opened this issue Feb 12, 2022 · 0 comments · May be fixed by #382
Assignees
Labels
cleanup Reorganization and general cleanup enhancement An improvement on a pre-existing code feature Additional functionality

Comments

@Kfeavel
Copy link
Member

Kfeavel commented Feb 12, 2022

Standard library source code (such as bitmaps, linked lists, etc.) should be moved to an XS directory in the root level of the project. It will be compiled as a static library that can be linked into the kernel or into the unit tests.

The overall design should be something similar to Serenity OS's AK standard library. A __kernel__ and __xyris__ define will need to be added to the build process to help differentiate between code usable within the kernel, userspace, and
on other systems.

Additional Classes / Features to be added:

@Kfeavel Kfeavel added feature Additional functionality enhancement An improvement on a pre-existing code cleanup Reorganization and general cleanup labels Feb 12, 2022
@Kfeavel Kfeavel self-assigned this Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Reorganization and general cleanup enhancement An improvement on a pre-existing code feature Additional functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant