mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-04-01 19:25:35 -04:00
Fix headers
This commit is contained in:
parent
b0ef3e36a4
commit
d9a832484c
@ -10,19 +10,15 @@ redirect_from:
|
||||
Qubes Developers' FAQ
|
||||
=====================
|
||||
|
||||
1. 1. [Q: Why does dom0 need to be 64-bit?](#q-why-does-dom0-need-to-be-64-bit)
|
||||
2. [Q: Why do you use KDE in Dom0? What is the roadmap for Gnome support?](#q-why-do-you-use-kde-in-dom0-what-is-the-roadmap-for-gnome-support)
|
||||
3. [Q: What is the recommended build environment?](#q-what-is-the-recommended-build-environment)
|
||||
4. [Q: How to build Qubes from sources?](#q-how-to-build-qubes-from-sources)
|
||||
5. [Q: How do I submit a patch?](#q-how-do-i-submit-a-patch)
|
||||
|
||||
### Q: Why does dom0 need to be 64-bit?
|
||||
Q: Why does dom0 need to be 64-bit?
|
||||
-----------------------------------
|
||||
|
||||
Since 2013 [Xen has not supported 32-bit x86 architecture](http://wiki.xenproject.org/wiki/Xen_Project_Release_Features) and Intel VT-d, which Qubes uses to isolate devices and drivers, is available on Intel 64-bit processors only.
|
||||
|
||||
In addition, often it is more difficult to exploit a bug on the x64 Linux than it is on x86 Linux (e.g. ASLR is sometimes harder to get around). While we designed Qubes with the emphasis on limiting any potential attack vectors in the first place, still we realize that some of the code running in Dom0, e.g. our GUI daemon or xen-store daemon, even though it is very simple code, might contain some bugs. Plus currently we haven't implemented a separate storage domain, so also the disk backends are in Dom0 and are "reachable" from the VMs, which adds up to the potential attack surface. So, having faced a choice between 32-bit and 64-bit OS for Dom0, it was almost a no-brainer, as the 64-bit option provides some (little perhaps, but still) more protection against some classes of attacks, and at the same time does not have any disadvantages (except that it requires a 64-bit processor, but all systems on which it makes sense to run Qubes, e.g. that have at least 3-4GB memory, they do have 64-bit CPUs anyway).
|
||||
|
||||
### Q: Why do you use KDE in Dom0? What is the roadmap for Gnome support?
|
||||
Q: Why do you use KDE in Dom0? What is the roadmap for Gnome support?
|
||||
---------------------------------------------------------------------
|
||||
|
||||
There are a few things that are KDE-specific, but generally it should not be a big problem to also add Gnome support to Qubes (in Dom0 of course). Those KDE-specific things are:
|
||||
|
||||
@ -34,14 +30,17 @@ There are a few things that are KDE-specific, but generally it should not be a b
|
||||
|
||||
If you're interested in porting GNOME for Qubes Dom0 use, let us know -- we will most likely welcome patches in this area.
|
||||
|
||||
### Q: What is the recommended build environment?
|
||||
Q: What is the recommended build environment?
|
||||
---------------------------------------------
|
||||
|
||||
Any rpm-based, 64-bit. Preferred Fedora.
|
||||
|
||||
### Q: How to build Qubes from sources?
|
||||
Q: How to build Qubes from sources?
|
||||
-----------------------------------
|
||||
|
||||
See [the instruction](/en/doc/qubes-builder/)
|
||||
|
||||
### Q: How do I submit a patch?
|
||||
Q: How do I submit a patch?
|
||||
---------------------------
|
||||
|
||||
See [Qubes Source Code Repositories](/en/doc/source-code/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user