Open dtruong33 opened 2 months ago
I think this is a good idea. Last semester, we created a 'docs' directory with markdown files for commands, so perhaps you could read from those. The terminal functionality we have is quite limited so you may need to work around the limitations for this.
I can code review this. For ps, I added a markdown file to docs in support of this.
Proposal: Adding the man command to xv6
Scope:
Implementation: The man command would first take in the user’s command line argument to find the requested man page. It would look for and read that page within the library. It displays the page and waits for further commands.
Files added