Add comments in ch6
This commit is contained in:
parent
f9346edad1
commit
2bd1e826fd
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
//! - [`mm`]: Address map using SV39
|
//! - [`mm`]: Address map using SV39
|
||||||
//! - [`sync`]: Wrap a static data structure inside it so that we are able to access it without any `unsafe`.
|
//! - [`sync`]: Wrap a static data structure inside it so that we are able to access it without any `unsafe`.
|
||||||
//! - [`fs`]: Separate user from file system with some structures
|
//! - [`fs`]: Separate user from file system with some structures
|
||||||
|
//!
|
||||||
//! The operating system also starts in this module. Kernel code starts
|
//! The operating system also starts in this module. Kernel code starts
|
||||||
//! executing from `entry.asm`, after which [`rust_main()`] is called to
|
//! executing from `entry.asm`, after which [`rust_main()`] is called to
|
||||||
//! initialize various pieces of functionality. (See its source code for
|
//! initialize various pieces of functionality. (See its source code for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue