Skip to content

rebase add-simd with main changes#30

Open
shah-niam wants to merge 14 commits into
add-simdfrom
main
Open

rebase add-simd with main changes#30
shah-niam wants to merge 14 commits into
add-simdfrom
main

Conversation

@shah-niam

Copy link
Copy Markdown
Contributor

No description provided.

yhdengh and others added 14 commits April 20, 2026 11:35
Implements an MVP of a shell that runs Fix programs under Arca. Supports attaching Fix Blobs and Trees and creating new Blobs. Currently all the Blob and Tree data are copied into the Arca's address space; this can be optimized in future revisions.

Co-authored-by: Akshay Srivatsan <srivatsan@cs.stanford.edu>
Added new tests for the buddy allocator and fixed bugs which were uncovered in the process.

Co-authored-by: Niam Shah <niam@puffer5.stanford.edu>
Co-authored-by: Akshay Srivatsan <srivatsan@cs.stanford.edu>
…yle) (#32)

Adds user-mode webserver examples. One example demos a CGI/serverless
style of webserver, where a new process is created for every request. Another
demos a microservice style of webserver, where a process listens on a socket and
accepts new connections.

This additionally adds support for "true" kernel threads, replacing the
old Rust async based setup.
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.

3 participants