Skip to content

Commit 342fadd

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix links
1 parent ff54b47 commit 342fadd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build/reference/link-code-for-kernel-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Learn more about: /KERNEL (Create kernel mode binary)."
3-
title: "/KERNEL
3+
title: /KERNEL
44
ms.date: "08/25/2023"
55
---
66
# /KERNEL (Create kernel mode binary)

docs/build/reference/linker-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can use the [`comment`](../../preprocessor/comment-c-cpp.md) pragma to speci
3939
| [`/CLRIMAGETYPE`](clrimagetype-specify-type-of-clr-image.md) | Sets the type (IJW, pure, or safe) of a CLR image. |
4040
| [`/CLRSUPPORTLASTERROR`](clrsupportlasterror-preserve-last-error-code-for-pinvoke-calls.md) | Preserves the last error code of functions that are called through the P/Invoke mechanism. |
4141
| [`/CLRTHREADATTRIBUTE`](clrthreadattribute-set-clr-thread-attribute.md) | Specifies the threading attribute to apply to the entry point of your CLR program. |
42-
| [`/CLRUNMANAGEDCODECHECK`](clrunmanagedcodecheck-add-suppressunmanagedcodesecurityattribute.md) | Specifies whether the linker will apply the `SuppressUnmanagedCodeSecurity` attribute to linker-generated P/Invoke stubs that call from managed code into native DLLs. |
42+
| [`/CLRUNMANAGEDCODECHECK`](clrunmanagedcodecheck-add-suppressunmanagedcodesecurityattribute.md) | Specifies whether the linker applies the `SuppressUnmanagedCodeSecurity` attribute to linker-generated P/Invoke stubs that call from managed code into native DLLs. |
4343
| [`/DEBUG`](debug-generate-debug-info.md) | Creates debugging information. |
4444
| [`/DEBUGTYPE`](debugtype-debug-info-options.md) | Specifies which data to include in debugging information. |
4545
| [`/DEF`](def-specify-module-definition-file.md) | Passes a module-definition (.def) file to the linker. |
@@ -71,7 +71,7 @@ You can use the [`comment`](../../preprocessor/comment-c-cpp.md) pragma to speci
7171
| [`/INCREMENTAL`](incremental-link-incrementally.md) | Controls incremental linking. |
7272
| [`/INFERASANLIBS`](inferasanlibs.md) | Uses inferred sanitizer libraries. |
7373
| [`/INTEGRITYCHECK`](integritycheck-require-signature-check.md) | Specifies that the module requires a signature check at load time. |
74-
| [`/KERNEL`](kernel-mode-code-check.md) | Create a kernel mode binary. |
74+
| [`/KERNEL`](link-code-for-kernel-mode.md) | Create a kernel mode binary. |
7575
| [`/KEYCONTAINER`](keycontainer-specify-a-key-container-to-sign-an-assembly.md) | Specifies a key container to sign an assembly. |
7676
| [`/KEYFILE`](keyfile-specify-key-or-key-pair-to-sign-an-assembly.md) | Specifies a key or key pair to sign an assembly. |
7777
| [`/LARGEADDRESSAWARE`](largeaddressaware-handle-large-addresses.md) | Tells the compiler that the application supports addresses larger than 2 gigabytes |

0 commit comments

Comments
 (0)