Skip to content

Commit

Permalink
Update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Oct 8, 2019
1 parent 46b782c commit e43a4dc
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [ecflash](https://github.com/system76/ecflash.git) - ecflash
- [intelflash](https://gitlab.redox-os.org/redox-os/intelflash.git) - intelflash
- [intel-spi](https://github.com/system76/intel-spi.git) - intel-spi
- [smmstore](https://github.com/system76/smmstore.git) - smmstore
- [uefi](https://gitlab.redox-os.org/redox-os/uefi.git)
- [uefi_alloc](https://gitlab.redox-os.org/redox-os/uefi_alloc.git)
- [uefi_std](https://gitlab.redox-os.org/redox-os/uefi_std.git) - uefi_std
1 change: 1 addition & 0 deletions models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
- [gaze14_1650_17](./gaze14_1650_17) - System76 Gazelle (gaze14)
- [gaze14_1660ti_15](./gaze14_1660ti_15) - System76 Gazelle (gaze14)
- [gaze14_1660ti_17](./gaze14_1660ti_17) - System76 Gazelle (gaze14)
- [qemu](./qemu) - QEMU (Virtualization)
- [thelio-b1](./thelio-b1) - System76 Thelio (thelio-b1)
17 changes: 17 additions & 0 deletions models/qemu/README.md
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions models/qemu/README.md.in
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit e43a4dc

Please sign in to comment.