Skip to content

Commit b86d72f

Browse files
committed
add:github linkage
1 parent 6b6ed98 commit b86d72f

4 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/content/posts/NET/GC/gc_condemn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ lang: "en"
1111

1212
# Introduction
1313

14+
::github{repo="dotnet/runtime"}
1415
:::Tip
1516
this article is written in 2025 before .NET10 release , so hopefully SERVO is coming since it already exist in DOTNET CoreClr Source code
1617
:::

src/content/posts/NET/GC/gc_part2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ draft: false
99
lang: "en"
1010
---
1111

12+
::github{repo="dotnet/runtime"}
13+
1214
# The 18 triggers in GC By reading DOTNET Source Code
1315

1416
![types](./gc_types/trigger.svg)

src/content/posts/NET/GC/gc_part3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ draft: false
99
lang: "en"
1010
---
1111

12+
::github{repo="dotnet/runtime"}
1213
:::Tip
1314
This article main focus on WKS background GC as It is default for DOTNET
1415
:::

src/content/posts/NET/OS/notes_RtlDispatchException.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ draft: false
99
lang: "en"
1010
---
1111

12+
::github{repo="reactOS/reactOS"}
1213
Based on the ReactOS source code (available in the GitHub repository), RtlDispatchException is typically found in files like ntdll/rtl/except.c or architecture-specific files (e.g., ntdll/rtl/i386/except.c for x86, ntdll/rtl/arm/except.c for ARM).
1314

1415
# What is RtlDispatchException

0 commit comments

Comments
 (0)