Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoskrnl7 committed May 28, 2022
1 parent f34750e commit 86b4a02
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,13 @@ CMake를 사용하는것을 권장합니다.
3. 프로젝트 디렉토리에 아래와 같은 파일을 작성해주시기 바랍니다.
- 디렉토리 구조
📦test-project
┣ 📂src
┃ ┗ 📜main.cpp
┗ 📜CMakeLists.txt
```tree
📦test-project
┣ 📂src
┃ ┗ 📜main.cpp
┗ 📜CMakeLists.txt
```
- CMakeLists.txt
Expand Down Expand Up @@ -311,14 +314,14 @@ CMake를 사용하는것을 권장합니다.
}
```
4. 빌드를 수행합니다.
1. 빌드를 수행합니다.
```batch
cmake -S . -B build
cmake --build build
```

5. 드라이버가 정상적으로 시작되고 종료되는지 확인하시기 바랍니다.
2. 드라이버가 정상적으로 시작되고 종료되는지 확인하시기 바랍니다.

```batch
sc create CrtSysTest binpath= "빌드된 crtsys_test.sys의 전체 경로" displayname= "crtsys test" start= demand type= kernel
Expand Down

0 comments on commit 86b4a02

Please sign in to comment.