Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ NOTE: ktest.sh may not work on your sytem if it Mac or Windows. Therefore I've p
Note this may take A LOT OF TIME if you are executing ktest.sh for the first time on you system.

- To test the kernel, use:
Before proceeding to the next step, you will have to enable virtualization on your system.
Follow these steps if you are using a VMWare:
1. Power off your machine.
2. Select your VM and go to 'Edit virtual machine settings'.
3. Select 'Processors' in the window popping up.
4. On the right side of the window, check a checkbox named 'Virtualize Intel xxx xxx'.
5. Click OK, and power on your machine.

```
./ktest.sh test
```
Expand Down