mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 14:07:42 +00:00
commit
f007e01e92
18
conf.py
18
conf.py
@ -54,9 +54,9 @@ author = u'Project ARCN developers'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'1.0.0'
|
version = u'0.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = u'1.0.0'
|
release = u'0.1'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
@ -182,6 +182,20 @@ texinfo_documents = [
|
|||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
rst_epilog = """
|
||||||
|
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
|
||||||
|
:ltrim:
|
||||||
|
.. |trade| unicode:: U+02122 .. TRADEMARK SIGN
|
||||||
|
:ltrim:
|
||||||
|
.. |reg| unicode:: U+000AE .. REGISTERED TRADEMARK SIGN
|
||||||
|
:ltrim:
|
||||||
|
.. |deg| unicode:: U+000B0 .. DEGREE SIGN
|
||||||
|
:ltrim:
|
||||||
|
.. |plusminus| unicode:: U+000B1 .. PLUS-MINUS SIGN
|
||||||
|
:rtrim:
|
||||||
|
.. |micro| unicode:: U+000B5 .. MICRO SIGN
|
||||||
|
:rtrim:
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
breathe_projects = {
|
breathe_projects = {
|
||||||
|
18
hardware.rst
Normal file
18
hardware.rst
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
.. _hardware:
|
||||||
|
|
||||||
|
Supported Hardware
|
||||||
|
##################
|
||||||
|
|
||||||
|
We welcome community contributions to help build Project ACRN support
|
||||||
|
for a broad collection of architectures and platforms.
|
||||||
|
|
||||||
|
This initial release of Project ACRN has been tested on the following
|
||||||
|
hardware platform.
|
||||||
|
|
||||||
|
Intel Apollo Lake NUC
|
||||||
|
*********************
|
||||||
|
|
||||||
|
* `Intel NUC Kit NUC6CAYH Reference
|
||||||
|
<https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc6cayh.html>`_
|
||||||
|
* Intel |reg| Celeron |reg| Processor J3455
|
||||||
|
* Tested NUC with 8GB of RAM and using an 128GB SSD
|
Loading…
Reference in New Issue
Block a user