Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HidenoriMatsubayashi committed May 5, 2023
1 parent d7cf31a commit 8bc50fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

`eVisor` is a light-weight Bare Metal Hypervisor (Type 1) written in C++. This is intended for embedded use (ARM64 devices) and educational purposes.

https://user-images.githubusercontent.com/62131389/236361865-c02a18ce-667f-489a-a9b2-cd72a2d21952.mov

## Supported devices

- Raspberry Pi 4 Model B (BCM2711 / aarch64 only)
Expand Down Expand Up @@ -67,8 +69,6 @@ Copy eVisor image file to the SD card:
cp build/kernel.bin <path_to_sdcard>/boot/kernel.bin
```

./demos/images/evisor_rpi4_nuttx_demo.mov

### QEMU + NuttX (Guest OS)

#### Install QEMU
Expand Down Expand Up @@ -102,7 +102,7 @@ qemu-system-aarch64 -cpu cortex-a53 -smp 4 -nographic \
-machine virt,virtualization=on,gic-version=2 -net none \
-chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline \
-kernel ./kernel.elf -m 1G \
-d mmu,in_asm,guest_errors,int,exec,page -D log.txt
-d mmu,in_asm,guest_errors,int,exec,page -D qemu_trace.log
```

## Special thanks!
Expand Down

0 comments on commit 8bc50fa

Please sign in to comment.