Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgian committed Jun 14, 2023
1 parent aaf2afc commit 51fcf8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Available commands:
- **cat <filename>** displays content of a file
- **test** tests CPU scheduler with dummy tasks
- **run <file>** loads file as task and adds it to the task list
- **ps** lists running tasks
- **rt <id>** removes specified task

### libfelix (standard library)
Expand Down
1 change: 1 addition & 0 deletions kernel/src/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ls - lists root directory entries
cat <file> - displays content of a file
test - tests CPU scheduler with dummy tasks
run <file> - loads file as task and adds it to the task list
ps - lists running tasks
rt <id> - removes specified task";

//Warning! Mutable static here
Expand Down

0 comments on commit 51fcf8a

Please sign in to comment.