Skip to content

Commit c3f7247

Browse files
Apply suggestions from code review 3
1 parent e9dd6b2 commit c3f7247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ubuntu-desktop/explanation/what-ubuntu-is-made-from.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ For example, you can write a script that greets you with hello and displays the
9999

100100
This ensures that the Ubuntu operating system can communicate with the entire hardware. It's stored in a disk drive and loaded into RAM when Ubuntu Desktop boots.
101101

102-
Since Ubuntu Desktop is often run as a virtual machine, it means the host system has its own kernel, and so does Ubuntu Desktop.
103-
You can check the path to where the Ubuntu Desktop kernel binary is stored by running:
102+
You can run Ubuntu Desktop in a virtual machine, which means both your host (such as Windows or macOS) and the Ubuntu Desktop guest run separate kernels.
103+
Check the path to where the Ubuntu Desktop kernel binary is stored by running:
104104

105105
```bash
106106
ls /boot/vmlinuz-$(uname -r)

0 commit comments

Comments
 (0)