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

chapters/IO: Create signals section #138

Open
Alex-deVis opened this issue Nov 17, 2024 · 1 comment
Open

chapters/IO: Create signals section #138

Alex-deVis opened this issue Nov 17, 2024 · 1 comment
Assignees
Labels
area/code Update or new source code support / solution files area/content Content (Markdown) update area/quiz Update to quizzes area/reading Update to reading content area/slides Update to slides content area/tasks Update to tasks topic/io Related to "Input/Output" chapter

Comments

@Alex-deVis
Copy link

Signals are an important interprocess communication (IPC) mechanism of the OS that is currently missing from the I/O chapter. It would be nice to have:

  • a brief reading material describing the importance of sending, receiving, and ignoring signals, and the API.
  • a task that builds on the previous examples, maybe something along the lines of sending SIGINT, ignoring SIGHUP, or attempting to handle SIGESGV.
@Alex-deVis Alex-deVis added the topic/io Related to "Input/Output" chapter label Nov 17, 2024
@teodutu
Copy link

teodutu commented Nov 19, 2024

Signals should also be mentioned in the lecture slides.

@teodutu teodutu added area/code Update or new source code support / solution files area/content Content (Markdown) update area/quiz Update to quizzes area/tasks Update to tasks area/reading Update to reading content area/slides Update to slides content labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/code Update or new source code support / solution files area/content Content (Markdown) update area/quiz Update to quizzes area/reading Update to reading content area/slides Update to slides content area/tasks Update to tasks topic/io Related to "Input/Output" chapter
Projects
None yet
Development

No branches or pull requests

3 participants