From f61858725e92d3e77eb8a826a50497045ce67c41 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 17 Oct 2023 14:52:17 +0200 Subject: doc: introduce basic documentation structure --- docs/arch/x86_64/io.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/arch/x86_64/io.rst (limited to 'docs/arch/x86_64/io.rst') diff --git a/docs/arch/x86_64/io.rst b/docs/arch/x86_64/io.rst new file mode 100644 index 0000000..7082bd5 --- /dev/null +++ b/docs/arch/x86_64/io.rst @@ -0,0 +1,9 @@ +General Input/Output Subsystem +============================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + :glob: + + io/* \ No newline at end of file -- cgit v1.2.3