Skip to content

Conversation

vicenter-gitkraken
Copy link
Owner

Corrects a typo in the macro definition for the memory pool size.
The macro name is updated to ensure consistency and avoid potential issues.

vicenter-gitkraken and others added 2 commits June 5, 2025 12:04
Introduces implementations of a custom memory allocator, a holo-communication server link, a Kyber crystal management system, and a process scheduler simulation.

These programs demonstrate core systems programming concepts, including memory management, network communication, hardware interaction simulation, and process scheduling. The code includes basic error handling, data structures, and algorithms relevant to each system.
Corrects a typo in the memory pool size macro definition,
changing `POOL_SIZE` to `POOL_size`.

This ensures that the memory pool size is properly defined
and avoids potential compilation or runtime errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant