Skip to content
#

prompt

Here are 30 public repositories matching this topic...

A custom Unix shell. The goal is to have a good understanding of how the unix system does command execution architecture, from reading commands via batch or interactive modes to lexical parsing to alias to built-ins to system execution via the kernel, as well as understanding system processes and how to optimise them.

  • Updated May 17, 2022
  • C

A custom unix shell. The goal is to have a good understanding of how the unix system orchestrate command execution, from reading commands through batch or interactive modes to lexical parsing to tokenization to system calls and more. It also gears towards understanding of system processes, from creation to efficient process communication

  • Updated May 20, 2022
  • C

Improve this page

Add a description, image, and links to the prompt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prompt topic, visit your repo's landing page and select "manage topics."

Learn more