Skip to content

Commit 6515668

Browse files
fix bad link
1 parent 35938a7 commit 6515668

67 files changed

Lines changed: 801 additions & 299 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docpages/kernel-dev/06_INDEX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* \subpage interrupts
55
* \subpage memory
66
* \subpage modules
7-
* \subpage retrofs
7+
* \subpage retrofs-kernel-docs
88
* \subpage kernel-profiling-osdev

docpages/kernel-dev/RETROFS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\page retrofs RetroFS v1 Technical Specification
1+
\page retrofs-kernel-docs RetroFS v1 Technical Specification
22

33
[TOC]
44

docs/doxygen_crawl.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,34 +1366,34 @@
13661366
<a href="networking.html#worked-udp-example---mouse-telemetry"/>
13671367
<a href="proclist.html"/>
13681368
<a href="real-funcs.html"/>
1369-
<a href="retrofs.html"/>
1370-
<a href="retrofs.html#autotoc_md1-conventions-and-terminology"/>
1371-
<a href="retrofs.html#autotoc_md10-security-considerations"/>
1372-
<a href="retrofs.html#autotoc_md11-versioning"/>
1373-
<a href="retrofs.html#autotoc_md2-high-level-layout-informative"/>
1374-
<a href="retrofs.html#autotoc_md3-on-disk-structures-normative"/>
1375-
<a href="retrofs.html#autotoc_md31-description-block-sector-0"/>
1376-
<a href="retrofs.html#autotoc_md32-free-space-map-bitmap"/>
1377-
<a href="retrofs.html#autotoc_md33-directory-blocks-and-entries"/>
1378-
<a href="retrofs.html#autotoc_md331-directory-start-entry-first-half-sector-of-the-block"/>
1379-
<a href="retrofs.html#autotoc_md332-filedirectory-entry-other-half-sectors"/>
1380-
<a href="retrofs.html#autotoc_md333-filedirectory-flags-values"/>
1381-
<a href="retrofs.html#autotoc_md334-directory-walk"/>
1382-
<a href="retrofs.html#autotoc_md4-allocation--growth-semantics-normative"/>
1383-
<a href="retrofs.html#autotoc_md41-extents"/>
1384-
<a href="retrofs.html#autotoc_md42-creation"/>
1385-
<a href="retrofs.html#autotoc_md43-writing"/>
1386-
<a href="retrofs.html#autotoc_md44-truncation"/>
1387-
<a href="retrofs.html#autotoc_md45-deletion"/>
1388-
<a href="retrofs.html#autotoc_md5-name-handling"/>
1389-
<a href="retrofs.html#autotoc_md6-policy-notes-non-normative-but-recommended"/>
1390-
<a href="retrofs.html#autotoc_md61-initial-reservation-policy"/>
1391-
<a href="retrofs.html#autotoc_md62-zero-fill"/>
1392-
<a href="retrofs.html#autotoc_md7-implementation-guidance-l1l2-allocation-caches"/>
1393-
<a href="retrofs.html#autotoc_md8-validation--error-handling"/>
1394-
<a href="retrofs.html#autotoc_md9-partition-identification-gpt"/>
1395-
<a href="retrofs.html#byte-layout-sketch"/>
1396-
<a href="retrofs.html#retrofs-partition-type-guid"/>
1369+
<a href="retrofs-kernel-docs.html"/>
1370+
<a href="retrofs-kernel-docs.html#autotoc_md1-conventions-and-terminology"/>
1371+
<a href="retrofs-kernel-docs.html#autotoc_md10-security-considerations"/>
1372+
<a href="retrofs-kernel-docs.html#autotoc_md11-versioning"/>
1373+
<a href="retrofs-kernel-docs.html#autotoc_md2-high-level-layout-informative"/>
1374+
<a href="retrofs-kernel-docs.html#autotoc_md3-on-disk-structures-normative"/>
1375+
<a href="retrofs-kernel-docs.html#autotoc_md31-description-block-sector-0"/>
1376+
<a href="retrofs-kernel-docs.html#autotoc_md32-free-space-map-bitmap"/>
1377+
<a href="retrofs-kernel-docs.html#autotoc_md33-directory-blocks-and-entries"/>
1378+
<a href="retrofs-kernel-docs.html#autotoc_md331-directory-start-entry-first-half-sector-of-the-block"/>
1379+
<a href="retrofs-kernel-docs.html#autotoc_md332-filedirectory-entry-other-half-sectors"/>
1380+
<a href="retrofs-kernel-docs.html#autotoc_md333-filedirectory-flags-values"/>
1381+
<a href="retrofs-kernel-docs.html#autotoc_md334-directory-walk"/>
1382+
<a href="retrofs-kernel-docs.html#autotoc_md4-allocation--growth-semantics-normative"/>
1383+
<a href="retrofs-kernel-docs.html#autotoc_md41-extents"/>
1384+
<a href="retrofs-kernel-docs.html#autotoc_md42-creation"/>
1385+
<a href="retrofs-kernel-docs.html#autotoc_md43-writing"/>
1386+
<a href="retrofs-kernel-docs.html#autotoc_md44-truncation"/>
1387+
<a href="retrofs-kernel-docs.html#autotoc_md45-deletion"/>
1388+
<a href="retrofs-kernel-docs.html#autotoc_md5-name-handling"/>
1389+
<a href="retrofs-kernel-docs.html#autotoc_md6-policy-notes-non-normative-but-recommended"/>
1390+
<a href="retrofs-kernel-docs.html#autotoc_md61-initial-reservation-policy"/>
1391+
<a href="retrofs-kernel-docs.html#autotoc_md62-zero-fill"/>
1392+
<a href="retrofs-kernel-docs.html#autotoc_md7-implementation-guidance-l1l2-allocation-caches"/>
1393+
<a href="retrofs-kernel-docs.html#autotoc_md8-validation--error-handling"/>
1394+
<a href="retrofs-kernel-docs.html#autotoc_md9-partition-identification-gpt"/>
1395+
<a href="retrofs-kernel-docs.html#byte-layout-sketch"/>
1396+
<a href="retrofs-kernel-docs.html#retrofs-partition-type-guid"/>
13971397
<a href="rick.html"/>
13981398
<a href="rick.html#example-28"/>
13991399
<a href="rick.html#how-to-escape"/>

