> For the complete documentation index, see [llms.txt](https://xiayingp.gitbook.io/build_a_os/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xiayingp.gitbook.io/build_a_os/scheduling.md).

# Scheduling

- [XV6 CPU Scheduling](https://xiayingp.gitbook.io/build_a_os/scheduling/xv6-cpu-scheduling.md)
- [How unix pipes work?](https://xiayingp.gitbook.io/build_a_os/scheduling/how-unix-pipes-work.md)
- [How does wait(), exit(), kill() work?](https://xiayingp.gitbook.io/build_a_os/scheduling/how-does-wait-exit-kill-work.md)
