Skip to content

Commit

Permalink
deploy: d369a28
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf2019 committed Mar 5, 2024
1 parent e2791d8 commit 8c2e400
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions ch4/os/mm/address/struct.PhysAddr.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch4/os/mm/address/struct.PhysPageNum.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch4/os/mm/address/struct.VirtAddr.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch4/os/mm/address/struct.VirtPageNum.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions ch4/os/mm/memory_set/struct.MapPermission.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions ch4/os/mm/page_table/struct.PTEFlags.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions ch4/os/mm/struct.MapPermission.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ch4/os/mm/struct.PhysAddr.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch4/os/mm/struct.PhysPageNum.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch4/os/mm/struct.VirtAddr.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch4/os/mm/struct.VirtPageNum.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch4/search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch4/src/os/timer.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2>Files</h2></div></nav><div class="sidebar-resizer"></div>
<span class="doccomment">/// get current time in microseconds
</span><span class="attr">#[allow(dead_code)]
</span><span class="kw">pub fn </span>get_time_us() -&gt; usize {
time::read() / (CLOCK_FREQ / MICRO_PER_SEC)
time::read() * MICRO_PER_SEC / CLOCK_FREQ
}

<span class="doccomment">/// Set the next timer interrupt
Expand Down

0 comments on commit 8c2e400

Please sign in to comment.