qubes-doc/SystemDoc.md

44 lines
1.3 KiB
Markdown
Raw Normal View History

2010-04-06 17:38:42 -04:00
---
layout: wiki
title: SystemDoc
permalink: /wiki/SystemDoc/
---
System Documentation for Developers
===================================
The System Architecture Specification
-------------------------------------
- Qubes OS Architecture v0.3 [(pdf)](http://www.qubes-os.org/files/doc/arch-spec-0.3.pdf) [(sig)](http://www.qubes-os.org/files/doc/arch-spec-0.3.pdf.sig)
- [Disposable VMs](http://theinvisiblethings.blogspot.com/2010/06/disposable-vms.html)
Building Qubes Packages from Sources
------------------------------------
- Building Qubes core and gui packages: see this [message](https://groups.google.com/group/qubes-devel/browse_thread/thread/710f725713cc7e8a#)
- [KDE Dom0 packages for Qubes](/wiki/KdeDom0)
Release related documentation
-----------------------------
- [How to build Qubes installation ISO](/wiki/InstallationIsoBuilding)
2010-09-23 05:09:58 -04:00
Selected Subsystems Documentation
---------------------------------
2010-09-24 12:31:02 -04:00
- [Implementation of DisposableVMs](/wiki/DVMimpl)
2011-04-04 08:06:05 -04:00
- [File exchange daemon (used by DisposableVMs) (note that at Beta1, this is obsolete, see InterVM file copy)](/wiki/Qfileexchgd)
2010-09-23 05:09:58 -04:00
2010-09-23 09:59:56 -04:00
- [VM Memory management daemon](/wiki/Qmemman)
2010-09-24 04:55:03 -04:00
- [VM networking in Qubes](/wiki/QubesNet)
2010-09-23 09:59:56 -04:00
2011-04-04 06:14:51 -04:00
- [InterVM file copy (used by DisposableVMs)](/wiki/Qfilecopy)
2011-04-07 04:49:02 -04:00
- [Qubes GUI protocol](/wiki/GUIdocs)