File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
-
2
- # prepare
1
+ # Prepare build environment
2
+ ``` bash
3
3
cargo install cargo-xbuild
4
- # how to build
4
+ ```
5
+
6
+ # Build drivers
5
7
``` 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
8
10
# build driver for x86
9
- cargo xbuild --target i686-kernel-windows-msvc.json
11
+ cargo xbuild --target i686-kernel-windows-msvc.json
10
12
```
13
+
11
14
# 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 )
You can’t perform that action at this time.
0 commit comments