mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-14 07:46:48 +00:00
Fix typo in OSDK documentation
This commit is contained in:
parent
61a5d7625b
commit
26dff7d054
@ -80,6 +80,7 @@ This function will call the function from `mymodule`:
|
|||||||
fn kernel_main() {
|
fn kernel_main() {
|
||||||
let avail_mem_as_mb = mymodule::available_memory() / 1_000_000;
|
let avail_mem_as_mb = mymodule::available_memory() / 1_000_000;
|
||||||
println!("The available memory is {} MB", avail_mem_as_mb);
|
println!("The available memory is {} MB", avail_mem_as_mb);
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building and Running the kernel
|
## Building and Running the kernel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user