Update readmes

This commit is contained in:
Jeremy Soller
2019-10-08 11:43:40 -06:00
parent 46b782c90f
commit e43a4dc070
4 changed files with 27 additions and 0 deletions

17
models/qemu/README.md Normal file
View File

@@ -0,0 +1,17 @@
# QEMU (Virtualization)
This provides a target for running the firmware inside of QEMU. Use the following commands:
```
./scripts/build.sh qemu
./scripts/qemu.sh
```
## Contents
- [EC](./ec.rom)
- *Read Error: No such file or directory (os error 2)*
- [FD](./fd.rom)
- *Read Error: No such file or directory (os error 2)*
- [ME](./me.rom)
- *Read Error: No such file or directory (os error 2)*

8
models/qemu/README.md.in Normal file
View File

@@ -0,0 +1,8 @@
# QEMU (Virtualization)
This provides a target for running the firmware inside of QEMU. Use the following commands:
```
./scripts/build.sh qemu
./scripts/qemu.sh
```