gwsystems / composite

A component-based OS
composite.seas.gwu.edu
185 stars 70 forks source link

Shared memory bitmap allocator #443

Closed evanstella closed 2 years ago

evanstella commented 2 years ago

Summary of this Pull Request (PR)

Client/Server Shared memory library shm_bm. Tested on x86_64.

Intent for your PR

Choose one (Mandatory):

Reviewers (Mandatory):

(Specify @<github.com username(s)> of the reviewers. Ex: @user1, @user2)

Code Quality

As part of this pull request, I've considered the following:

Style:

Code Craftsmanship:

Testing

I've tested the code using the following test programs (provide list here):

gparmer commented 2 years ago

Great job! looks really clean.