Skip to content

Commit

Permalink
generate-html-table: put back kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Nov 18, 2024
1 parent 3f6b758 commit 5ebe0db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/generate-html-table.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ def generate_html_file():
syscalls=generate_system_calls_tree(),
syscall_names=syscalls.names(),
git_repo="syscalls-table",
extra_build_info=" using data from "
f"{ system_calls.linux_version } "
"kernel source",
minify=True)
print(output)

Expand Down

0 comments on commit 5ebe0db

Please sign in to comment.