File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
![ C++ 14+] ( https://img.shields.io/badge/C++-14+-white.svg?logo=cplusplus&logoColor=blue )
12
12

13
13
14
- * [ 한국어] ( ./docs/ko-kr.md )
14
+ * [ 한국어] ( .. /docs/ko-kr.md )
15
15
16
16
** crtsys** 는 커널 드라이버에서 C++ CRT 및 STL 기능을 사용할 수 있도록 도와주는 오픈소스 라이브러리입니다.
17
17
@@ -143,15 +143,15 @@ crtsys의 장점은 아래와 같습니다.
143
143
* ntl::driver
144
144
* DRIVER_OBJECT에 대한 클래스
145
145
* 기능
146
- * [x] DriverUnload [ (tested)] ( ./test/driver/src/main.cpp#L30 )
147
- * [x] Create device [ (tested)] ( ./test/driver/src/main.cpp#L39 )
146
+ * [x] DriverUnload [ (tested)] ( .. /test/driver/src/main.cpp#L30 )
147
+ * [x] Create device [ (tested)] ( .. /test/driver/src/main.cpp#L39 )
148
148
* ntl::device
149
149
* DEVICE_OBJECT에 대한 클래스
150
150
* Features
151
- * [x] Device Extension [ (tested)] ( ./test/driver/src/main.cpp#L39 )
151
+ * [x] Device Extension [ (tested)] ( .. /test/driver/src/main.cpp#L39 )
152
152
* [ ] IRP_MJ_CREATE
153
153
* [ ] IRP_MJ_CLOSE
154
- * [x] IRP_MJ_DEVICE_CONTROL [ (tested)] ( ./test/app/src/main.cpp#L77 ) [ (tested)] ( ./test/driver/src/main.cpp#L47 )
154
+ * [x] IRP_MJ_DEVICE_CONTROL [ (tested)] ( .. /test/app/src/main.cpp#L77 ) [ (tested)] ( . ./test/driver/src/main.cpp#L47)
155
155
* ntl::driver_main [ (tested)] ( ../test/driver/src/main.cpp#L22 )
156
156
* C++ 용 드라이버 진입점
157
157
* ntl::expand_stack 함수로 스택을 최대 크기로 확장하여 호출됩니다.
You can’t perform that action at this time.
0 commit comments