Commit fe3e52ae authored by winterbloom's avatar winterbloom
Browse files

Add description of how long each command takes to run

1 merge request!4Add description of how long each command takes to run
Showing with 2 additions and 0 deletions
+2 -0
...@@ -55,6 +55,8 @@ a new file and modify it to do the traversal for you. You might find the split b ...@@ -55,6 +55,8 @@ a new file and modify it to do the traversal for you. You might find the split b
- `frob`: This command will toggle the display of the current node in the browser output upon refreshing the browser. (Reminder that refreshing the page causes `graphputer` to reboot!) - `frob`: This command will toggle the display of the current node in the browser output upon refreshing the browser. (Reminder that refreshing the page causes `graphputer` to reboot!)
- `reboot`: This command will "reboot" `graphputer` which creates a new copy of memory and resets the current node to be the initial node in the memory graph. - `reboot`: This command will "reboot" `graphputer` which creates a new copy of memory and resets the current node to be the initial node in the memory graph.
Note that all commands (in this part and the others) take approximately the same amount of time for graphputer to run. The only exception is that the time needed to display the result of `ls` is linear in the number of nodes being displayed.
# Part 2: Animals and Occupations # Part 2: Animals and Occupations
Following Part 1, you should infer an occupation and animal based on the text you decrypted. Find the relevant node Following Part 1, you should infer an occupation and animal based on the text you decrypted. Find the relevant node
in `graphputer`'s memory embedded after the `mmio` nodes. There will be a hex number associated with that node. You should submit that hex number to `gitlab` in `graphputer`'s memory embedded after the `mmio` nodes. There will be a hex number associated with that node. You should submit that hex number to `gitlab`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment