From 37d8e09cadbdd19b33e58cf438790b7f5bdf2e4b Mon Sep 17 00:00:00 2001 From: wyfcyx Date: Tue, 13 Dec 2022 15:07:51 +0000 Subject: [PATCH] deploy: de0900311a894edd82a26fd0a980ccc64085b4a2 --- ch5/os/fn.clear_bss.html | 2 +- ch5/os/fn.rust_main.html | 2 +- ch5/os/index.html | 2 +- ch5/os/sbi/fn.console_getchar.html | 2 +- ch5/os/sbi/fn.console_putchar.html | 2 +- ch5/os/sbi/fn.sbi_call.html | 2 +- ch5/os/sbi/fn.set_timer.html | 2 +- ch5/os/sbi/fn.shutdown.html | 2 +- ch5/os/sbi/index.html | 2 +- ch5/os/task/fn.add_initproc.html | 2 +- ch5/os/task/fn.exit_current_and_run_next.html | 2 +- ch5/os/task/index.html | 2 +- ch5/os/task/struct.INITPROC.html | 8 ++++---- ch5/src/os/main.rs.html | 8 -------- ch5/src/os/sbi.rs.html | 2 ++ ch5/src/os/task/mod.rs.html | 6 ------ 16 files changed, 18 insertions(+), 30 deletions(-) diff --git a/ch5/os/fn.clear_bss.html b/ch5/os/fn.clear_bss.html index 35c72216..10cd4435 100644 --- a/ch5/os/fn.clear_bss.html +++ b/ch5/os/fn.clear_bss.html @@ -1,2 +1,2 @@ -clear_bss in os - Rust

Function os::clear_bss

source · []
pub(crate) fn clear_bss()
Expand description

clear BSS segment

+clear_bss in os - Rust

Function os::clear_bss

source · []
pub(crate) fn clear_bss()
Expand description

clear BSS segment

\ No newline at end of file diff --git a/ch5/os/fn.rust_main.html b/ch5/os/fn.rust_main.html index e83a9c57..91ac6b63 100644 --- a/ch5/os/fn.rust_main.html +++ b/ch5/os/fn.rust_main.html @@ -1,3 +1,3 @@ -rust_main in os - Rust

Function os::rust_main

source · []
#[no_mangle]
+rust_main in os - Rust

Function os::rust_main

source · []
#[no_mangle]
 pub fn rust_main() -> !
Expand description

the rust entry-point of os

\ No newline at end of file diff --git a/ch5/os/index.html b/ch5/os/index.html index be689d08..5dde4991 100644 --- a/ch5/os/index.html +++ b/ch5/os/index.html @@ -1,4 +1,4 @@ -os - Rust

Crate os

source · []
Expand description

The main module and entrypoint

+os - Rust

Crate os

source · []
Expand description

The main module and entrypoint

Various facilities of the kernels are implemented as submodules. The most important ones are: