gwsystems / composite

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

Better Component Initialization + prototype events component written in Rust #274

Closed Others closed 7 years ago

Others commented 7 years ago

Summary of this Pull Request (PR)

Introduce a better API for libraries that need to do preinitialization, make libposix use this API, and add a prototype events component written in Rust.

Intent for your PR

Choose one (Mandatory):

Reviewers (Mandatory):

(Specify @<github.com username(s)> of the reviewers. Ex: @user1, @user2) @gparmer @vnitu02 you might want to chime in on the libposix stuff @phanikishoreg I'd appreciate your input on how I define/use the clone syscall

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):