Skip to content

Commit

Permalink
Quick easier syscall template generator
Browse files Browse the repository at this point in the history
  • Loading branch information
TIny-Hacker committed Jan 22, 2025
1 parent 4a9642f commit 0757e9a
Show file tree
Hide file tree
Showing 2 changed files with 1,842 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archetypes/calls.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: System call name
title: {{ .File.ContentBaseName }}
geekdocHidden: true
params:
address: System call address
category: System call category
name: System call name
name: {{ .File.ContentBaseName }}
---

Overview of what the system call does / is used for
Expand Down
Loading

0 comments on commit 0757e9a

Please sign in to comment.