mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 08:26:30 +00:00
Fix all spelling mistakes in history by typos tool
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
b29d3b5409
commit
86f09eef75
@ -91,7 +91,7 @@ After starting a debug server with OSDK from the shell with `make gdb_server`,
|
||||
a temporary `launch.json` is generated under `.vscode`.
|
||||
Your previous launch configs will be restored after the server is down.
|
||||
Press `F5`(Run and Debug) to start a debug session via VS Code.
|
||||
Click `Continue`(or, press `F5`) at the fisrt break to resume the paused server instance,
|
||||
Click `Continue`(or, press `F5`) at the first break to resume the paused server instance,
|
||||
then it will continue until reaching your first breakpoint.
|
||||
|
||||
Note that if debugging with KVM enabled, you must use hardware assisted breakpoints. See "hbreak" in
|
||||
|
@ -73,7 +73,7 @@ to introduce minimal overheads.
|
||||
Ideally, these APIs should be realized
|
||||
as [zero-cost abstractions](https://monomorph.is/posts/zero-cost-abstractions/).
|
||||
|
||||
Fortunatelly, our efforts
|
||||
Fortunately, our efforts
|
||||
to design and implement an OS framework meeting these standards
|
||||
have borne fruit in the form of the [Asterinas OSTD](../ostd/).
|
||||
Using this framework as a foundation,
|
||||
|
@ -55,7 +55,7 @@ and can be installed by
|
||||
cargo install cargo-osdk
|
||||
```
|
||||
|
||||
### Upgrate
|
||||
### Upgrade
|
||||
If `cargo-osdk` is already installed,
|
||||
the tool can be upgraded by
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user