Create a gist now

Instantly share code, notes, and snippets.

Embed
What would you like to do?
32-bit stubdom build
From clean qubes-builder clone:
-download qubes sources
-clone 32-bit-build branch from https://github.com/alcreator/qubes-vmm-xen-stubdom-linux.git to qubes-src
-execute the following:
$ RPM_BUILD_DEFINES="--without crosshyp" linux32 make vmm-xen-dom0
$ linux32 make core-vchan-xen-dom0
$ linux32 make linux-utils-dom0
$ linux32 make gui-common-dom0
$ RPM_BUILD_DEFINES="--target x86_64" linux32 make vmm-xen-stubdom-linux-dom0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment