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

Add an exploration of type-safe system calls. #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2024

  1. Add an exploration of type-safe system calls.

    This document proposes a more-type-safe syscall ABI for Tock and looks at its pros and cons versus the Tock 2.0 syscall ABI.
    
    [Rendered](https://github.com/jrvanwhy/design-explorations/blob/typed-syscalls/typed_syscall_data/README.md)
    jrvanwhy committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    db35934 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Miscellaneous refinements.

    Grammar fixes, letting Command take more arguments, formattingo etc.
    jrvanwhy committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8453a9f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Reworked the type table to specify kernel + userspace Rust types sepa…

    …rately, indicate that 64-bit numbers cannot be passed in a single register in 32-bit CHERI.
    jrvanwhy committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    816459e View commit details
    Browse the repository at this point in the history