From f5c7909f3ac80e204523e518c9e3503427a505e1 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 20 Oct 2018 18:40:23 -0400 Subject: [PATCH] Guides: Move VFIO and TinyWM in --- index.md | 7 ++----- reads/guides.md | 14 +++++++++++++- reads/vfio.md | 9 --------- 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 reads/vfio.md diff --git a/index.md b/index.md index fe3435e..21cb67b 100644 --- a/index.md +++ b/index.md @@ -2,15 +2,12 @@ [cool dinosaurs](trex/index.html) -[food](reads/food) +[guides](reads/guides) -[tinywm](http://incise.org/tinywm.html) +[food](reads/food) [unixporn](reads/unixporn) [linux programs](https://luongvo209.gitlab.io/Awesome-Linux-Software/) [zach resources](reads/zachs-resources) - -[guides](reads/guides) - diff --git a/reads/guides.md b/reads/guides.md index 7a0e0f7..d9ceb56 100644 --- a/reads/guides.md +++ b/reads/guides.md @@ -4,6 +4,8 @@ [list o' resources](https://rizonrice.github.io/resources) +[tinywm](http://incise.org/tinywm.html) + ## 3D Graphics [Learn OpenGL](https://learnopengl.com/) @@ -30,12 +32,22 @@ [Learn Regex](https://github.com/zeeshanu/learn-regex) -# Qemu +## Qemu [Drew Devault's Getting Started](https://drewdevault.com/2018/09/10/Getting-started-with-qemu.html) [Gentoo Qemu Options List](https://wiki.gentoo.org/wiki/QEMU/Options) +### VFIO + +[LookingGlass](https://www.reddit.com/r/linux/comments/8ay0ya/question_for_the_grey_beards_here_which_linux/dx2jhud/) + +[one gpu pass](https://www.reddit.com/r/VFIO/comments/982434/i_am_creating_a_guide_for_gpu_passthrough_with/) + +[gpu isolation issue](https://www.reddit.com/r/VFIO/comments/6kwsv0/gpu_wont_isolate/) + +[gamepad](https://www.reddit.com/r/VFIO/comments/878ymp/gamepad_support_in_qemu/) + ## FOSS/Privacy [Attedz's Android Privacy Guide](https://gitlab.com/Attedz/AndroidPrivacyGuide/blob/master/README.md) diff --git a/reads/vfio.md b/reads/vfio.md deleted file mode 100644 index 899beaf..0000000 --- a/reads/vfio.md +++ /dev/null @@ -1,9 +0,0 @@ -# Some VFIO related stuff - -[one gpu pass](https://www.reddit.com/r/VFIO/comments/982434/i_am_creating_a_guide_for_gpu_passthrough_with/) - -[LookingGlass](https://www.reddit.com/r/linux/comments/8ay0ya/question_for_the_grey_beards_here_which_linux/dx2jhud/) - -[gpu isolation issue](https://www.reddit.com/r/VFIO/comments/6kwsv0/gpu_wont_isolate/) - -[gamepad](https://www.reddit.com/r/VFIO/comments/878ymp/gamepad_support_in_qemu/)