From 749ce71d5603ac635177d2e0dc193669f3677297 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Wed, 19 Oct 2016 16:13:51 -0700 Subject: [PATCH] Redirect old System Doc to new Developer Docs section --- basics_dev/system-doc.md | 44 ++-------------------------------------- 1 file changed, 2 insertions(+), 42 deletions(-) diff --git a/basics_dev/system-doc.md b/basics_dev/system-doc.md index 5f4cb4a3..110e7fb7 100644 --- a/basics_dev/system-doc.md +++ b/basics_dev/system-doc.md @@ -6,47 +6,7 @@ redirect_from: - /en/doc/system-doc/ - /doc/SystemDoc/ - /wiki/SystemDoc/ +redirect_to: +- /doc/#developer-documentation --- -System Documentation for Developers -=================================== - -Fundamentals ------------- - * [Qubes OS Architecture Overview](/doc/architecture/) - * [Qubes OS Architecture Spec v0.3 [PDF]](/attachment/wiki/QubesArchitecture/arch-spec-0.3.pdf) - (The original 2009 document that started this all...) - * [Security-critical elements of Qubes OS](/doc/security-critical-code/) - * [Qrexec: command execution in VMs](/doc/qrexec3/) - * [Qubes GUI virtualization protocol](/doc/gui/) - * [Networking in Qubes](/doc/networking/) - * [Implementation of template sharing and updating](/doc/template-implementation/) - -Services --------- - * [Inter-domain file copying](/doc/qfilecopy/) (deprecates [`qfileexchgd`](/doc/qfileexchgd/)) - * [Dynamic memory management in Qubes](/doc/qmemman/) - * [Implementation of DisposableVMs](/doc/dvm-impl/) - * [Article about disposable VMs](http://theinvisiblethings.blogspot.com/2010/06/disposable-vms.html) - * [Dom0 secure update mechanism](/doc/dom0-secure-updates/) - * VM secure update mechanism (forthcoming) - -Debugging ---------- - * [Profiling python code](/doc/profiling/) - * [Test environment in separate machine for automatic tests](/doc/test-bench/) - * [Automated tests](/doc/automated-tests/) - * [VM-dom0 internal configuration interface](/doc/vm-interface/) - * [Debugging Windows VMs](/doc/windows-debugging/) - -Building --------- - * [Building Qubes](/doc/qubes-builder/) (["API" Details](/doc/qubes-builder-details/)) - * [Development Workflow](/doc/development-workflow/) - * [KDE Dom0 packages for Qubes](/doc/kde-dom0/) - * [Building Qubes OS 3.0 ISO](/doc/qubes-r3-building/) - * [Building USB passthrough support (experimental)](/doc/pvusb/) - * [Building a TemplateVM based on a new OS (ArchLinux example)](/doc/building-non-fedora-template/) - * [Building the Archlinux Template](/doc/building-archlinux-template/) - -