diff --git a/README.md b/README.md index cc9ded440f7ebbc8adc6870b85adc97bb99f5bce..3fa84ef6770525f7fc93b309cc584443d367b6bd 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ $ make build $ make console ``` After this command you should get a prompter inside the VM +To exit from the VM, you can use the following key combination: +``` +CTRL + A X +``` 4. Copy the `*.ko` into the `skels/assginments/2-uart-checker` directory ```