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

doc: full description of interrupts and DMA subsystems #90

Merged
merged 8 commits into from
Nov 20, 2024

Conversation

pthierry-ledger
Copy link
Member

@pthierry-ledger pthierry-ledger commented Nov 14, 2024

  • Move all events definitions and description to a dedicated subchapter
  • Add DMA event model and behavior
  • Add signals event model and behavior
  • Add user IRQ event model and behavior
  • Add DMA UAPI documentation
  • Add IRQ UAPI documentation
  • update wait_for_event documentation accordingly

This PR also add basic documentation on the hardening flags and the compile-time hardening part of the Sentry kernel.

Closes #85

@pthierry-ledger pthierry-ledger added the documentation Improvements or additions to documentation label Nov 14, 2024
@pthierry-ledger pthierry-ledger added this to the Sentry-v0.3.0 milestone Nov 14, 2024
@pthierry-ledger pthierry-ledger force-pushed the it-doc branch 3 times, most recently from 098a7dc to 8d2e2ba Compare November 15, 2024 16:14
Copy link
Contributor

@iartemov-ledger iartemov-ledger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly typo.

doc/concepts/concepts/archi_req.rst Outdated Show resolved Hide resolved
doc/concepts/concepts/archi_req.rst Outdated Show resolved Hide resolved
doc/concepts/concepts/archi_req.rst Outdated Show resolved Hide resolved
doc/concepts/concepts/archi_req.rst Outdated Show resolved Hide resolved
doc/concepts/concepts/archi_req.rst Outdated Show resolved Hide resolved
doc/concepts/uapi/syscalls/get_dma_stream_handle.rst Outdated Show resolved Hide resolved
doc/concepts/uapi/syscalls/get_dma_stream_handle.rst Outdated Show resolved Hide resolved
doc/concepts/uapi/syscalls/get_dma_stream_handle.rst Outdated Show resolved Hide resolved
doc/concepts/concepts/security.rst Outdated Show resolved Hide resolved
doc/concepts/concepts/security.rst Outdated Show resolved Hide resolved
fixing some missing content at events concepts definition
@pthierry-ledger pthierry-ledger marked this pull request as ready for review November 20, 2024 09:17
@pthierry-ledger pthierry-ledger merged commit d431e3f into outpost-os:main Nov 20, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User interrupts: add all missing explanation about user IT behaviors
2 participants