From 9c2742a258fb652b03ddc49c759e3404994593ff Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Wed, 11 May 2022 08:42:30 +0200 Subject: [PATCH] added README, gitignore --- .gitignore | 24 ++++++++++++++++++++++++ README.md | 18 ++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c734850 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# SPDX-FileCopyrightText: 2022 Tobias Schmidl +# +# SPDX-License-Identifier: CC0-1.0 + +### Vim +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ diff --git a/README.md b/README.md new file mode 100644 index 0000000..b113a05 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ + + +# qemu-system-boot + +shortcuts for qemu-system-xxx + +Predefined environment variables: + +| Name | Meaning | Predefined value | +| ------------------- | ----------------------------------------------- | ------------------------------ | +| `QEMU_PUBLIC_SHARE` | A shared folder that is mapped inside the image | `xdg-user-dir PUBLIC_SHARE` | +| `QEMU_MEMORY` | The amount of memory the image is assigned | `1G` | +| `QEMU_EFI` | The UEFI binary that is used for that image | `/usr/share/OVMF/OVMF_CODE.fd` | +