docs/kernel-dev.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<li><a class="el" href="interrupts.html">Interrupt Handling in Retro Rocket (AMD64)</a></li>
129129
<li><a class="el" href="memory.html">Retro Rocket Memory Model</a></li>
130130
<li><a class="el" href="modules.html">Writing Kernel Modules for Retro Rocket</a></li>
131-
<li><a class="el" href="glossary.html#retrofs">RetroFS</a></li>
131+
<li><a class="el" href="retrofs-kernel-docs.html">RetroFS v1 Technical Specification</a></li>
132132
<li><a class="el" href="kernel-profiling-osdev.html">Kernel Profiling in Retro Rocket</a> </li>
133133
</ul>
134134
</div></div><!-- contents -->

docs/kernel-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ var kernel_dev =
44
[ "Interrupt Handling in Retro Rocket (AMD64)", "interrupts.html", null ],
55
[ "Retro Rocket Memory Model", "memory.html", null ],
66
[ "Writing Kernel Modules for Retro Rocket", "modules.html", null ],
7-
[ "RetroFS v1 Technical Specification", "retrofs.html", null ],
7+
[ "RetroFS v1 Technical Specification", "retrofs-kernel-docs.html", null ],
88
[ "Kernel Profiling in Retro Rocket", "kernel-profiling-osdev.html", null ]
99
];

docs/navtreeindex1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var NAVTREEINDEX1 =
110110
"pages.html":[],
111111
"proclist.html":[0,0,7,32],
112112
"real-funcs.html":[0,1,3,1],
113-
"retrofs.html":[0,2,4],
113+
"retrofs-kernel-docs.html":[0,2,4],
114114
"rick.html":[0,0,7,33],
115115
"rmdir.html":[0,0,7,34],
116116
"rocketsh.html":[0,0,7,35],

0 commit comments

Comments
 (0)