File tree Expand file tree Collapse file tree 9 files changed +106
-99
lines changed Expand file tree Collapse file tree 9 files changed +106
-99
lines changed Original file line number Diff line number Diff line change @@ -311,8 +311,9 @@ def setup(app):
311
311
# URLs must be relative to document root (with NO leading slash),
312
312
# and without the html extension)
313
313
html_redirect_pages = [
314
- ('developer-guides/index' , 'contribute/index' ),
315
- ('getting-started/index' , 'try/index' ),
316
- ('user-guides/index' , 'develop/index' ),
314
+ ('developer-guides/index' , 'contribute' ),
315
+ ('getting-started/index' , 'try' ),
316
+ ('user-guides/index' , 'develop' ),
317
+ ('hardware' , 'reference/hardware' ),
317
318
('release_notes' , 'release_notes/index' )
318
319
]
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ also find details about specific architecture topics.
18
18
.. toctree ::
19
19
:maxdepth: 1
20
20
21
- ../ developer-guides/modularity
22
- ../ developer-guides/hld/index
23
- ../ developer-guides/sw_design_guidelines
24
- ../ developer-guides/GVT-g-porting
25
- ../ developer-guides/trusty
26
- ../ developer-guides/l1tf
27
- ../ developer-guides/VBSK-analysis
21
+ developer-guides/modularity
22
+ developer-guides/hld/index
23
+ developer-guides/sw_design_guidelines
24
+ developer-guides/GVT-g-porting
25
+ developer-guides/trusty
26
+ developer-guides/l1tf
27
+ developer-guides/VBSK-analysis
28
28
29
29
30
30
Contributing Documents
@@ -39,8 +39,8 @@ the project.
39
39
.. toctree ::
40
40
:maxdepth: 1
41
41
42
- ../ developer-guides/contribute_guidelines
43
- ../ developer-guides/coding_guidelines
44
- ../ developer-guides/doc_guidelines
45
- ../ developer-guides/graphviz
46
- ../ tutorials/docbuild.rst
42
+ developer-guides/contribute_guidelines
43
+ developer-guides/coding_guidelines
44
+ developer-guides/doc_guidelines
45
+ developer-guides/graphviz
46
+ tutorials/docbuild
Original file line number Diff line number Diff line change
1
+ .. _develop_acrn :
2
+
3
+ Develop using ACRN
4
+ ##################
5
+
6
+ .. toctree ::
7
+ :maxdepth: 1
8
+
9
+ user-guides/acrn-shell
10
+ user-guides/kernel-parameters
11
+ user-guides/acrn-dm-parameters
12
+ user-guides/tools
13
+
14
+ Selecting OS as a User VM
15
+ *************************
16
+
17
+ .. toctree ::
18
+ :maxdepth: 1
19
+
20
+ tutorials/using_agl_as_uos
21
+ tutorials/using_celadon_as_uos
22
+ tutorials/building_uos_from_clearlinux
23
+ tutorials/using_ubuntu_as_sos
24
+ tutorials/using_vxworks_as_uos
25
+ tutorials/using_windows_as_uos
26
+
27
+ Real time OS setup as User VM
28
+ *****************************
29
+
30
+ .. toctree ::
31
+ :maxdepth: 1
32
+
33
+ tutorials/rt_linux
34
+ tutorials/using_zephyr_as_uos
35
+
36
+ Tuning and debugging
37
+ ********************
38
+
39
+ .. toctree ::
40
+ :maxdepth: 1
41
+
42
+ tutorials/acrn-dm_QoS
43
+ tutorials/debug
44
+ tutorials/increase-uos-disk-size
45
+ tutorials/open_vswitch
46
+ tutorials/rtvm_workload_design_guideline
47
+ tutorials/sgx_virtualization
48
+ tutorials/sign_clear_linux_image
49
+ tutorials/skl-nuc
50
+ tutorials/static-ip
51
+ tutorials/using_cat_on_up2
52
+ tutorials/using_partition_mode_on_nuc
53
+ tutorials/using_partition_mode_on_up2
54
+ tutorials/using_sbl_on_up2
55
+
56
+ Other topics
57
+ ************
58
+
59
+ .. toctree ::
60
+ :maxdepth: 1
61
+
62
+ tutorials/agl-vms
63
+ tutorials/trustyACRN
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -73,10 +73,11 @@ license.
73
73
:maxdepth: 1
74
74
:hidden:
75
75
76
- learn/index
77
- try/index
78
- develop/index
79
- contribute/index
76
+ Documentation Home <self >
77
+ learn
78
+ try
79
+ develop
80
+ contribute
80
81
reference/index
81
82
release_notes/index
82
83
faq
Original file line number Diff line number Diff line change
1
+ .. _learn_acrn :
2
+
3
+ Learn about ACRN
4
+ ################
5
+
6
+ ACRN is supported on Apollo Lake and Kaby Lake Intel platforms,
7
+ as described in :ref: `hardware `.
8
+
9
+ .. toctree ::
10
+ :maxdepth: 1
11
+
12
+ introduction/index
13
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
max-width : none;
6
6
}
7
7
8
- /* (temporarily) add an under development tagline to the bread crumb */
8
+ /* (temporarily) add an under development tagline to the bread crumb
9
9
.wy-breadcrumbs::after {
10
10
content: " (Content reorganization in progress)";
11
11
background-color: #FFFACD;
12
12
color: red;
13
13
font-weight: bold;
14
14
}
15
- /* */
15
+ */
16
16
17
17
/* pygments tweak for white-on-black console */
18
18
Original file line number Diff line number Diff line change @@ -11,12 +11,14 @@ hypervisor and the `Clear Linux`_ Service OS and Guest OS on the Intel
11
11
12
12
.. _Clear Linux : https://clearlinux.org
13
13
14
- ACRN development is currently supported on Apollo Lake Intel platforms,
15
- described in :ref: `hardware `. Follow the setup guides listed here:
14
+ ACRN is supported on Apollo Lake and Kaby Lake Intel platforms,
15
+ as described in :ref: `hardware `.
16
+
17
+ Follow these getting started guides to give ACRN a try:
16
18
17
19
.. toctree ::
18
20
:maxdepth: 1
19
21
20
- ../ getting-started/apl-nuc.rst
21
- ../ getting-started/up2.rst
22
- ../ getting-started/building-from-source.rst
22
+ getting-started/apl-nuc
23
+ getting-started/up2
24
+ getting-started/building-from-source
You can’t perform that action at this time.
0 commit comments