Skip to content

Commit ca8fcd6

Browse files
committed
format README.md
1 parent 889815d commit ca8fcd6

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
2-
# prepare
1+
# Prepare build environment
2+
```bash
33
cargo install cargo-xbuild
4-
# how to build
4+
```
5+
6+
# Build drivers
57
```bash
6-
# build driver for x64
7-
cargo xbuild --target x86_64-kernel-windows-msvc.json
8+
# build driver for x64
9+
cargo xbuild --target x86_64-kernel-windows-msvc.json
810
# build driver for x86
9-
cargo xbuild --target i686-kernel-windows-msvc.json
11+
cargo xbuild --target i686-kernel-windows-msvc.json
1012
```
13+
1114
# Acknowledges
12-
[winapi-kmd-rs](https://github.com/pravic/winapi-kmd-rs)
13-
[blog_os](https://os.phil-opp.com/)
14-
[cargo-xbuild](https://github.com/rust-osdev/cargo-xbuild)
15+
* [winapi-kmd-rs](https://github.com/pravic/winapi-kmd-rs)
16+
* [blog_os](https://os.phil-opp.com/)
17+
* [cargo-xbuild](https://github.com/rust-osdev/cargo-xbuild)

0 commit comments

Comments
 (0)