From e2fb5cc7e3744238c41218a21966457c2e9b3556 Mon Sep 17 00:00:00 2001 From: "J.K Lee" <47030112+ntoskrnl7@users.noreply.github.com> Date: Mon, 20 Jun 2022 18:33:21 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b78b6a..be976e6 100644 --- a/README.md +++ b/README.md @@ -238,10 +238,10 @@ lib 디렉토리와 include 디렉토리를 타 프로젝트에서 사용하시 ARM : test\driver\build_ARM\Debug\crtsys_test.sys ARM64 : test\driver\build_ARM64\Debug\crtsys_test.sys - app - x64 : test\driver\build_x64\Debug\crtsys_test_app.sys - x86 : test\driver\build_x86\Debug\crtsys_test_app.sys - ARM : test\driver\build_ARM\Debug\crtsys_test_app.sys - ARM64 : test\driver\build_ARM64\Debug\crtsys_test_app.sys + x64 : test\driver\build_x64\Debug\crtsys_test_app.exe + x86 : test\driver\build_x86\Debug\crtsys_test_app.exe + ARM : test\driver\build_ARM\Debug\crtsys_test_app.exe + ARM64 : test\driver\build_ARM64\Debug\crtsys_test_app.exe ```batch sc create CrtSysTest binpath= "빌드된 crtsys_test.sys의 전체 경로" displayname= "crtsys test" start= demand type= kernel